Jump to content

Recommended Posts

Posted

This is a 1.8 save in which some of the mods are missing.  Client-side going against a LAN server-side.  It's been confirmed to occur with all mods and resource packs removed.

 

The error the client gives upon trying to connect is something along the lines: fatal error items and or blocks missing.

 

The log files report 2 errors:

#1:

[20:09:16] [Client thread/ERROR]: Using missing texture, unable to load minecraft:mcpatcher/ctm/misc/192.png, java.io.FileNotFoundException

 

This first error was resolved by placing a png file (just randomly picked a block png) into my R3D resource pack directory of the same name.

 

#2:

[20:42:14] [Netty Client IO #7/ERROR] [FML/]: Failed to connect to server: there are 35 missing blocks and items

 

This second error occurred first with the first error, and remains.  Mostly the missing blocks are from the Rediscovered mod and the EnderZoo mod.

 

I was able to get it working fine in single player mode.  Although that was a couple versions ago, it was after the persistent blocks change.

 

Anyways, it just seems like a couple simple patches.  First whatever that 192.png references, and second to have the client-side either properly sub in the "missing texture" block or just trap and handle this missing items error.

 

If you need any additional information or tests, do let me know.

 

Thanks,

John

 

 

 

Posted

I think you're right on the 192.png error.  I just ran another clean test without mods to make clean logs and it didn't appear.  Removing mods one by one was part of my original testing with Optifine as the last to go.

 

If it'll help I can add a link to DL the world file.

 

Thanks,

John

 

Server log:

[20:29:57] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.

[20:29:57] [main/INFO] [FML/]: Forge Mod Loader version 11.15.0.1650 for Minecraft 1.8.8 loading

[20:29:57] [main/INFO] [FML/]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_60, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_60

[20:29:57] [main/DEBUG] [FML/]: Java classpath at launch is forge-1.8.8-11.15.0.1650-1.8.8-universal.jar

[20:29:57] [main/DEBUG] [FML/]: Java library path at launch is C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Skype\Phone\;C:\Users\john_000\.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-15844\bin;C:\Users\john_000\.dnx\bin;.

[20:29:58] [main/DEBUG] [FML/]: Enabling runtime deobfuscation

[20:29:58] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin

[20:29:58] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers

[20:29:58] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin

[20:29:58] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin

[20:29:58] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin

[20:29:58] [main/DEBUG] [FML/]: All fundamental core mods are successfully located

[20:29:58] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\temp\minecraft stuff\forgeserver\.

[20:29:58] [main/DEBUG] [FML/]: Discovering coremods

[20:29:58] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:29:58] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[20:29:58] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:29:58] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:29:58] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:29:58] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers

[20:29:58] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer

[20:29:58] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer

[20:29:58] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer

[20:29:58] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer

[20:29:58] [main/DEBUG] [FML/]: Injection complete

[20:29:58] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}

[20:29:58] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin

[20:29:59] [main/DEBUG] [FML/]: Read 802 binary patches

[20:30:01] [main/ERROR] [FML/]: FML appears to be missing any signature data. This is not a good thing

[20:30:01] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully

[20:30:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:30:01] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers

[20:30:01] [main/DEBUG] [FML/]: Injection complete

[20:30:01] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}

[20:30:01] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin

[20:30:01] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully

[20:30:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[20:30:01] [main/DEBUG] [FML/]: Loaded 162 rules from AccessTransformer config file forge_at.cfg

[20:30:01] [main/DEBUG] [FML/]: Validating minecraft

[20:30:01] [main/DEBUG] [FML/]: Minecraft validated, launching...

[20:30:01] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[20:30:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[20:30:02] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}

[20:30:10] [server thread/INFO] [FML/]: MinecraftForge v11.15.0.1650 Initialized

[20:30:10] [server thread/INFO] [FML/]: Replaced 204 ore recipies

[20:30:10] [server thread/DEBUG] [FML/]: File C:\temp\minecraft stuff\forgeserver\config\injectedDependencies.json not found. No dependencies injected

[20:30:11] [server thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]

[20:30:12] [server thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes

[20:30:12] [server thread/DEBUG] [FML/]: Minecraft is a file at C:\temp\minecraft stuff\forgeserver\forge-1.8.8-11.15.0.1650-1.8.8-universal.jar, loading

[20:30:12] [server thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully

[20:30:12] [server thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer

[20:30:12] [server thread/INFO] [FML/]: Searching C:\temp\minecraft stuff\forgeserver\mods for mods

[20:30:12] [server thread/DEBUG] [FML/]: Found a candidate mod directory resources

[20:30:12] [server thread/DEBUG] [FML/]: Ignoring unknown file ruins.txt in mods directory

[20:30:12] [server thread/DEBUG] [FML/]: Ignoring unknown file ruins_log.txt in mods directory

[20:30:12] [server thread/DEBUG] [FML/]: Ignoring unknown file ruins_log_dim_-1.txt in mods directory

[20:30:12] [server thread/DEBUG] [FML/]: Ignoring unknown file ruins_log_dim_0.txt in mods directory

[20:30:12] [server thread/DEBUG] [FML/]: Ignoring unknown file ruins_log_dim_1.txt in mods directory

[20:30:12] [server thread/DEBUG] [FML/]: Examining file forge-1.8.8-11.15.0.1650-1.8.8-universal.jar for potential mods

[20:30:12] [server thread/DEBUG] [FML/]: The mod container forge-1.8.8-11.15.0.1650-1.8.8-universal.jar appears to be missing an mcmod.info file

[20:30:12] [server thread/DEBUG] [FML/]: Examining directory resources for potential mods

[20:30:12] [server thread/DEBUG] [FML/]: No mcmod.info file found in directory resources

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.alps

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.arctic

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.bamboo forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.bayou

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.beach

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.birch forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.birch forest hills

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.birch forest hills m

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.birch forest m

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.bog

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.boreal forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.brushland

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.canyon

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.canyon ravine

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.chaparral

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.cherry blossom grove

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.cold beach

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.cold desert

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.cold taiga

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.cold taiga hills

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.cold taiga m

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.coniferous forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.crag

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.dead forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.dead swamp

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.deciduous forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.deep ocean

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.dense forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.desert

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.desert m

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.deserthills

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.eucalyptus forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills edge

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills m

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills+

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills+ m

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.fen

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.flower field

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.flower forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.foresthills

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.frost forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.frozen desert

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.frozenocean

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.frozenriver

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.fungi forest

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.garden

[20:30:12] [server thread/TRACE] [FML/]: Recursing into package ruins.generic

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.glacier

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.grassland

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.grove

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.heathland

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.heaven

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.hell

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.highland

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.ice mountains

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.ice plains

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.ice plains spikes

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.jade cliffs

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.jungle

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.jungle m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.jungleedge

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.jungleedge m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.junglehills

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.lavender fields

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.marsh

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mega spruce taiga

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mega taiga

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mega taiga hills

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mesa

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mesa (bryce)

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau f

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau f m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.moor

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mountain

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mountain foothills

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mushroomisland

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.mushroomislandshore

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.badlands

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.beach

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.desert

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.forest

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.frozenocean

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.generic

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.jungle

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.ocean

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.plains

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.river

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.sky

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.snow forest

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.ocean

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.optional

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.optional.generic

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.optional.nether

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.origin valley

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.outback

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.plains

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.redwood taiga hills m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.river

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.roofed forest

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.roofed forest m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.savanna

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.savanna m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.savanna plateau

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.savanna plateau m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.shrubland

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.steppe

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.stone beach

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.sunflower plains

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.swampland

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.swampland m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.taiga

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.taiga m

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.taigahills

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.templateparser

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.the end

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.thicket

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.tundra

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.woodland

[20:30:13] [server thread/TRACE] [FML/]: Recursing into package ruins.xeric shrubland

[20:30:13] [server thread/INFO] [FML/]: Forge Mod Loader has identified 3 mods to load

[20:30:13] [server thread/TRACE] [FML/]: Received a system property request ''

[20:30:13] [server thread/TRACE] [FML/]: System property request managing the state of 0 mods

[20:30:13] [server thread/DEBUG] [FML/]: After merging, found state information for 0 mods

[20:30:13] [server thread/DEBUG] [FML/]: Found translations in forge-1.8.8-11.15.0.1650-1.8.8-universal.jar [af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW]

[20:30:13] [server thread/DEBUG] [FML/]: Found translations in forge-1.8.8-11.15.0.1650-1.8.8-universal.jar [af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW]

[20:30:13] [server thread/TRACE] [FML/]: Verifying mod requirements are satisfied

[20:30:13] [server thread/TRACE] [FML/]: All mod requirements are satisfied

[20:30:13] [server thread/TRACE] [FML/]: Sorting mods into an ordered list

[20:30:13] [server thread/TRACE] [FML/]: Mod sorting completed successfully

[20:30:13] [server thread/DEBUG] [FML/]: Mod sorting data

[20:30:13] [server thread/DEBUG] [FML/]: No user mods found to sort

[20:30:13] [server thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp

[20:30:13] [server thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp

[20:30:13] [server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.003s

[20:30:13] [server thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML

[20:30:13] [server thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists

[20:30:13] [server thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection

[20:30:13] [server thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)

[20:30:13] [server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT

[20:30:13] [server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER

[20:30:14] [server thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML

[20:30:14] [server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 0.710s

[20:30:14] [server thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge

[20:30:14] [server thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed

[20:30:14] [server thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection

[20:30:14] [server thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (11.15.0.1650)

[20:30:14] [server thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge

[20:30:14] [server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.016s

[20:30:14] [server thread/DEBUG] [FML/]: Bar Finished: Construction took 0.729s

[20:30:14] [server thread/DEBUG] [FML/]: Mod signature data

[20:30:14] [server thread/DEBUG] [FML/]:  Valid Signatures:

[20:30:14] [server thread/DEBUG] [FML/]:  Missing Signatures:

[20:30:14] [server thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.18) minecraft.jar

[20:30:14] [server thread/DEBUG] [FML/]: FML (Forge Mod Loader 8.0.99.99) forge-1.8.8-11.15.0.1650-1.8.8-universal.jar

[20:30:14] [server thread/DEBUG] [FML/]: Forge (Minecraft Forge 11.15.0.1650) forge-1.8.8-11.15.0.1650-1.8.8-universal.jar

[20:30:14] [server thread/INFO] [FML/]: Processing ObjectHolder annotations

[20:30:14] [server thread/INFO] [FML/]: Found 384 ObjectHolder annotations

[20:30:14] [server thread/INFO] [FML/]: Identifying ItemStackHolder annotations

[20:30:14] [server thread/INFO] [FML/]: Found 0 ItemStackHolder annotations

[20:30:14] [server thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp

[20:30:14] [server thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp

[20:30:14] [server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.001s

[20:30:14] [server thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML

[20:30:14] [server thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML

[20:30:14] [server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.029s

[20:30:14] [server thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge

[20:30:14] [server thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0

[20:30:14] [server thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge

[20:30:14] [server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.068s

[20:30:14] [server thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 0.097s

[20:30:14] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[20:30:14] [server thread/INFO] [FML/]: Applying holder lookups

[20:30:14] [server thread/INFO] [FML/]: Holder lookups applied

[20:30:14] [server thread/INFO] [FML/]: Injecting itemstacks

[20:30:14] [server thread/INFO] [FML/]: Itemstack injection complete

[20:30:14] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [Forge] Received version check data:

{

  "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",

  "promos": {

    "1.5.2-latest": "7.8.1.738",

    "1.5.2-recommended": "7.8.1.737",

    "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.10-latest": "10.13.4.1614",

    "1.7.10-latest-1.7.10": "10.13.2.1343",

    "1.7.10-recommended": "10.13.4.1558",

    "1.7.2-latest": "10.12.2.1147",

    "1.7.2-recommended": "10.12.2.1121",

    "1.8-latest": "11.14.4.1577",

    "1.8-recommended": "11.14.4.1563",

    "1.8.8-latest": "11.15.0.1653",

    "latest": "11.14.4.1577",

    "latest-1.7.10": "10.13.2.1343",

    "recommended": "11.14.4.1563"

  }

}

[20:30:14] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Found status: BETA_OUTDATED Target: 11.15.0.1653

[20:30:15] [server thread/TRACE] [mcp/mcp]: Sending event FMLInitializationEvent to mod mcp

[20:30:15] [server thread/TRACE] [mcp/mcp]: Sent event FMLInitializationEvent to mod mcp

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Coder Pack took 0.001s

[20:30:15] [server thread/TRACE] [FML/FML]: Sending event FMLInitializationEvent to mod FML

[20:30:15] [server thread/TRACE] [FML/FML]: Sent event FMLInitializationEvent to mod FML

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: Initialization - Forge Mod Loader took 0.001s

[20:30:15] [server thread/TRACE] [Forge/Forge]: Sending event FMLInitializationEvent to mod Forge

[20:30:15] [server thread/TRACE] [Forge/Forge]: Sent event FMLInitializationEvent to mod Forge

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Forge took 0.001s

[20:30:15] [server thread/DEBUG] [FML/]: Bar Finished: Initialization took 0.003s

[20:30:15] [server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp

[20:30:15] [server thread/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp

[20:30:15] [server thread/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.009s

[20:30:15] [server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML

[20:30:15] [server thread/TRACE] [FML/FML]: Sending event IMCEvent to mod FML

[20:30:15] [server thread/TRACE] [FML/FML]: Sent event IMCEvent to mod FML

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.001s

[20:30:15] [server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod Forge

[20:30:15] [server thread/TRACE] [Forge/Forge]: Sending event IMCEvent to mod Forge

[20:30:15] [server thread/TRACE] [Forge/Forge]: Sent event IMCEvent to mod Forge

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.006s

[20:30:15] [server thread/DEBUG] [FML/]: Bar Finished: InterModComms$IMC took 0.016s

[20:30:15] [server thread/INFO] [FML/]: Injecting itemstacks

[20:30:15] [server thread/INFO] [FML/]: Itemstack injection complete

[20:30:15] [server thread/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp

[20:30:15] [server thread/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.001s

[20:30:15] [server thread/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML

[20:30:15] [server thread/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Mod Loader took 0.001s

[20:30:15] [server thread/TRACE] [Forge/Forge]: Sending event FMLPostInitializationEvent to mod Forge

[20:30:15] [server thread/TRACE] [Forge/Forge]: Sent event FMLPostInitializationEvent to mod Forge

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Forge took 0.318s

[20:30:15] [server thread/DEBUG] [FML/]: Bar Finished: PostInitialization took 0.320s

[20:30:15] [server thread/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp

[20:30:15] [server thread/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.001s

[20:30:15] [server thread/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML

[20:30:15] [server thread/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML

[20:30:15] [server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Mod Loader took 0.001s

[20:30:15] [server thread/TRACE] [Forge/Forge]: Sending event FMLLoadCompleteEvent to mod Forge

[20:30:16] [server thread/DEBUG] [FML/Forge]: Forge RecipeSorter Baking:

[20:30:16] [server thread/DEBUG] [FML/Forge]:  14: RecipeEntry("Before", UNKNOWN, )

[20:30:16] [server thread/DEBUG] [FML/Forge]:  13: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  12: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped

[20:30:16] [server thread/DEBUG] [FML/Forge]:  11: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped

[20:30:16] [server thread/DEBUG] [FML/Forge]:  10: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped

[20:30:16] [server thread/DEBUG] [FML/Forge]:  9: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  8: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  7: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  6: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  5: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  4: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  3: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  2: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless

[20:30:16] [server thread/DEBUG] [FML/Forge]:  1: RecipeEntry("After", UNKNOWN, )

[20:30:16] [server thread/DEBUG] [FML/Forge]: Sorting recipies

[20:30:16] [server thread/TRACE] [Forge/Forge]: Sent event FMLLoadCompleteEvent to mod Forge

[20:30:16] [server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Forge took 0.018s

[20:30:16] [server thread/DEBUG] [FML/]: Bar Finished: LoadComplete took 0.019s

[20:30:16] [server thread/DEBUG] [FML/]: Freezing block and item id maps

[20:30:16] [server thread/INFO] [FML/]: Forge Mod Loader has successfully loaded 3 mods

[20:30:16] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerAboutToStartEvent to mod mcp

[20:30:16] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerAboutToStartEvent to mod mcp

[20:30:16] [server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.001s

[20:30:16] [server thread/TRACE] [FML/FML]: Sending event FMLServerAboutToStartEvent to mod FML

[20:30:16] [server thread/TRACE] [FML/FML]: Sent event FMLServerAboutToStartEvent to mod FML

[20:30:16] [server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.001s

[20:30:16] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerAboutToStartEvent to mod Forge

[20:30:16] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerAboutToStartEvent to mod Forge

[20:30:16] [server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.001s

[20:30:16] [server thread/DEBUG] [FML/]: Bar Finished: ServerAboutToStart took 0.002s

[20:30:16] [server thread/INFO] [fml.ModTracker/]: This world was saved with mod mcp version 9.05 and it is now at version 9.18, things may not work well

[20:30:16] [server thread/INFO] [fml.ModTracker/]: This world was saved with mod Forge version 11.14.3.1512 and it is now at version 11.15.0.1650, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod itemphysic which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod deconstruction which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod BattleTowers which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod bettervillages which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod BiomesOPlenty which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod EnderZoo which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod grim3212core which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod InfernalMobs which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod lucky which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod magicwands which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod Rediscovered which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod AS_Ruins which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod shipwrecks_winslow which appears to be missing, things may not work well

[20:30:16] [server thread/ERROR] [fml.ModTracker/]: This world was saved with mod AS_UpdateCheck which appears to be missing, things may not work well

[20:30:16] [server thread/INFO] [FML/]: Injecting existing block and item data into this server instance

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:honey

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:seaweed

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hive

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_5

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:bamboo_thatching

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_3

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_4

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:DirtDoubleSlab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_2

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flesh

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:crag_rock

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:stone_formations

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dirt

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:moss

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ash_stone

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CryingObsidian

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:tree_moss

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:GearWall

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:blockEnderCharge

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:poison

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:RubyOre

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_3

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_brick_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_2

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:plant_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:plant_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:crystal

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_wood_slab_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_wood_slab_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryLog

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:grass

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryDoubleSlab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Lantern

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Rose

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world deconstruction:deconstructionTable

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyRoseBushTop

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:turnip_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_sand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:coral

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyRoseBush

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Lectern

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:planks_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryHalfSlab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_ice

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:GearFloor

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:blood

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_brick_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ash_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Table

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyPeonyBush

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Sponge

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:DragonEggRed

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:bamboo

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:gem_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mushroom

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_other_slab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:waterlily

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryLeaves

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LanternPhys

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Spikes

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_2

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyPeonyBushTop

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LecternOpen

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wisteria

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:DirtHalfSlab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:stone

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:bone_segment

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dried_dirt

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_vine

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:gem_ore

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_plant

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world lucky:lucky_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:RubyBlock

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Peony

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:other_slab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:blockConfusingCharge

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Chair

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryStairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LockedChest

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:honey_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_dirt

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wood_slab_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fruit_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:blockConcussionCharge

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wood_slab_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:biome_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ivy

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_door_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryPlank

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherrySapling

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Quiver

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:ChainQuiver

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:enderporter

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:shroompowder

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wading_boots

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ghastly_soul

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flesh

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:stone_formations

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_brick

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dirt

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:crystal_shard

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:tree_moss

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:ItemLantern

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:GearWall

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ambrosia

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:blockEnderCharge

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_chestplate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:honey_bucket

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:record_corruption

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_boots

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_leggings

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:plant_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:plant_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:crystal

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Blindness

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryLog

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ricebowl

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:ItemGear

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_sword

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryDoubleSlab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:DreamPillow

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world shipwrecks_winslow:divingHelmet

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_axe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Lantern

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Rose

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world deconstruction:deconstructionTable

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:ItemTable

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_sand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyRoseBush

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Lectern

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:brown_dye

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:planks_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryHalfSlab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:spawnEgg

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_ice

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_brick_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wood_scythe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Mining

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_shovel

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:honeycomb

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world magicwands:breaking_wand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyPeonyBush

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Sponge

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:saladveggie

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:gem_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:saladshroom

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_sword

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:waterlily

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryLeaves

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_pickaxe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LeatherQuiver

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_leggings

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyPeonyBushTop

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:gold_scythe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_boots

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wisteria

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:DirtHalfSlab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dried_dirt

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:gem_ore

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_hoe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world lucky:lucky_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pear

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:iron_scythe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:other_slab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:blockConfusingCharge

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:persimmon

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Chair

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:enderZooIcon

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:peach

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:honey_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:poison_bucket

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dart_blower

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:blockConcussionCharge

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Nausea

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:biome_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ivy

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dart

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:gem

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:ItemLectern

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:seaweed

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hive

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:bamboo_thatching

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_5

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_3

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_4

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:DirtDoubleSlab

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_2

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LeatherChainLegs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:berries

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:crag_rock

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jar_empty

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:moss

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ash_stone

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CryingObsidian

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world magicwands:mining_wand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pixie_dust

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world magicwands:reinforced_breaking_wand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world shipwrecks_winslow:divingLegs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_pickaxe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_scythe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_chestplate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_helmet

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:record_wanderer

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:exotic_flower_band

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fleshchunk

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:GoldQuiver

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world grim3212core:instruction_manual

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:RubyOre

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_3

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_brick_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_2

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:black_dye

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:stone_scythe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:grass

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world grim3212core:textured_model_holder

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jar_filled

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:filled_honeycomb

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:confusingDust

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:saladfruit

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_helmet

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyRoseBushTop

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LeatherChainBoots

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:earth

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:turnip_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_scythe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world shipwrecks_winslow:divingChest

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:coral

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:plain_flower_band

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:IronQuiver

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:blue_dye

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:diamond_scythe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:GearFloor

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_fence_gate

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:ItemChair

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mudball

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ash_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Table

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flippers

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:biome_finder

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:DragonEggRed

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:bamboo

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mushroom

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world magicwands:reinforced_mining_wand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Scarecrow

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:lush_flower_band

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LanternPhys

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Spikes

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_2

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wildcarrots

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:turnip_seeds

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:green_dye

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:dull_flower_band

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_axe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:witheringDust

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LeatherChainHelmet

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LecternOpen

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ash

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LeatherChainChest

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:stone

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:bone_segment

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world shipwrecks_winslow:divingBoots

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world magicwands:building_wand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_hoe

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:guardiansBow

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_vine

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_plant

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:amethyst_shovel

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:white_dye

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:gemRuby

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:RubyBlock

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:Peony

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world enderzoo:enderFragment

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world magicwands:reinforced_building_wand

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:biome_essence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryStairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:blood_bucket

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_stairs

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:LockedChest

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:DiamondQuiver

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wood_slab_0

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_dirt

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:fruit_block

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_fence

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:wood_slab_1

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_door

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:spawn_egg

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:ichor

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherryPlank

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:turnip

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world rediscovered:CherrySapling

[20:30:16] [server thread/INFO] [FML/]: Found a missing id from the world biomesoplenty:pinecone

[20:30:16] [server thread/DEBUG] [FML/]: There are 418 mappings missing - attempting a mod remap

[20:30:16] [server thread/TRACE] [mcp/mcp]: Sending event FMLMissingMappingsEvent to mod mcp

[20:30:16] [server thread/TRACE] [mcp/mcp]: Sent event FMLMissingMappingsEvent to mod mcp

[20:30:16] [server thread/DEBUG] [FML/]: Bar Step: MissingMappings - Minecraft Coder Pack took 0.002s

[20:30:16] [server thread/TRACE] [FML/FML]: Sending event FMLMissingMappingsEvent to mod FML

[20:30:16] [server thread/TRACE] [FML/FML]: Sent event FMLMissingMappingsEvent to mod FML

[20:30:16] [server thread/DEBUG] [FML/]: Bar Step: MissingMappings - Forge Mod Loader took 0.001s

[20:30:16] [server thread/TRACE] [Forge/Forge]: Sending event FMLMissingMappingsEvent to mod Forge

[20:30:16] [server thread/TRACE] [Forge/Forge]: Sent event FMLMissingMappingsEvent to mod Forge

[20:30:16] [server thread/DEBUG] [FML/]: Bar Step: MissingMappings - Minecraft Forge took 0.001s

[20:30:16] [server thread/DEBUG] [FML/]: Bar Finished: MissingMappings took 0.003s

[20:30:16] [server thread/ERROR] [FML/]: There are unidentified mappings in this world - we are going to attempt to process anyway

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: lucky:lucky_block, id 479

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: lucky:lucky_block, id 479

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: magicwands:breaking_wand, id 4126

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: magicwands:mining_wand, id 4128

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: magicwands:reinforced_breaking_wand, id 4123

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: magicwands:reinforced_mining_wand, id 4127

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: magicwands:building_wand, id 4122

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: magicwands:reinforced_building_wand, id 4125

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: shipwrecks_winslow:divingHelmet, id 4194

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: shipwrecks_winslow:divingLegs, id 4196

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: shipwrecks_winslow:divingChest, id 4195

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: shipwrecks_winslow:divingBoots, id 4236

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:honey, id 565

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:hellbark_stairs, id 510

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:jacaranda_fence_gate, id 517

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:leaves_0, id 534

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:seaweed, id 505

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:hive, id 501

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:leaves_5, id 542

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:bamboo_thatching, id 560

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:leaves_3, id 541

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:hellbark_fence, id 569

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:leaves_4, id 539

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:leaves_1, id 538

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:leaves_2, id 537

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:sacred_oak_fence_gate, id 547

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:cherry_fence_gate, id 558

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:redwood_door_block, id 548

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:flesh, id 552

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:crag_rock, id 601

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:dark_fence, id 571

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:stone_formations, id 553

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:willow_fence_gate, id 562

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:willow_stairs, id 563

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mangrove_door_block, id 598

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:dirt, id 504

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:moss, id 500

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mangrove_fence, id 612

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:ash_stone, id 593

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:tree_moss, id 515

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:magic_door_block, id 549

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:pine_door_block, id 550

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:dark_fence_gate, id 521

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:poison, id 590

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:hellbark_door_block, id 522

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:log_3, id 499

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mud_brick_block, id 557

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:log_2, id 494

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:log_1, id 493

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:hellbark_fence_gate, id 516

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:plant_1, id 575

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:plant_0, id 574

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:crystal, id 609

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:palm_fence, id 555

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:cherry_stairs, id 602

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:double_wood_slab_1, id 588

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:double_wood_slab_0, id 592

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:log_0, id 497

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:pine_fence, id 604

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:grass, id 523

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:magic_stairs, id 532

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:sacred_oak_stairs, id 518

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mud, id 578

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:fir_door_block, id 611

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:magic_fence, id 503

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:turnip_block, id 506

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mahogany_fence_gate, id 525

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:hard_sand, id 536

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:palm_stairs, id 520

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:coral, id 556

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:pine_stairs, id 524

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:planks_0, id 526

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:flower_1, id 528

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:hard_ice, id 533

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:flower_0, id 529

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:magic_fence_gate, id 567

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:blood, id 576

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mangrove_stairs, id 551

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:pine_fence_gate, id 545

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mud_brick_stairs, id 561

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:sacred_oak_door_block, id 546

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mahogany_door_block, id 566

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:cherry_door_block, id 543

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:ash_block, id 582

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:dark_stairs, id 595

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:redwood_fence_gate, id 544

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:willow_door_block, id 581

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:jacaranda_door_block, id 519

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:fir_fence_gate, id 586

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:bamboo, id 507

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:sand, id 502

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:willow_fence, id 605

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:gem_block, id 606

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mushroom, id 509

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:ethereal_fence_gate, id 603

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:double_other_slab, id 599

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:waterlily, id 597

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:fir_stairs, id 596

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:sapling_1, id 496

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:sapling_2, id 498

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:sapling_0, id 495

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:dark_door_block, id 572

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:redwood_fence, id 585

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:jacaranda_stairs, id 511

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:wisteria, id 587

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:sacred_oak_fence, id 513

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:stone, id 508

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:bone_segment, id 589

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:dried_dirt, id 579

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:ethereal_fence, id 531

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:flower_vine, id 583

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:gem_ore, id 527

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:double_plant, id 535

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:ethereal_door_block, id 594

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:other_slab, id 573

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mangrove_fence_gate, id 600

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mahogany_fence, id 564

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:jacaranda_fence, id 540

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:redwood_stairs, id 554

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:honey_block, id 608

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:mahogany_stairs, id 610

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:hard_dirt, id 530

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:wood_slab_0, id 580

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:fruit_block, id 607

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:cherry_fence, id 514

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:wood_slab_1, id 577

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:fir_fence, id 568

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:biome_block, id 570

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:ivy, id 584

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:palm_fence_gate, id 591

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:ethereal_stairs, id 512

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: biomesoplenty:palm_door_block, id 559

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:enderporter, id 4187

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:hellbark_stairs, id 510

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:jacaranda_fence_gate, id 517

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:magic_door, id 4153

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:sacred_oak_fence_gate, id 547

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:shroompowder, id 4200

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:wading_boots, id 4226

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ghastly_soul, id 4217

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:cherry_fence_gate, id 558

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:flesh, id 552

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dark_fence, id 571

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:stone_formations, id 553

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:willow_fence_gate, id 562

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_brick, id 4193

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dirt, id 504

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mangrove_fence, id 612

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:crystal_shard, id 4192

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:tree_moss, id 515

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dark_fence_gate, id 521

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ambrosia, id 4229

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dark_door, id 4155

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_chestplate, id 4202

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:honey_bucket, id 4207

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:record_corruption, id 4183

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_boots, id 4221

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_leggings, id 4220

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:plant_1, id 575

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:plant_0, id 574

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:crystal, id 609

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:palm_fence, id 555

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mahogany_door, id 4156

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mangrove_door, id 4181

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ricebowl, id 4237

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:magic_stairs, id 532

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_sword, id 4210

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:sacred_oak_stairs, id 518

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:magic_fence, id 503

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_axe, id 4225

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:sacred_oak_door, id 4213

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:hard_sand, id 536

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:brown_dye, id 4201

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:planks_0, id 526

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:flower_1, id 528

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:hard_ice, id 533

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:flower_0, id 529

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:magic_fence_gate, id 567

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mangrove_stairs, id 551

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_brick_stairs, id 561

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:wood_scythe, id 4172

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:redwood_fence_gate, id 544

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_shovel, id 4206

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:honeycomb, id 4211

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:fir_fence_gate, id 586

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:sand, id 502

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:saladveggie, id 4149

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:gem_block, id 606

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:saladshroom, id 4173

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ethereal_fence_gate, id 603

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_sword, id 4227

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:cherry_door, id 4218

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:waterlily, id 597

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_pickaxe, id 4170

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:fir_stairs, id 596

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_leggings, id 4188

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:gold_scythe, id 4174

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:redwood_fence, id 585

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_boots, id 4159

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:jacaranda_stairs, id 511

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:wisteria, id 587

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:sacred_oak_fence, id 513

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dried_dirt, id 579

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ethereal_fence, id 531

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:gem_ore, id 527

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ethereal_door, id 4239

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_hoe, id 4185

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:pear, id 4166

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:iron_scythe, id 4228

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:other_slab, id 573

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:persimmon, id 4190

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mangrove_fence_gate, id 600

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mahogany_fence, id 564

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:peach, id 4208

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:honey_block, id 608

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:poison_bucket, id 4223

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dart_blower, id 4238

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mahogany_stairs, id 610

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:fir_fence, id 568

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:biome_block, id 570

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ivy, id 584

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:palm_fence_gate, id 591

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ethereal_stairs, id 512

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dart, id 4199

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:gem, id 4203

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:leaves_0, id 534

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:hellbark_door, id 4219

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:seaweed, id 505

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:hive, id 501

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:bamboo_thatching, id 560

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:leaves_5, id 542

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:leaves_3, id 541

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:hellbark_fence, id 569

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:leaves_4, id 539

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:leaves_1, id 538

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:leaves_2, id 537

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:berries, id 4160

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:crag_rock, id 601

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:willow_stairs, id 563

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:jar_empty, id 4180

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:moss, id 500

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ash_stone, id 593

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:pixie_dust, id 4148

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_pickaxe, id 4163

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_scythe, id 4189

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_chestplate, id 4157

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_helmet, id 4182

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:record_wanderer, id 4212

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:exotic_flower_band, id 4204

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:fleshchunk, id 4150

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:log_3, id 499

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_brick_block, id 557

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:log_2, id 494

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:log_1, id 493

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:hellbark_fence_gate, id 516

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:cherry_stairs, id 602

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:black_dye, id 4234

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:stone_scythe, id 4235

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:log_0, id 497

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:pine_fence, id 604

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:grass, id 523

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:jar_filled, id 4232

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:willow_door, id 4186

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:filled_honeycomb, id 4233

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud, id 578

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:saladfruit, id 4216

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_helmet, id 4162

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:earth, id 4161

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mahogany_fence_gate, id 525

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:turnip_block, id 506

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_scythe, id 4209

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:palm_stairs, id 520

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:coral, id 556

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:plain_flower_band, id 4224

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:fir_door, id 4231

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:blue_dye, id 4240

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:diamond_scythe, id 4175

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:pine_stairs, id 524

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:pine_fence_gate, id 545

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mudball, id 4214

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ash_block, id 582

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dark_stairs, id 595

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:flippers, id 4164

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:biome_finder, id 4191

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:bamboo, id 507

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:willow_fence, id 605

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mushroom, id 509

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:lush_flower_band, id 4198

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:sapling_1, id 496

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:sapling_2, id 498

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:wildcarrots, id 4171

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:sapling_0, id 495

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:turnip_seeds, id 4215

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:green_dye, id 4179

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:dull_flower_band, id 4158

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:mud_axe, id 4205

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ash, id 4169

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:stone, id 508

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:bone_segment, id 589

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:palm_door, id 4230

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_hoe, id 4167

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:flower_vine, id 583

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:double_plant, id 535

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:amethyst_shovel, id 4177

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:white_dye, id 4178

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:biome_essence, id 4197

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:blood_bucket, id 4176

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:jacaranda_fence, id 540

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:redwood_stairs, id 554

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:wood_slab_0, id 580

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:hard_dirt, id 530

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:fruit_block, id 607

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:cherry_fence, id 514

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:wood_slab_1, id 577

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:pine_door, id 4165

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:redwood_door, id 4152

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:jacaranda_door, id 4151

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:spawn_egg, id 4184

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:ichor, id 4168

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:turnip, id 4222

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: biomesoplenty:pinecone, id 4154

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: grim3212core:instruction_manual, id 4124

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: grim3212core:textured_model_holder, id 4129

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:DirtDoubleSlab, id 663

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:CryingObsidian, id 656

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:GearWall, id 665

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:RubyOre, id 648

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:CherryLog, id 654

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:CherryDoubleSlab, id 667

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:Lantern, id 657

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:Rose, id 652

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:EmptyRoseBushTop, id 653

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:EmptyRoseBush, id 658

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:Lectern, id 674

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:CherryHalfSlab, id 660

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:GearFloor, id 672

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:Table, id 664

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:EmptyPeonyBush, id 659

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:Sponge, id 669

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:DragonEggRed, id 661

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:CherryLeaves, id 670

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:LanternPhys, id 662

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:Spikes, id 646

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:EmptyPeonyBushTop, id 671

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:LecternOpen, id 647

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:DirtHalfSlab, id 651

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:RubyBlock, id 675

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:Peony, id 673

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:Chair, id 668

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:CherryStairs, id 650

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:LockedChest, id 649

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:CherryPlank, id 655

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: rediscovered:CherrySapling, id 666

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Quiver, id 4286

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:ChainQuiver, id 4283

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:ItemLantern, id 4271

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:GearWall, id 665

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Blindness, id 4272

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:CherryLog, id 654

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:ItemGear, id 4284

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:CherryDoubleSlab, id 667

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:DreamPillow, id 4281

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Lantern, id 657

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Rose, id 652

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:ItemTable, id 4285

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:EmptyRoseBush, id 658

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Lectern, id 674

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:CherryHalfSlab, id 660

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Mining, id 4276

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:EmptyPeonyBush, id 659

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Sponge, id 669

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:CherryLeaves, id 670

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:LeatherQuiver, id 4288

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:EmptyPeonyBushTop, id 671

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:DirtHalfSlab, id 651

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Chair, id 668

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Nausea, id 4289

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:ItemLectern, id 4282

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:DirtDoubleSlab, id 663

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:LeatherChainLegs, id 4274

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:CryingObsidian, id 656

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:GoldQuiver, id 4275

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:RubyOre, id 648

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:EmptyRoseBushTop, id 653

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:LeatherChainBoots, id 4290

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:IronQuiver, id 4270

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:GearFloor, id 672

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:ItemChair, id 4273

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Table, id 664

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:DragonEggRed, id 661

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Scarecrow, id 4280

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:LanternPhys, id 662

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Spikes, id 646

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:LeatherChainHelmet, id 4287

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:LecternOpen, id 647

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:LeatherChainChest, id 4279

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:gemRuby, id 4277

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:RubyBlock, id 675

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:Peony, id 673

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:CherryStairs, id 650

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:LockedChest, id 649

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:DiamondQuiver, id 4278

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:CherryPlank, id 655

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: rediscovered:CherrySapling, id 666

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: deconstruction:deconstructionTable, id 480

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: deconstruction:deconstructionTable, id 480

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: enderzoo:blockEnderCharge, id 614

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: enderzoo:blockConfusingCharge, id 615

[20:30:16] [server thread/ERROR] [FML/]: Unidentified block: enderzoo:blockConcussionCharge, id 613

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:blockEnderCharge, id 614

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:spawnEgg, id 4244

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:blockConfusingCharge, id 615

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:enderZooIcon, id 4247

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:blockConcussionCharge, id 613

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:confusingDust, id 4246

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:witheringDust, id 4243

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:guardiansBow, id 4248

[20:30:16] [server thread/ERROR] [FML/]: Unidentified item: enderzoo:enderFragment, id 4245

[20:30:16] [server thread/WARN] [FML/]: Forge Mod Loader detected missing blocks/items.

 

There are 418 missing blocks and items in this save.

If you continue the missing blocks/items will get removed.

A world backup will be automatically created in your saves directory.

 

Missing Blocks/Items:

lucky:lucky_block

lucky:lucky_block

magicwands:breaking_wand

magicwands:mining_wand

magicwands:reinforced_breaking_wand

magicwands:reinforced_mining_wand

magicwands:building_wand

magicwands:reinforced_building_wand

shipwrecks_winslow:divingHelmet

shipwrecks_winslow:divingLegs

shipwrecks_winslow:divingChest

shipwrecks_winslow:divingBoots

biomesoplenty:honey

biomesoplenty:hellbark_stairs

biomesoplenty:jacaranda_fence_gate

biomesoplenty:leaves_0

biomesoplenty:seaweed

biomesoplenty:hive

biomesoplenty:leaves_5

biomesoplenty:bamboo_thatching

biomesoplenty:leaves_3

biomesoplenty:hellbark_fence

biomesoplenty:leaves_4

biomesoplenty:leaves_1

biomesoplenty:leaves_2

biomesoplenty:sacred_oak_fence_gate

biomesoplenty:cherry_fence_gate

biomesoplenty:redwood_door_block

biomesoplenty:flesh

biomesoplenty:crag_rock

biomesoplenty:dark_fence

biomesoplenty:stone_formations

biomesoplenty:willow_fence_gate

biomesoplenty:willow_stairs

biomesoplenty:mangrove_door_block

biomesoplenty:dirt

biomesoplenty:moss

biomesoplenty:mangrove_fence

biomesoplenty:ash_stone

biomesoplenty:tree_moss

biomesoplenty:magic_door_block

biomesoplenty:pine_door_block

biomesoplenty:dark_fence_gate

biomesoplenty:poison

biomesoplenty:hellbark_door_block

biomesoplenty:log_3

biomesoplenty:mud_brick_block

biomesoplenty:log_2

biomesoplenty:log_1

biomesoplenty:hellbark_fence_gate

biomesoplenty:plant_1

biomesoplenty:plant_0

biomesoplenty:crystal

biomesoplenty:palm_fence

biomesoplenty:cherry_stairs

biomesoplenty:double_wood_slab_1

biomesoplenty:double_wood_slab_0

biomesoplenty:log_0

biomesoplenty:pine_fence

biomesoplenty:grass

biomesoplenty:magic_stairs

biomesoplenty:sacred_oak_stairs

biomesoplenty:mud

biomesoplenty:fir_door_block

biomesoplenty:magic_fence

biomesoplenty:turnip_block

biomesoplenty:mahogany_fence_gate

biomesoplenty:hard_sand

biomesoplenty:palm_stairs

biomesoplenty:coral

biomesoplenty:pine_stairs

biomesoplenty:planks_0

biomesoplenty:flower_1

biomesoplenty:hard_ice

biomesoplenty:flower_0

biomesoplenty:magic_fence_gate

biomesoplenty:blood

biomesoplenty:mangrove_stairs

biomesoplenty:pine_fence_gate

biomesoplenty:mud_brick_stairs

biomesoplenty:sacred_oak_door_block

biomesoplenty:mahogany_door_block

biomesoplenty:cherry_door_block

biomesoplenty:ash_block

biomesoplenty:dark_stairs

biomesoplenty:redwood_fence_gate

biomesoplenty:willow_door_block

biomesoplenty:jacaranda_door_block

biomesoplenty:fir_fence_gate

biomesoplenty:bamboo

biomesoplenty:sand

biomesoplenty:willow_fence

biomesoplenty:gem_block

biomesoplenty:mushroom

biomesoplenty:ethereal_fence_gate

biomesoplenty:double_other_slab

biomesoplenty:waterlily

biomesoplenty:fir_stairs

biomesoplenty:sapling_1

biomesoplenty:sapling_2

biomesoplenty:sapling_0

biomesoplenty:dark_door_block

biomesoplenty:redwood_fence

biomesoplenty:jacaranda_stairs

biomesoplenty:wisteria

biomesoplenty:sacred_oak_fence

biomesoplenty:stone

biomesoplenty:bone_segment

biomesoplenty:dried_dirt

biomesoplenty:ethereal_fence

biomesoplenty:flower_vine

biomesoplenty:gem_ore

biomesoplenty:double_plant

biomesoplenty:ethereal_door_block

biomesoplenty:other_slab

biomesoplenty:mangrove_fence_gate

biomesoplenty:mahogany_fence

biomesoplenty:jacaranda_fence

biomesoplenty:redwood_stairs

biomesoplenty:honey_block

biomesoplenty:mahogany_stairs

biomesoplenty:hard_dirt

biomesoplenty:wood_slab_0

biomesoplenty:fruit_block

biomesoplenty:cherry_fence

biomesoplenty:wood_slab_1

biomesoplenty:fir_fence

biomesoplenty:biome_block

biomesoplenty:ivy

biomesoplenty:palm_fence_gate

biomesoplenty:ethereal_stairs

biomesoplenty:palm_door_block

biomesoplenty:enderporter

biomesoplenty:hellbark_stairs

biomesoplenty:jacaranda_fence_gate

biomesoplenty:magic_door

biomesoplenty:sacred_oak_fence_gate

biomesoplenty:shroompowder

biomesoplenty:wading_boots

biomesoplenty:ghastly_soul

biomesoplenty:cherry_fence_gate

biomesoplenty:flesh

biomesoplenty:dark_fence

biomesoplenty:stone_formations

biomesoplenty:willow_fence_gate

biomesoplenty:mud_brick

biomesoplenty:dirt

biomesoplenty:mangrove_fence

biomesoplenty:crystal_shard

biomesoplenty:tree_moss

biomesoplenty:dark_fence_gate

biomesoplenty:ambrosia

biomesoplenty:dark_door

biomesoplenty:mud_chestplate

biomesoplenty:honey_bucket

biomesoplenty:record_corruption

biomesoplenty:mud_boots

biomesoplenty:mud_leggings

biomesoplenty:plant_1

biomesoplenty:plant_0

biomesoplenty:crystal

biomesoplenty:palm_fence

biomesoplenty:mahogany_door

biomesoplenty:mangrove_door

biomesoplenty:ricebowl

biomesoplenty:magic_stairs

biomesoplenty:amethyst_sword

biomesoplenty:sacred_oak_stairs

biomesoplenty:magic_fence

biomesoplenty:amethyst_axe

biomesoplenty:sacred_oak_door

biomesoplenty:hard_sand

biomesoplenty:brown_dye

biomesoplenty:planks_0

biomesoplenty:flower_1

biomesoplenty:hard_ice

biomesoplenty:flower_0

biomesoplenty:magic_fence_gate

biomesoplenty:mangrove_stairs

biomesoplenty:mud_brick_stairs

biomesoplenty:wood_scythe

biomesoplenty:redwood_fence_gate

biomesoplenty:mud_shovel

biomesoplenty:honeycomb

biomesoplenty:fir_fence_gate

biomesoplenty:sand

biomesoplenty:saladveggie

biomesoplenty:gem_block

biomesoplenty:saladshroom

biomesoplenty:ethereal_fence_gate

biomesoplenty:mud_sword

biomesoplenty:cherry_door

biomesoplenty:waterlily

biomesoplenty:mud_pickaxe

biomesoplenty:fir_stairs

biomesoplenty:amethyst_leggings

biomesoplenty:gold_scythe

biomesoplenty:redwood_fence

biomesoplenty:amethyst_boots

biomesoplenty:jacaranda_stairs

biomesoplenty:wisteria

biomesoplenty:sacred_oak_fence

biomesoplenty:dried_dirt

biomesoplenty:ethereal_fence

biomesoplenty:gem_ore

biomesoplenty:ethereal_door

biomesoplenty:mud_hoe

biomesoplenty:pear

biomesoplenty:iron_scythe

biomesoplenty:other_slab

biomesoplenty:persimmon

biomesoplenty:mangrove_fence_gate

biomesoplenty:mahogany_fence

biomesoplenty:peach

biomesoplenty:honey_block

biomesoplenty:poison_bucket

biomesoplenty:dart_blower

biomesoplenty:mahogany_stairs

biomesoplenty:fir_fence

biomesoplenty:biome_block

biomesoplenty:ivy

biomesoplenty:palm_fence_gate

biomesoplenty:ethereal_stairs

biomesoplenty:dart

biomesoplenty:gem

biomesoplenty:leaves_0

biomesoplenty:hellbark_door

biomesoplenty:seaweed

biomesoplenty:hive

biomesoplenty:bamboo_thatching

biomesoplenty:leaves_5

biomesoplenty:leaves_3

biomesoplenty:hellbark_fence

biomesoplenty:leaves_4

biomesoplenty:leaves_1

biomesoplenty:leaves_2

biomesoplenty:berries

biomesoplenty:crag_rock

biomesoplenty:willow_stairs

biomesoplenty:jar_empty

biomesoplenty:moss

biomesoplenty:ash_stone

biomesoplenty:pixie_dust

biomesoplenty:amethyst_pickaxe

biomesoplenty:mud_scythe

biomesoplenty:amethyst_chestplate

biomesoplenty:mud_helmet

biomesoplenty:record_wanderer

biomesoplenty:exotic_flower_band

biomesoplenty:fleshchunk

biomesoplenty:log_3

biomesoplenty:mud_brick_block

biomesoplenty:log_2

biomesoplenty:log_1

biomesoplenty:hellbark_fence_gate

biomesoplenty:cherry_stairs

biomesoplenty:black_dye

biomesoplenty:stone_scythe

biomesoplenty:log_0

biomesoplenty:pine_fence

biomesoplenty:grass

biomesoplenty:jar_filled

biomesoplenty:willow_door

biomesoplenty:filled_honeycomb

biomesoplenty:mud

biomesoplenty:saladfruit

biomesoplenty:amethyst_helmet

biomesoplenty:earth

biomesoplenty:mahogany_fence_gate

biomesoplenty:turnip_block

biomesoplenty:amethyst_scythe

biomesoplenty:palm_stairs

biomesoplenty:coral

biomesoplenty:plain_flower_band

biomesoplenty:fir_door

biomesoplenty:blue_dye

biomesoplenty:diamond_scythe

biomesoplenty:pine_stairs

biomesoplenty:pine_fence_gate

biomesoplenty:mudball

biomesoplenty:ash_block

biomesoplenty:dark_stairs

biomesoplenty:flippers

biomesoplenty:biome_finder

biomesoplenty:bamboo

biomesoplenty:willow_fence

biomesoplenty:mushroom

biomesoplenty:lush_flower_band

biomesoplenty:sapling_1

biomesoplenty:sapling_2

biomesoplenty:wildcarrots

biomesoplenty:sapling_0

biomesoplenty:turnip_seeds

biomesoplenty:green_dye

biomesoplenty:dull_flower_band

biomesoplenty:mud_axe

biomesoplenty:ash

biomesoplenty:stone

biomesoplenty:bone_segment

biomesoplenty:palm_door

biomesoplenty:amethyst_hoe

biomesoplenty:flower_vine

biomesoplenty:double_plant

biomesoplenty:amethyst_shovel

biomesoplenty:white_dye

biomesoplenty:biome_essence

biomesoplenty:blood_bucket

biomesoplenty:jacaranda_fence

biomesoplenty:redwood_stairs

biomesoplenty:wood_slab_0

biomesoplenty:hard_dirt

biomesoplenty:fruit_block

biomesoplenty:cherry_fence

biomesoplenty:wood_slab_1

biomesoplenty:pine_door

biomesoplenty:redwood_door

biomesoplenty:jacaranda_door

biomesoplenty:spawn_egg

biomesoplenty:ichor

biomesoplenty:turnip

biomesoplenty:pinecone

grim3212core:instruction_manual

grim3212core:textured_model_holder

rediscovered:DirtDoubleSlab

rediscovered:CryingObsidian

rediscovered:GearWall

rediscovered:RubyOre

rediscovered:CherryLog

rediscovered:CherryDoubleSlab

rediscovered:Lantern

rediscovered:Rose

rediscovered:EmptyRoseBushTop

rediscovered:EmptyRoseBush

rediscovered:Lectern

rediscovered:CherryHalfSlab

rediscovered:GearFloor

rediscovered:Table

rediscovered:EmptyPeonyBush

rediscovered:Sponge

rediscovered:DragonEggRed

rediscovered:CherryLeaves

rediscovered:LanternPhys

rediscovered:Spikes

rediscovered:EmptyPeonyBushTop

rediscovered:LecternOpen

rediscovered:DirtHalfSlab

rediscovered:RubyBlock

rediscovered:Peony

rediscovered:Chair

rediscovered:CherryStairs

rediscovered:LockedChest

rediscovered:CherryPlank

rediscovered:CherrySapling

rediscovered:Quiver

rediscovered:ChainQuiver

rediscovered:ItemLantern

rediscovered:GearWall

rediscovered:Blindness

rediscovered:CherryLog

rediscovered:ItemGear

rediscovered:CherryDoubleSlab

rediscovered:DreamPillow

rediscovered:Lantern

rediscovered:Rose

rediscovered:ItemTable

rediscovered:EmptyRoseBush

rediscovered:Lectern

rediscovered:CherryHalfSlab

rediscovered:Mining

rediscovered:EmptyPeonyBush

rediscovered:Sponge

rediscovered:CherryLeaves

rediscovered:LeatherQuiver

rediscovered:EmptyPeonyBushTop

rediscovered:DirtHalfSlab

rediscovered:Chair

rediscovered:Nausea

rediscovered:ItemLectern

rediscovered:DirtDoubleSlab

rediscovered:LeatherChainLegs

rediscovered:CryingObsidian

rediscovered:GoldQuiver

rediscovered:RubyOre

rediscovered:EmptyRoseBushTop

rediscovered:LeatherChainBoots

rediscovered:IronQuiver

rediscovered:GearFloor

rediscovered:ItemChair

rediscovered:Table

rediscovered:DragonEggRed

rediscovered:Scarecrow

rediscovered:LanternPhys

rediscovered:Spikes

rediscovered:LeatherChainHelmet

rediscovered:LecternOpen

rediscovered:LeatherChainChest

rediscovered:gemRuby

rediscovered:RubyBlock

rediscovered:Peony

rediscovered:CherryStairs

rediscovered:LockedChest

rediscovered:DiamondQuiver

rediscovered:CherryPlank

rediscovered:CherrySapling

deconstruction:deconstructionTable

deconstruction:deconstructionTable

enderzoo:blockEnderCharge

enderzoo:blockConfusingCharge

enderzoo:blockConcussionCharge

enderzoo:blockEnderCharge

enderzoo:spawnEgg

enderzoo:blockConfusingCharge

enderzoo:enderZooIcon

enderzoo:blockConcussionCharge

enderzoo:confusingDust

enderzoo:witheringDust

enderzoo:guardiansBow

enderzoo:enderFragment

 

 

Run the command /fml confirm or or /fml cancel to proceed.

Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.

[20:30:22] [server thread/INFO] [FML/]: confirmed

[20:30:31] [server thread/INFO] [FML/]: World backup created at C:\temp\minecraft stuff\forgeserver\world-20151228-203022.zip.

[20:30:31] [server thread/WARN] [FML/]: This world contains block and item mappings that may cause world breakage

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 565 named as biomesoplenty:honey with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 510 named as biomesoplenty:hellbark_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 517 named as biomesoplenty:jacaranda_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 534 named as biomesoplenty:leaves_0 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 505 named as biomesoplenty:seaweed with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 501 named as biomesoplenty:hive with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 542 named as biomesoplenty:leaves_5 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 560 named as biomesoplenty:bamboo_thatching with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 541 named as biomesoplenty:leaves_3 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 569 named as biomesoplenty:hellbark_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 539 named as biomesoplenty:leaves_4 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 663 named as rediscovered:DirtDoubleSlab with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 538 named as biomesoplenty:leaves_1 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 537 named as biomesoplenty:leaves_2 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 547 named as biomesoplenty:sacred_oak_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 558 named as biomesoplenty:cherry_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 548 named as biomesoplenty:redwood_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 552 named as biomesoplenty:flesh with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 601 named as biomesoplenty:crag_rock with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 571 named as biomesoplenty:dark_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 553 named as biomesoplenty:stone_formations with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 562 named as biomesoplenty:willow_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 563 named as biomesoplenty:willow_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 598 named as biomesoplenty:mangrove_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 504 named as biomesoplenty:dirt with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 500 named as biomesoplenty:moss with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 612 named as biomesoplenty:mangrove_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 593 named as biomesoplenty:ash_stone with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 656 named as rediscovered:CryingObsidian with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 515 named as biomesoplenty:tree_moss with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 665 named as rediscovered:GearWall with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 549 named as biomesoplenty:magic_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 550 named as biomesoplenty:pine_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 521 named as biomesoplenty:dark_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 614 named as enderzoo:blockEnderCharge with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 590 named as biomesoplenty:poison with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 522 named as biomesoplenty:hellbark_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 648 named as rediscovered:RubyOre with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 499 named as biomesoplenty:log_3 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 557 named as biomesoplenty:mud_brick_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 494 named as biomesoplenty:log_2 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 493 named as biomesoplenty:log_1 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 516 named as biomesoplenty:hellbark_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 575 named as biomesoplenty:plant_1 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 574 named as biomesoplenty:plant_0 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 609 named as biomesoplenty:crystal with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 555 named as biomesoplenty:palm_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 602 named as biomesoplenty:cherry_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 588 named as biomesoplenty:double_wood_slab_1 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 592 named as biomesoplenty:double_wood_slab_0 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 654 named as rediscovered:CherryLog with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 497 named as biomesoplenty:log_0 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 604 named as biomesoplenty:pine_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 523 named as biomesoplenty:grass with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 532 named as biomesoplenty:magic_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 667 named as rediscovered:CherryDoubleSlab with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 518 named as biomesoplenty:sacred_oak_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 578 named as biomesoplenty:mud with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 611 named as biomesoplenty:fir_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 503 named as biomesoplenty:magic_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 657 named as rediscovered:Lantern with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 652 named as rediscovered:Rose with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 480 named as deconstruction:deconstructionTable with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 653 named as rediscovered:EmptyRoseBushTop with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 506 named as biomesoplenty:turnip_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 525 named as biomesoplenty:mahogany_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 536 named as biomesoplenty:hard_sand with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 520 named as biomesoplenty:palm_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 556 named as biomesoplenty:coral with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 658 named as rediscovered:EmptyRoseBush with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 674 named as rediscovered:Lectern with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 524 named as biomesoplenty:pine_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 526 named as biomesoplenty:planks_0 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 660 named as rediscovered:CherryHalfSlab with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 528 named as biomesoplenty:flower_1 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 533 named as biomesoplenty:hard_ice with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 529 named as biomesoplenty:flower_0 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 567 named as biomesoplenty:magic_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 672 named as rediscovered:GearFloor with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 576 named as biomesoplenty:blood with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 551 named as biomesoplenty:mangrove_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 545 named as biomesoplenty:pine_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 561 named as biomesoplenty:mud_brick_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 546 named as biomesoplenty:sacred_oak_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 566 named as biomesoplenty:mahogany_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 543 named as biomesoplenty:cherry_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 582 named as biomesoplenty:ash_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 595 named as biomesoplenty:dark_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 544 named as biomesoplenty:redwood_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 664 named as rediscovered:Table with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 581 named as biomesoplenty:willow_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 519 named as biomesoplenty:jacaranda_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 659 named as rediscovered:EmptyPeonyBush with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 669 named as rediscovered:Sponge with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 586 named as biomesoplenty:fir_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 661 named as rediscovered:DragonEggRed with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 507 named as biomesoplenty:bamboo with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 502 named as biomesoplenty:sand with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 605 named as biomesoplenty:willow_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 606 named as biomesoplenty:gem_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 509 named as biomesoplenty:mushroom with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 603 named as biomesoplenty:ethereal_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 599 named as biomesoplenty:double_other_slab with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 597 named as biomesoplenty:waterlily with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 670 named as rediscovered:CherryLeaves with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 596 named as biomesoplenty:fir_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 662 named as rediscovered:LanternPhys with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 496 named as biomesoplenty:sapling_1 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 646 named as rediscovered:Spikes with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 498 named as biomesoplenty:sapling_2 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 495 named as biomesoplenty:sapling_0 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 572 named as biomesoplenty:dark_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 671 named as rediscovered:EmptyPeonyBushTop with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 585 named as biomesoplenty:redwood_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 647 named as rediscovered:LecternOpen with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 511 named as biomesoplenty:jacaranda_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 587 named as biomesoplenty:wisteria with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 651 named as rediscovered:DirtHalfSlab with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 513 named as biomesoplenty:sacred_oak_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 508 named as biomesoplenty:stone with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 589 named as biomesoplenty:bone_segment with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 579 named as biomesoplenty:dried_dirt with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 531 named as biomesoplenty:ethereal_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 583 named as biomesoplenty:flower_vine with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 527 named as biomesoplenty:gem_ore with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 535 named as biomesoplenty:double_plant with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 594 named as biomesoplenty:ethereal_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 479 named as lucky:lucky_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 675 named as rediscovered:RubyBlock with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 673 named as rediscovered:Peony with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 573 named as biomesoplenty:other_slab with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 615 named as enderzoo:blockConfusingCharge with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 600 named as biomesoplenty:mangrove_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 668 named as rediscovered:Chair with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 564 named as biomesoplenty:mahogany_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 650 named as rediscovered:CherryStairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 540 named as biomesoplenty:jacaranda_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 554 named as biomesoplenty:redwood_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 649 named as rediscovered:LockedChest with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 608 named as biomesoplenty:honey_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 610 named as biomesoplenty:mahogany_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 530 named as biomesoplenty:hard_dirt with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 580 named as biomesoplenty:wood_slab_0 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 607 named as biomesoplenty:fruit_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 514 named as biomesoplenty:cherry_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 613 named as enderzoo:blockConcussionCharge with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 577 named as biomesoplenty:wood_slab_1 with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 568 named as biomesoplenty:fir_fence with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 570 named as biomesoplenty:biome_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 584 named as biomesoplenty:ivy with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 591 named as biomesoplenty:palm_fence_gate with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 512 named as biomesoplenty:ethereal_stairs with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 559 named as biomesoplenty:palm_door_block with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 655 named as rediscovered:CherryPlank with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/DEBUG] [FML/]: Replacing id 666 named as rediscovered:CherrySapling with air block. If the mod becomes available again later, it can reload here

[20:30:31] [server thread/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp

[20:30:31] [server thread/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp

[20:30:31] [server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.001s

[20:30:31] [server thread/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML

[20:30:31] [server thread/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML

[20:30:31] [server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0.001s

[20:30:31] [server thread/TRACE] [Forge/Forge]: Sending event FMLModIdMappingEvent to mod Forge

[20:30:31] [server thread/TRACE] [Forge/Forge]: Sent event FMLModIdMappingEvent to mod Forge

[20:30:31] [server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0.005s

[20:30:31] [server thread/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0.006s

[20:30:31] [server thread/INFO] [FML/]: Applying holder lookups

[20:30:31] [server thread/INFO] [FML/]: Holder lookups applied

[20:30:31] [server thread/DEBUG] [FML/]: Loading persistent fluid defaults from world

[20:30:31] [server thread/DEBUG] [FML/]: The fluid minecraft:lava has been selected as the default fluid for lava

[20:30:31] [server thread/DEBUG] [FML/]: The fluid minecraft:water has been selected as the default fluid for water

[20:30:31] [server thread/ERROR] [FML/]: The fluid blood (specified as BiomesOPlenty:blood) is missing from this instance - it will be removed

[20:30:31] [server thread/ERROR] [FML/]: The fluid poison (specified as BiomesOPlenty:poison) is missing from this instance - it will be removed

[20:30:31] [server thread/ERROR] [FML/]: The fluid honey (specified as BiomesOPlenty:honey) is missing from this instance - it will be removed

[20:30:31] [server thread/INFO] [FML/]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@1dc35ec6)

[20:30:31] [server thread/INFO] [FML/]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@1dc35ec6)

[20:30:32] [server thread/INFO] [FML/]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@1dc35ec6)

[20:30:35] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartingEvent to mod mcp

[20:30:35] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartingEvent to mod mcp

[20:30:35] [server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.001s

[20:30:35] [server thread/TRACE] [FML/FML]: Sending event FMLServerStartingEvent to mod FML

[20:30:35] [server thread/TRACE] [FML/FML]: Sent event FMLServerStartingEvent to mod FML

[20:30:35] [server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Forge Mod Loader took 0.001s

[20:30:35] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartingEvent to mod Forge

[20:30:35] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartingEvent to mod Forge

[20:30:35] [server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Forge took 0.005s

[20:30:35] [server thread/DEBUG] [FML/]: Bar Finished: ServerStarting took 0.007s

[20:30:35] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartedEvent to mod mcp

[20:30:35] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartedEvent to mod mcp

[20:30:35] [server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.001s

[20:30:35] [server thread/TRACE] [FML/FML]: Sending event FMLServerStartedEvent to mod FML

[20:30:35] [server thread/TRACE] [FML/FML]: Sent event FMLServerStartedEvent to mod FML

[20:30:35] [server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Forge Mod Loader took 0.001s

[20:30:35] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartedEvent to mod Forge

[20:30:35] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartedEvent to mod Forge

[20:30:35] [server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Forge took 0.001s

[20:30:35] [server thread/DEBUG] [FML/]: Bar Finished: ServerStarted took 0.002s

[20:31:20] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save world

[20:32:05] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save world

[20:32:50] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save world

[20:33:34] [Netty Server IO #1/TRACE] [FML/]: Handshake channel activating

[20:33:34] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: null->FMLHandshakeServerState$1:START

[20:33:34] [Netty Server IO #1/DEBUG] [FML/]:  Next: HELLO

[20:33:34] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $ClientHello->FMLHandshakeServerState$2:HELLO

[20:33:34] [Netty Server IO #1/INFO] [FML/]: Client protocol version 2

[20:33:34] [Netty Server IO #1/DEBUG] [FML/]:  Next: HELLO

[20:33:34] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $ModList:3 mods->FMLHandshakeServerState$2:HELLO

[20:33:34] [Netty Server IO #1/INFO] [FML/]: Client attempting to join with 3 mods : [email protected],[email protected],[email protected]

[20:33:35] [Netty Server IO #1/DEBUG] [FML/]:  Next: WAITINGCACK

[20:33:35] [Netty Server IO #1/DEBUG] [FML/]: FMLHandshakeServerState: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK

[20:33:35] [Netty Server IO #1/DEBUG] [FML/]:  Next: COMPLETE

[20:33:35] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save world

[20:33:50] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppingEvent to mod mcp

[20:33:50] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppingEvent to mod mcp

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Minecraft Coder Pack took 0.000s

[20:33:50] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppingEvent to mod FML

[20:33:50] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppingEvent to mod FML

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Forge Mod Loader took 0.000s

[20:33:50] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppingEvent to mod Forge

[20:33:50] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppingEvent to mod Forge

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Minecraft Forge took 0.000s

[20:33:50] [server thread/DEBUG] [FML/]: Bar Finished: ServerStopping took 0.001s

[20:33:50] [server thread/DEBUG] [FML/]: Gathering id map for writing to world save world

[20:33:50] [server thread/INFO] [FML/]: Unloading dimension 0

[20:33:50] [server thread/INFO] [FML/]: Unloading dimension -1

[20:33:50] [server thread/INFO] [FML/]: Unloading dimension 1

[20:33:50] [server thread/DEBUG] [FML/]: Reverting to frozen data state.

[20:33:50] [server thread/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp

[20:33:50] [server thread/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.001s

[20:33:50] [server thread/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML

[20:33:50] [server thread/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0.001s

[20:33:50] [server thread/TRACE] [Forge/Forge]: Sending event FMLModIdMappingEvent to mod Forge

[20:33:50] [server thread/TRACE] [Forge/Forge]: Sent event FMLModIdMappingEvent to mod Forge

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0.001s

[20:33:50] [server thread/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0.003s

[20:33:50] [server thread/INFO] [FML/]: Applying holder lookups

[20:33:50] [server thread/INFO] [FML/]: Holder lookups applied

[20:33:50] [server thread/DEBUG] [FML/]: Frozen state restored.

[20:33:50] [server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp

[20:33:50] [server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.001s

[20:33:50] [server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML

[20:33:50] [server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s

[20:33:50] [server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge

[20:33:50] [server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge

[20:33:50] [server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Forge took 0.000s

[20:33:50] [server thread/DEBUG] [FML/]: Bar Finished: ServerStopped took 0.001s

 

 

Client log:

[20:31:09] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.

[20:31:09] [main/INFO] [FML/]: Forge Mod Loader version 11.15.0.1650 for Minecraft 1.8.8 loading

[20:31:09] [main/INFO] [FML/]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_60, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre1.8.0_60

[20:31:09] [main/DEBUG] [FML/]: Java classpath at launch is C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8.8-11.15.0.1650-1.8.8\forge-1.8.8-11.15.0.1650-1.8.8.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.21\authlib-1.5.21.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.7.24\realms-1.7.24.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\john_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar;C:\Users\john_000\AppData\Roaming\.minecraft\versions\1.8.8\1.8.8.jar

[20:31:09] [main/DEBUG] [FML/]: Java library path at launch is C:\Users\john_000\AppData\Roaming\.minecraft\versions\1.8.8-forge1.8.8-11.15.0.1650-1.8.8\1.8.8-forge1.8.8-11.15.0.1650-1.8.8-natives-1827082485739841

[20:31:09] [main/DEBUG] [FML/]: Enabling runtime deobfuscation

[20:31:09] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin

[20:31:09] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers

[20:31:09] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin

[20:31:09] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin

[20:31:09] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin

[20:31:09] [main/DEBUG] [FML/]: All fundamental core mods are successfully located

[20:31:09] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\john_000\AppData\Roaming\.minecraft

[20:31:09] [main/DEBUG] [FML/]: Discovering coremods

[20:31:09] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:31:09] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[20:31:09] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:31:09] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[20:31:09] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:31:09] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers

[20:31:09] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer

[20:31:09] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer

[20:31:09] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer

[20:31:09] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer

[20:31:09] [main/DEBUG] [FML/]: Injection complete

[20:31:09] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}

[20:31:09] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin

[20:31:11] [main/DEBUG] [FML/]: Read 802 binary patches

[20:31:13] [main/INFO] [FML/]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc

[20:31:13] [main/ERROR] [FML/]: FML appears to be missing any signature data. This is not a good thing

[20:31:13] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully

[20:31:13] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[20:31:13] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers

[20:31:13] [main/DEBUG] [FML/]: Injection complete

[20:31:13] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}

[20:31:13] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin

[20:31:13] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully

[20:31:13] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[20:31:13] [main/DEBUG] [FML/]: Loaded 162 rules from AccessTransformer config file forge_at.cfg

[20:31:13] [main/DEBUG] [FML/]: Validating minecraft

[20:31:15] [main/DEBUG] [FML/]: Minecraft validated, launching...

[20:31:15] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[20:31:15] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[20:31:15] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main}

[20:31:28] [Client thread/WARN] [FML/]: =============================================================

[20:31:28] [Client thread/WARN] [FML/]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!

[20:31:28] [Client thread/WARN] [FML/]: Offendor: com/sun/jna/Native.main([Ljava/lang/String;)V

[20:31:28] [Client thread/WARN] [FML/]: Use FMLCommonHandler.exitJava instead

[20:31:28] [Client thread/WARN] [FML/]: =============================================================

[20:31:30] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.011s

[20:31:30] [Client thread/INFO] [sTDOUT/]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ----

// You're mean.

 

Time: 12/28/15 8:31 PM

Description: Loading screen debug info

 

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- System Details --

Details:

Minecraft Version: 1.8.8

Operating System: Windows 8.1 (amd64) version 6.3

Java Version: 1.8.0_60, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 69975440 bytes (66 MB) / 236437504 bytes (225 MB) up to 1060372480 bytes (1011 MB)

JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML:

Loaded coremods (and transformers):

GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12618 Compatibility Profile Context 13.251.9001.1001' Renderer: 'AMD Radeon HD 7600G'

[20:31:31] [Client thread/INFO] [FML/]: MinecraftForge v11.15.0.1650 Initialized

[20:31:31] [Client thread/INFO] [FML/]: Replaced 204 ore recipies

[20:31:31] [Client thread/DEBUG] [FML/]: File C:\Users\john_000\AppData\Roaming\.minecraft\config\injectedDependencies.json not found. No dependencies injected

[20:31:32] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer]

[20:31:32] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes

[20:31:32] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8.8-11.15.0.1650-1.8.8\forge-1.8.8-11.15.0.1650-1.8.8.jar, examining for mod candidates

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar

[20:31:32] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\john_000\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar, examining for mod candidates

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar

[20:31:32] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\john_000\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar, examining for mod candidates

[20:31:32] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar, examining for mod candidates

[20:31:32] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar, examining for mod candidates

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar

[20:31:32] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar, examining for mod candidates

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.21\authlib-1.5.21.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.7.24\realms-1.7.24.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar

[20:31:32] [Client thread/TRACE] [FML/]: Skipping known library file C:\Users\john_000\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\6.5\twitch-6.5.jar

[20:31:32] [Client thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\john_000\AppData\Roaming\.minecraft\versions\1.8.8\1.8.8.jar, examining for mod candidates

[20:31:32] [Client thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully

[20:31:32] [Client thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer

[20:31:32] [Client thread/INFO] [FML/]: Searching C:\Users\john_000\AppData\Roaming\.minecraft\mods for mods

[20:31:32] [Client thread/DEBUG] [FML/]: Found a candidate mod directory 1.8

[20:31:32] [Client thread/DEBUG] [FML/]: Ignoring unknown file mod_voxelMap_1.5.17_for_1.8.litemod in mods directory

[20:31:32] [Client thread/DEBUG] [FML/]: Found a candidate mod directory resources

[20:31:32] [Client thread/DEBUG] [FML/]: Ignoring unknown file ruins.txt in mods directory

[20:31:32] [Client thread/DEBUG] [FML/]: Ignoring unknown file ruins_log.txt in mods directory

[20:31:32] [Client thread/DEBUG] [FML/]: Ignoring unknown file ruins_log_dim_-1.txt in mods directory

[20:31:32] [Client thread/DEBUG] [FML/]: Ignoring unknown file ruins_log_dim_0.txt in mods directory

[20:31:32] [Client thread/DEBUG] [FML/]: Ignoring unknown file ruins_log_dim_1.txt in mods directory

[20:31:32] [Client thread/DEBUG] [FML/]: Found a candidate mod directory VoxelMods

[20:31:32] [Client thread/DEBUG] [FML/]: Examining file forge-1.8.8-11.15.0.1650-1.8.8.jar for potential mods

[20:31:32] [Client thread/DEBUG] [FML/]: The mod container forge-1.8.8-11.15.0.1650-1.8.8.jar appears to be missing an mcmod.info file

[20:31:33] [Client thread/DEBUG] [FML/]: Examining file jline-2.13.jar for potential mods

[20:31:33] [Client thread/DEBUG] [FML/]: The mod container jline-2.13.jar appears to be missing an mcmod.info file

[20:31:33] [Client thread/DEBUG] [FML/]: Examining file oshi-core-1.1.jar for potential mods

[20:31:33] [Client thread/DEBUG] [FML/]: The mod container oshi-core-1.1.jar appears to be missing an mcmod.info file

[20:31:33] [Client thread/DEBUG] [FML/]: Examining file jna-3.4.0.jar for potential mods

[20:31:33] [Client thread/DEBUG] [FML/]: The mod container jna-3.4.0.jar appears to be missing an mcmod.info file

[20:31:34] [Client thread/DEBUG] [FML/]: Examining file platform-3.4.0.jar for potential mods

[20:31:34] [Client thread/DEBUG] [FML/]: The mod container platform-3.4.0.jar appears to be missing an mcmod.info file

[20:31:34] [Client thread/DEBUG] [FML/]: Examining file libraryjavasound-20101123.jar for potential mods

[20:31:34] [Client thread/DEBUG] [FML/]: The mod container libraryjavasound-20101123.jar appears to be missing an mcmod.info file

[20:31:34] [Client thread/DEBUG] [FML/]: Examining file 1.8.8.jar for potential mods

[20:31:34] [Client thread/DEBUG] [FML/]: The mod container 1.8.8.jar appears to be missing an mcmod.info file

[20:31:35] [Client thread/DEBUG] [FML/]: Examining directory 1.8 for potential mods

[20:31:35] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory 1.8

[20:31:35] [Client thread/DEBUG] [FML/]: Examining directory resources for potential mods

[20:31:35] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory resources

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.alps

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.arctic

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.bamboo forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.bayou

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.beach

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.birch forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.birch forest hills

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.birch forest hills m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.birch forest m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.bog

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.boreal forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.brushland

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.canyon

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.canyon ravine

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.chaparral

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.cherry blossom grove

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.cold beach

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.cold desert

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.cold taiga

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.cold taiga hills

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.cold taiga m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.coniferous forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.crag

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.dead forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.dead swamp

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.deciduous forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.deep ocean

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.dense forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.desert

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.desert m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.deserthills

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.eucalyptus forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.extreme hills

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.extreme hills edge

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.extreme hills m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.extreme hills+

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.extreme hills+ m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.fen

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.flower field

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.flower forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.foresthills

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.frost forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.frozen desert

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.frozenocean

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.frozenriver

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.fungi forest

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.garden

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.generic

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.glacier

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.grassland

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.grove

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.heathland

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.heaven

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.hell

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.highland

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.ice mountains

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.ice plains

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.ice plains spikes

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.jade cliffs

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.jungle

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.jungle m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.jungleedge

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.jungleedge m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.junglehills

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.lavender fields

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.marsh

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mega spruce taiga

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mega taiga

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mega taiga hills

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mesa

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mesa (bryce)

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau f

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau f m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau m

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.moor

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mountain

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mountain foothills

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mushroomisland

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.mushroomislandshore

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete

[20:31:35] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.badlands

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.beach

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.desert

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.forest

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.frozenocean

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.generic

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.jungle

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.ocean

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.plains

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.river

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.sky

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.obsolete.snow forest

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.ocean

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.optional

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.optional.generic

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.optional.nether

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.origin valley

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.outback

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.plains

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.redwood taiga hills m

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.river

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.roofed forest

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.roofed forest m

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.savanna

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.savanna m

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.savanna plateau

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.savanna plateau m

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.shrubland

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.steppe

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.stone beach

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.sunflower plains

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.swampland

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.swampland m

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.taiga

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.taiga m

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.taigahills

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.templateparser

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.the end

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.thicket

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.tundra

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.woodland

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package ruins.xeric shrubland

[20:31:36] [Client thread/DEBUG] [FML/]: Examining directory VoxelMods for potential mods

[20:31:36] [Client thread/DEBUG] [FML/]: No mcmod.info file found in directory VoxelMods

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap.cache

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap.cache.127.0.0.1

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap.cache.127.0.0.1.Overworld (dimension 0)

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap.cache.127.0.0.1~colon~25566

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap.cache.127.0.0.1~colon~25566.Overworld (dimension 0)

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap.cache.192.168.0.105

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap.cache.192.168.0.105.Nether (dimension -1)

[20:31:36] [Client thread/TRACE] [FML/]: Recursing into package voxelMap.cache.192.168.0.105.Overworld (dimension 0)

[20:31:36] [Client thread/INFO] [FML/]: Forge Mod Loader has identified 3 mods to load

[20:31:36] [Client thread/TRACE] [FML/]: Received a system property request ''

[20:31:36] [Client thread/TRACE] [FML/]: System property request managing the state of 0 mods

[20:31:36] [Client thread/DEBUG] [FML/]: After merging, found state information for 0 mods

[20:31:36] [Client thread/DEBUG] [FML/]: Found translations in forge-1.8.8-11.15.0.1650-1.8.8.jar [af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW]

[20:31:36] [Client thread/DEBUG] [FML/]: Found translations in forge-1.8.8-11.15.0.1650-1.8.8.jar [af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW]

[20:31:36] [Client thread/TRACE] [FML/]: Verifying mod requirements are satisfied

[20:31:36] [Client thread/TRACE] [FML/]: All mod requirements are satisfied

[20:31:36] [Client thread/TRACE] [FML/]: Sorting mods into an ordered list

[20:31:36] [Client thread/TRACE] [FML/]: Mod sorting completed successfully

[20:31:36] [Client thread/DEBUG] [FML/]: Mod sorting data

[20:31:36] [Client thread/DEBUG] [FML/]: No user mods found to sort

[20:31:36] [Client thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp

[20:31:36] [Client thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp

[20:31:36] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.016s

[20:31:36] [Client thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML

[20:31:37] [Client thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists

[20:31:37] [Client thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection

[20:31:37] [Client thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)

[20:31:37] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT

[20:31:37] [Client thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER

[20:31:37] [Client thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML

[20:31:37] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 1.233s

[20:31:37] [Client thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge

[20:31:37] [Client thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed

[20:31:37] [Client thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection

[20:31:37] [Client thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (11.15.0.1650)

[20:31:37] [Client thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge

[20:31:37] [Client thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.021s

[20:31:37] [Client thread/DEBUG] [FML/]: Bar Finished: Construction took 1.270s

[20:31:37] [Client thread/DEBUG] [FML/]: Mod signature data

[20:31:37] [Client thread/DEBUG] [FML/]:  Valid Signatures:

[20:31:37] [Client thread/DEBUG] [FML/]:  Missing Signatures:

[20:31:37] [Client thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.18) minecraft.jar

[20:31:37] [Client thread/DEBUG] [FML/]: FML (Forge Mod Loader 8.0.99.99) forge-1.8.8-11.15.0.1650-1.8.8.jar

[20:31:37] [Client thread/DEBUG] [FML/]: Forge (Minecraft Forge 11.15.0.1650) forge-1.8.8-11.15.0.1650-1.8.8.jar

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.015s

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.007s

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.037s

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - LIFE 128x (Vers. 81) new took 0.006s

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - [1.8.3]_new R3D.CRAFT_SR-128x_v0.2.2 new took 0.004s

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading - LanguageManager took 0.040s

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 0.043s

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 0.113s

[20:31:38] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one

[20:31:38] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one

[20:31:38] [Client thread/INFO] [FML/]: Processing ObjectHolder annotations

[20:31:38] [Client thread/INFO] [FML/]: Found 384 ObjectHolder annotations

[20:31:38] [Client thread/INFO] [FML/]: Identifying ItemStackHolder annotations

[20:31:38] [Client thread/INFO] [FML/]: Found 0 ItemStackHolder annotations

[20:31:38] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp

[20:31:38] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.002s

[20:31:38] [Client thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML

[20:31:38] [Client thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.040s

[20:31:38] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge

[20:31:38] [Client thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0

[20:31:38] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.083s

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 0.125s

[20:31:38] [Client thread/INFO] [FML/]: Applying holder lookups

[20:31:38] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[20:31:38] [Client thread/INFO] [FML/]: Holder lookups applied

[20:31:38] [Client thread/INFO] [FML/]: Injecting itemstacks

[20:31:38] [Client thread/INFO] [FML/]: Itemstack injection complete

[20:31:38] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureManager took 0.001s

[20:31:38] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [Forge] Received version check data:

{

  "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",

  "promos": {

    "1.5.2-latest": "7.8.1.738",

    "1.5.2-recommended": "7.8.1.737",

    "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.10-latest": "10.13.4.1614",

    "1.7.10-latest-1.7.10": "10.13.2.1343",

    "1.7.10-recommended": "10.13.4.1558",

    "1.7.2-latest": "10.12.2.1147",

    "1.7.2-recommended": "10.12.2.1121",

    "1.8-latest": "11.14.4.1577",

    "1.8-recommended": "11.14.4.1563",

    "1.8.8-latest": "11.15.0.1653",

    "latest": "11.14.4.1577",

    "latest-1.7.10": "10.13.2.1343",

    "recommended": "11.14.4.1563"

  }

}

[20:31:38] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Found status: BETA_OUTDATED Target: 11.15.0.1653

[20:31:53] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - SoundHandler took 14.541s

[20:31:58] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 2.708s

[20:31:58] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FontRenderer took 0.010s

[20:31:58] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - GrassColorReloadListener took 0.036s

[20:31:58] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - FoliageColorReloadListener took 0.023s

[20:31:58] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - GL Setup took 0.001s

[20:31:58] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Texture Map took 0.021s

[20:31:59] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelLoaderRegistry$1 took 0.000s

[20:31:59] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelLoaderRegistry$1 took 0.000s

[20:31:59] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelLoaderRegistry$1 took 0.000s

[20:31:59] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelLoaderRegistry$1 took 0.000s

[20:31:59] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelLoaderRegistry$1 took 0.000s

[20:31:59] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelLoaderRegistry$1 took 0.000s

[20:32:08] [Client thread/INFO] [FML/]: Max texture size: 16384

[20:32:08] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching - missingno took 0.002s

[20:32:08] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.011s

[20:32:10] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - ModelManager took 11.244s

[20:32:10] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Model Manager took 11.401s

[20:32:10] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderItem took 0.013s

[20:32:10] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Item Renderer took 0.586s

[20:32:10] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - EntityRenderer took 0.000s

[20:32:10] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - BlockRendererDispatcher took 0.000s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - RenderGlobal took 0.000s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Rendering Setup - Loading Entity Renderer took 0.654s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Finished: Rendering Setup took 12.662s

[20:32:11] [Client thread/TRACE] [mcp/mcp]: Sending event FMLInitializationEvent to mod mcp

[20:32:11] [Client thread/TRACE] [mcp/mcp]: Sent event FMLInitializationEvent to mod mcp

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Coder Pack took 0.001s

[20:32:11] [Client thread/TRACE] [FML/FML]: Sending event FMLInitializationEvent to mod FML

[20:32:11] [Client thread/TRACE] [FML/FML]: Sent event FMLInitializationEvent to mod FML

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Forge Mod Loader took 0.001s

[20:32:11] [Client thread/TRACE] [Forge/Forge]: Sending event FMLInitializationEvent to mod Forge

[20:32:11] [Client thread/TRACE] [Forge/Forge]: Sent event FMLInitializationEvent to mod Forge

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Forge took 0.001s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Finished: Initialization took 0.002s

[20:32:11] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp

[20:32:11] [Client thread/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp

[20:32:11] [Client thread/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.010s

[20:32:11] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML

[20:32:11] [Client thread/TRACE] [FML/FML]: Sending event IMCEvent to mod FML

[20:32:11] [Client thread/TRACE] [FML/FML]: Sent event IMCEvent to mod FML

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.001s

[20:32:11] [Client thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod Forge

[20:32:11] [Client thread/TRACE] [Forge/Forge]: Sending event IMCEvent to mod Forge

[20:32:11] [Client thread/TRACE] [Forge/Forge]: Sent event IMCEvent to mod Forge

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.001s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Finished: InterModComms$IMC took 0.012s

[20:32:11] [Client thread/INFO] [FML/]: Injecting itemstacks

[20:32:11] [Client thread/INFO] [FML/]: Itemstack injection complete

[20:32:11] [Client thread/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp

[20:32:11] [Client thread/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.001s

[20:32:11] [Client thread/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML

[20:32:11] [Client thread/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Mod Loader took 0.002s

[20:32:11] [Client thread/TRACE] [Forge/Forge]: Sending event FMLPostInitializationEvent to mod Forge

[20:32:11] [Client thread/TRACE] [Forge/Forge]: Sent event FMLPostInitializationEvent to mod Forge

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Forge took 0.233s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Finished: PostInitialization took 0.235s

[20:32:11] [Client thread/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp

[20:32:11] [Client thread/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.001s

[20:32:11] [Client thread/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML

[20:32:11] [Client thread/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Mod Loader took 0.001s

[20:32:11] [Client thread/TRACE] [Forge/Forge]: Sending event FMLLoadCompleteEvent to mod Forge

[20:32:11] [Client thread/DEBUG] [FML/Forge]: Forge RecipeSorter Baking:

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  14: RecipeEntry("Before", UNKNOWN, )

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  13: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  12: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  11: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  10: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  9: RecipeEntry("minecraft:repair", SHAPELESS, net.minecraft.item.crafting.RecipeRepairItem) After: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  8: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  7: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  6: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  5: RecipeEntry("minecraft:pattern_add", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern) After: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  4: RecipeEntry("minecraft:pattern_dupe", SHAPELESS, net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern) After: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  3: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  2: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless

[20:32:11] [Client thread/DEBUG] [FML/Forge]:  1: RecipeEntry("After", UNKNOWN, )

[20:32:11] [Client thread/DEBUG] [FML/Forge]: Sorting recipies

[20:32:11] [Client thread/TRACE] [Forge/Forge]: Sent event FMLLoadCompleteEvent to mod Forge

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Forge took 0.021s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Finished: LoadComplete took 0.022s

[20:32:11] [Client thread/DEBUG] [FML/]: Freezing block and item id maps

[20:32:11] [Client thread/INFO] [FML/]: Forge Mod Loader has successfully loaded 3 mods

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.001s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.005s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.007s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - LIFE 128x (Vers. 81) new took 0.005s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - [1.8.3]_new R3D.CRAFT_SR-128x_v0.2.2 new took 0.003s

[20:32:11] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/atlas/blocks.png took 0.000s

[20:32:14] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii.png took 2.425s

[20:32:14] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/lightMap_1 took 0.001s

[20:32:14] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/misc/forcefield.png took 0.014s

[20:32:14] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii_sga.png took 0.023s

[20:32:14] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading Texture Manager took 2.463s

[20:32:28] [Client thread/INFO] [FML/]: Max texture size: 16384

[20:32:33] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 5.269s

[20:33:02] [Client thread/DEBUG] [FML/]: Bar Finished: Mipmap generation took 28.939s

[20:33:02] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.114s

[20:33:02] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.435s

[20:33:04] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading took 53.076s

[20:33:04] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 53.077s

[20:33:04] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 53.097s

[20:33:04] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one

[20:33:04] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one

[20:33:05] [Client thread/DEBUG] [FML/]: Bar Finished: Loading took 93.301s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Default took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Forge Mod Loader took 0.004s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - FMLFileResourcePack:Minecraft Forge took 0.003s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/atlas/blocks.png took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_5.png took 0.032s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/background_1 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_0.png took 0.019s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/background_2 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_1.png took 0.017s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii_sga.png took 0.009s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_13 took 0.001s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_12 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/options_background.png took 0.007s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_11 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_10 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/lightMap_1 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_9 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_7 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_8 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_5 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_6 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_3 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_4 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_18 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_1 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_17 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_4.png took 0.014s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_2 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_16 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_15 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:dynamic/texturepackicon_14 took 0.000s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/misc/forcefield.png took 0.038s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_3.png took 0.019s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/ascii.png took 0.010s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/font/unicode_page_00.png took 0.015s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/widgets.png took 0.020s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/background/panorama_2.png took 0.015s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/title/minecraft.png took 0.014s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Step: Reloading Texture Manager - minecraft:textures/gui/resource_packs.png took 0.018s

[20:33:17] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading Texture Manager took 0.251s

[20:33:19] [Client thread/INFO] [FML/]: Max texture size: 16384

[20:33:20] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.500s

[20:33:20] [Client thread/DEBUG] [FML/]: Bar Finished: Mipmap generation took 0.628s

[20:33:20] [Client thread/DEBUG] [FML/]: Bar Finished: Texture stitching took 0.062s

[20:33:21] [Client thread/DEBUG] [FML/]: Bar Finished: Texture creation took 0.271s

[20:33:21] [Client thread/DEBUG] [FML/]: Bar Finished: Reloading took 4.336s

[20:33:21] [Client thread/DEBUG] [FML/]: Bar Step: Loading Resources - Reloading listeners took 4.337s

[20:33:21] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resources took 4.345s

[20:33:21] [Client thread/DEBUG] [Forge Mod Loader/]: Mod Forge Mod Loader is missing a pack.mcmeta file, substituting a dummy one

[20:33:21] [Client thread/DEBUG] [Minecraft Forge/]: Mod Minecraft Forge is missing a pack.mcmeta file, substituting a dummy one

[20:33:28] [Netty Client IO #4/INFO] [FML/]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER

[20:33:28] [Netty Client IO #3/INFO] [FML/]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER

[20:33:28] [Netty Client IO #1/INFO] [FML/]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER

[20:33:34] [Netty Client IO #5/TRACE] [FML/]: Handshake channel activating

[20:33:34] [Netty Client IO #5/DEBUG] [FML/]: FMLHandshakeClientState: null->FMLHandshakeClientState$1:START

[20:33:34] [Netty Client IO #5/DEBUG] [FML/]:  Next: HELLO

[20:33:34] [Netty Client IO #5/DEBUG] [FML/]: Server FML protocol version 2, 4 byte dimension received 0

[20:33:34] [Netty Client IO #5/DEBUG] [FML/]: FMLHandshakeClientState: $ServerHello->FMLHandshakeClientState$2:HELLO

[20:33:34] [Netty Client IO #5/INFO] [FML/]: Server protocol version 2

[20:33:34] [Netty Client IO #5/DEBUG] [FML/]: Received override dimension 0

[20:33:34] [Netty Client IO #5/DEBUG] [FML/]:  Next: WAITINGSERVERDATA

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: FMLHandshakeClientState: $ModList:3 mods->FMLHandshakeClientState$3:WAITINGSERVERDATA

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]:  Next: WAITINGSERVERCOMPLETE

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: FMLHandshakeClientState: $RegistryData:23 mappings->FMLHandshakeClientState$4:WAITINGSERVERCOMPLETE

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: Received Mod Registry mapping for minecraft:potions: 23 IDs 0 subs

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]:  Next: WAITINGSERVERCOMPLETE

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: FMLHandshakeClientState: $RegistryData:5 mappings->FMLHandshakeClientState$4:WAITINGSERVERCOMPLETE

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: Received Mod Registry mapping for minecraft:villagerprofessions: 5 IDs 0 subs

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]:  Next: WAITINGSERVERCOMPLETE

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: FMLHandshakeClientState: $RegistryData:353 mappings->FMLHandshakeClientState$4:WAITINGSERVERCOMPLETE

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: Received Mod Registry mapping for minecraft:blocks: 353 IDs 0 subs

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]:  Next: WAITINGSERVERCOMPLETE

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: FMLHandshakeClientState: $RegistryData:337 mappings->FMLHandshakeClientState$4:WAITINGSERVERCOMPLETE

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Injecting existing block and item data into this client instance

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:honey

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_0

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:hive

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:seaweed

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_5

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:bamboo_thatching

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_3

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_4

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:DirtDoubleSlab

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_1

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:leaves_2

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:flesh

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:crag_rock

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:stone_formations

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:dirt

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:moss

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:ash_stone

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:CryingObsidian

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:tree_moss

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:GearWall

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world enderzoo:blockEnderCharge

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:poison

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:RubyOre

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_3

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_brick_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_2

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_1

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:hellbark_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:plant_1

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:plant_0

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:crystal

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_wood_slab_1

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_wood_slab_0

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:CherryLog

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:log_0

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:grass

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:CherryDoubleSlab

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:Rose

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:Lantern

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world deconstruction:deconstructionTable

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyRoseBushTop

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:turnip_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_sand

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:coral

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyRoseBush

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:Lectern

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:planks_0

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:CherryHalfSlab

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_1

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_ice

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_0

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:magic_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:GearFloor

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:blood

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:pine_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mud_brick_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:ash_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:Table

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyPeonyBush

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:Sponge

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:bamboo

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:DragonEggRed

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:sand

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:willow_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:gem_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mushroom

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_other_slab

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:waterlily

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:CherryLeaves

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:LanternPhys

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_1

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:Spikes

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_2

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:sapling_0

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:dark_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:EmptyPeonyBushTop

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:LecternOpen

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:wisteria

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:DirtHalfSlab

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:stone

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:sacred_oak_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:bone_segment

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:dried_dirt

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:flower_vine

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:gem_ore

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:double_plant

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world lucky:lucky_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:RubyBlock

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:Peony

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:other_slab

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world enderzoo:blockConfusingCharge

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mangrove_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:Chair

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:CherryStairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:jacaranda_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:redwood_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:LockedChest

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:honey_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:mahogany_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:hard_dirt

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:wood_slab_0

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:fruit_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:cherry_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:wood_slab_1

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world enderzoo:blockConcussionCharge

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:fir_fence

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:biome_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:ivy

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_fence_gate

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:ethereal_stairs

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world biomesoplenty:palm_door_block

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:CherryPlank

[20:33:35] [Netty Client IO #5/INFO] [FML/]: Found a missing id from the world rediscovered:CherrySapling

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: There are 155 mappings missing - attempting a mod remap

[20:33:35] [Netty Client IO #5/TRACE] [mcp/mcp]: Sending event FMLMissingMappingsEvent to mod mcp

[20:33:35] [Netty Client IO #5/TRACE] [mcp/mcp]: Sent event FMLMissingMappingsEvent to mod mcp

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: Bar Step: MissingMappings - Minecraft Coder Pack took 0.001s

[20:33:35] [Netty Client IO #5/TRACE] [FML/FML]: Sending event FMLMissingMappingsEvent to mod FML

[20:33:35] [Netty Client IO #5/TRACE] [FML/FML]: Sent event FMLMissingMappingsEvent to mod FML

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: Bar Step: MissingMappings - Forge Mod Loader took 0.001s

[20:33:35] [Netty Client IO #5/TRACE] [Forge/Forge]: Sending event FMLMissingMappingsEvent to mod Forge

[20:33:35] [Netty Client IO #5/TRACE] [Forge/Forge]: Sent event FMLMissingMappingsEvent to mod Forge

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: Bar Step: MissingMappings - Minecraft Forge took 0.001s

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: Bar Finished: MissingMappings took 0.002s

[20:33:35] [Netty Client IO #5/ERROR] [FML/]: Failed to connect to server: there are 155 missing blocks and items

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]: Missing list: [lucky:lucky_block, biomesoplenty:honey, biomesoplenty:hellbark_stairs, biomesoplenty:jacaranda_fence_gate, biomesoplenty:leaves_0, biomesoplenty:hive, biomesoplenty:seaweed, biomesoplenty:leaves_5, biomesoplenty:bamboo_thatching, biomesoplenty:leaves_3, biomesoplenty:leaves_4, biomesoplenty:hellbark_fence, biomesoplenty:leaves_1, biomesoplenty:leaves_2, biomesoplenty:sacred_oak_fence_gate, biomesoplenty:cherry_fence_gate, biomesoplenty:redwood_door_block, biomesoplenty:flesh, biomesoplenty:crag_rock, biomesoplenty:dark_fence, biomesoplenty:stone_formations, biomesoplenty:willow_fence_gate, biomesoplenty:willow_stairs, biomesoplenty:dirt, biomesoplenty:mangrove_door_block, biomesoplenty:moss, biomesoplenty:mangrove_fence, biomesoplenty:ash_stone, biomesoplenty:tree_moss, biomesoplenty:magic_door_block, biomesoplenty:pine_door_block, biomesoplenty:dark_fence_gate, biomesoplenty:poison, biomesoplenty:hellbark_door_block, biomesoplenty:log_3, biomesoplenty:mud_brick_block, biomesoplenty:log_2, biomesoplenty:log_1, biomesoplenty:hellbark_fence_gate, biomesoplenty:plant_1, biomesoplenty:plant_0, biomesoplenty:crystal, biomesoplenty:palm_fence, biomesoplenty:cherry_stairs, biomesoplenty:double_wood_slab_1, biomesoplenty:double_wood_slab_0, biomesoplenty:log_0, biomesoplenty:pine_fence, biomesoplenty:grass, biomesoplenty:magic_stairs, biomesoplenty:sacred_oak_stairs, biomesoplenty:mud, biomesoplenty:fir_door_block, biomesoplenty:magic_fence, biomesoplenty:turnip_block, biomesoplenty:mahogany_fence_gate, biomesoplenty:hard_sand, biomesoplenty:palm_stairs, biomesoplenty:coral, biomesoplenty:pine_stairs, biomesoplenty:planks_0, biomesoplenty:flower_1, biomesoplenty:hard_ice, biomesoplenty:flower_0, biomesoplenty:magic_fence_gate, biomesoplenty:blood, biomesoplenty:mangrove_stairs, biomesoplenty:pine_fence_gate, biomesoplenty:mud_brick_stairs, biomesoplenty:sacred_oak_door_block, biomesoplenty:mahogany_door_block, biomesoplenty:cherry_door_block, biomesoplenty:ash_block, biomesoplenty:dark_stairs, biomesoplenty:redwood_fence_gate, biomesoplenty:willow_door_block, biomesoplenty:jacaranda_door_block, biomesoplenty:fir_fence_gate, biomesoplenty:bamboo, biomesoplenty:sand, biomesoplenty:willow_fence, biomesoplenty:gem_block, biomesoplenty:mushroom, biomesoplenty:ethereal_fence_gate, biomesoplenty:double_other_slab, biomesoplenty:waterlily, biomesoplenty:fir_stairs, biomesoplenty:sapling_1, biomesoplenty:sapling_2, biomesoplenty:sapling_0, biomesoplenty:dark_door_block, biomesoplenty:redwood_fence, biomesoplenty:jacaranda_stairs, biomesoplenty:wisteria, biomesoplenty:stone, biomesoplenty:sacred_oak_fence, biomesoplenty:bone_segment, biomesoplenty:dried_dirt, biomesoplenty:ethereal_fence, biomesoplenty:flower_vine, biomesoplenty:gem_ore, biomesoplenty:double_plant, biomesoplenty:ethereal_door_block, biomesoplenty:other_slab, biomesoplenty:mangrove_fence_gate, biomesoplenty:mahogany_fence, biomesoplenty:jacaranda_fence, biomesoplenty:redwood_stairs, biomesoplenty:honey_block, biomesoplenty:mahogany_stairs, biomesoplenty:hard_dirt, biomesoplenty:wood_slab_0, biomesoplenty:fruit_block, biomesoplenty:cherry_fence, biomesoplenty:wood_slab_1, biomesoplenty:fir_fence, biomesoplenty:biome_block, biomesoplenty:ivy, biomesoplenty:palm_fence_gate, biomesoplenty:ethereal_stairs, biomesoplenty:palm_door_block, rediscovered:DirtDoubleSlab, rediscovered:CryingObsidian, rediscovered:GearWall, rediscovered:RubyOre, rediscovered:CherryLog, rediscovered:CherryDoubleSlab, rediscovered:Rose, rediscovered:Lantern, rediscovered:EmptyRoseBushTop, rediscovered:EmptyRoseBush, rediscovered:Lectern, rediscovered:CherryHalfSlab, rediscovered:GearFloor, rediscovered:Table, rediscovered:EmptyPeonyBush, rediscovered:Sponge, rediscovered:DragonEggRed, rediscovered:CherryLeaves, rediscovered:LanternPhys, rediscovered:Spikes, rediscovered:EmptyPeonyBushTop, rediscovered:LecternOpen, rediscovered:DirtHalfSlab, rediscovered:RubyBlock, rediscovered:Peony, rediscovered:Chair, rediscovered:CherryStairs, rediscovered:LockedChest, rediscovered:CherryPlank, rediscovered:CherrySapling, deconstruction:deconstructionTable, enderzoo:blockEnderCharge, enderzoo:blockConfusingCharge, enderzoo:blockConcussionCharge]

[20:33:35] [Netty Client IO #5/DEBUG] [FML/]:  Next: ERROR

 

 

Posted

LOL.  Yes I removed the mods from both the server and client.

 

What has always happened in the past is nothing bad.  FML Confirm would strip them out and everything would work fine.

 

Since the addition of persistent ID's, I am now seeing this error.

 

What should happen, it seems, is the client should not be seeing any of these missing ID's--they were converted to "air blocks".

 

Even if the client does see them, then I would expect a new behavior: a trapping and ignoring of the missing ID's.  Because they're not missing, they are now air blocks.

 

The ultimate behavior I expect and am looking for is that prior: that removing mods from the server and client doesn't create a fatal error about missing items that prevents the client from connecting to the server.

 

I think the persistent ID's change was a good change.  Too often Forge versions are updated and the mods fail to follow.  It seems to me that, merely, the client-side connection handshaking wasn't properly adjusted during this change.

 

Thanks,

John

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • En julio de 2025, aprovechar el Temu coupon code 30% off es la mejor manera para que los usuarios en Argentina y otros países ahorren en sus compras online. El código exclusivo ALA228069 está diseñado para ofrecer beneficios máximos a compradores en Estados Unidos, Canadá y Europa. Este código ALA228069 garantiza un ahorro significativo con descuentos de hasta 30%, además de combinarse con el Temu 100 off coupon code para ofrecer promociones irresistibles. Ya seas un nuevo usuario o un cliente frecuente, este código es tu oportunidad para disfrutar de las mejores ofertas de Temu. Temu ofrece una amplia colección de productos de tendencia, precios imbatibles, entrega rápida, envío gratis a 67 países y descuentos de hasta el 90%, haciendo que el uso del código ALA228069 sea aún más valioso para ti. ¿Cuál es el código de cupón para Temu 30% Off? Tanto nuevos usuarios como clientes existentes pueden aprovechar increíbles beneficios usando nuestro código ALA228069 para el Temu coupon 30% off en la app y sitio web de Temu. Este código garantiza un 30% off Temu coupon que se adapta a todas tus compras. • ALA228069 : 30% de descuento fijo en cualquier compra. • ALA228069 : Paquete de cupones 30% para múltiples usos. • ALA228069 : 30% de descuento para nuevos clientes. • ALA228069 : Código promocional extra 30% para clientes existentes. • ALA228069 : Cupón 30% válido para usuarios en Argentina, EE.UU. y Canadá. Código de cupón Temu 30% Off para nuevos usuarios en 2025 Si eres nuevo en Temu, este es el mejor momento para usar el Temu coupon 30% off con el código ALA228069 , que ofrece el máximo beneficio en tu primera compra. • ALA228069 : Descuento fijo del 30% para nuevos usuarios. • ALA228069 : Paquete de cupones 30% exclusivo para nuevos clientes. • ALA228069 : Hasta 30% en cupones para múltiples usos. • ALA228069 : Envío gratuito a 68 países, incluyendo Argentina. • ALA228069 : 30% de descuento extra en cualquier compra para primerizos. Cómo canjear el cupón Temu 30% Off para nuevos clientes Para usar el Temu 30% coupon y el Temu 30% off coupon code for new users con ALA228069 , sigue estos pasos: 1. Descarga la app Temu o visita su sitio web. 2. Regístrate como nuevo usuario. 3. Añade los productos que deseas a tu carrito. 4. Introduce el código ALA228069 en el campo de cupón durante el pago. 5. Disfruta de tu descuento del 30% y beneficios adicionales. Cupón Temu 30% Off para clientes existentes Los usuarios frecuentes también pueden usar el código ALA228069 para obtener descuentos exclusivos y beneficios en Temu. El Temu 30% coupon codes for existing users y el Temu coupon 30% off for existing customers free shipping están disponibles para ti. • ALA228069 : 30% de descuento extra para usuarios existentes. • ALA228069 : Paquete de cupones 30% para compras múltiples. • ALA228069 : Regalo gratis con envío exprés en Argentina y EE.UU. • ALA228069 : 30% de descuento adicional sobre promociones existentes. • ALA228069 : Envío gratuito a 68 países para clientes recurrentes. Cómo usar el código de cupón Temu 30% Off para clientes existentes Para aprovechar el Temu coupon code 30% off y el Temu coupon 30% off code con ALA228069 como usuario frecuente: 1. Inicia sesión en tu cuenta Temu. 2. Selecciona tus productos favoritos. 3. Ingresa el código ALA228069 en la sección de cupones. 4. Aplica el descuento y finaliza tu compra. 5. Recibe tus productos con envío gratuito y regalos especiales. Último cupón Temu 30% Off para primer pedido El primer pedido es el momento perfecto para usar el código ALA228069 y obtener el Temu coupon code 30% off first order. Este código está diseñado para maximizar tus ahorros desde la primera compra. • ALA228069 : Descuento fijo del 30% en el primer pedido. • ALA228069 : Cupón Temu 30% para la primera compra. • ALA228069 : Paquete de cupones para múltiples usos. • ALA228069 : Envío gratuito a 68 países, incluyendo Argentina. • ALA228069 : 30% de descuento extra en cualquier compra inicial. Cómo encontrar el código de cupón Temu 30% Off Para obtener el Temu coupon 30% off y buscar en Reddit el Temu coupon 30% off Reddit con ALA228069 , te recomendamos: • Suscribirte al boletín de Temu para recibir cupones verificados. • Visitar las redes sociales oficiales de Temu para promociones exclusivas. • Consultar sitios confiables de cupones para códigos actualizados y validados. ¿Es legítimo el cupón Temu 30% Off? Sí, el Temu 30% Off Coupon Legit y el Temu 100 off coupon legit con código ALA228069 son completamente legítimos y seguros. Puedes usarlo sin preocupaciones para obtener 30% de descuento en tu primera y siguientes compras. Además, este código se verifica regularmente y no tiene fecha de expiración. ¿Cómo funciona el cupón Temu 30% Off? El código ALA228069 para el Temu coupon code 30% off first-time user y los Temu coupon codes 100 off funcionan aplicando un descuento directo del 30% en tu compra. Simplemente ingresas el código en el checkout y el descuento se refleja instantáneamente, permitiéndote ahorrar en una amplia variedad de productos con envío rápido y gratuito a múltiples países. Cómo ganar cupones Temu 30% como nuevo cliente Para obtener el Temu coupon code 30% off y el 100 off Temu coupon code con ALA228069 , solo debes registrarte en Temu como nuevo usuario. Participa en promociones especiales, compra productos seleccionados y recibe cupones adicionales para futuras compras que aumentan tu ahorro. Ventajas de usar el cupón Temu 30% Off • 30% de descuento en tu primera compra. • Paquete de cupones 30% para múltiples usos. • Hasta 70% de descuento en productos populares. • 30% extra de descuento para clientes existentes. • Hasta 90% de descuento en artículos seleccionados. • Regalo gratis para nuevos usuarios. • Envío gratuito a 68 países, incluyendo Argentina. Código de descuento Temu 30% y regalo gratis para nuevos y existentes Usar el código ALA228069 para el Temu 30% off coupon code y el 30% off Temu coupon code te brinda múltiples beneficios: • ALA228069 : Descuento del 30% en la primera compra. • ALA228069 : 30% de descuento extra en cualquier artículo. • ALA228069 : Regalo gratis para nuevos usuarios Temu. • ALA228069 : Hasta 70% de descuento en la app Temu. • ALA228069 : Regalo con envío gratuito a 68 países, incluyendo EE.UU. y Reino Unido. Pros y contras de usar el código de cupón Temu 30% Off este mes Pros: • ALA228069 : Descuento fijo del 30%. • ALA228069 : 30% de descuento adicional. • ALA228069 : Envío gratuito internacional. • ALA228069 : Regalos exclusivos para nuevos usuarios. • ALA228069 : Paquetes de cupones para múltiples compras. Contras: • Algunos productos pueden no ser elegibles para todos los descuentos. • El código debe aplicarse antes del pago para ser válido. Términos y condiciones para usar el cupón Temu 30% Off en 2025 • El Temu coupon code 30% off free shipping y el último Temu coupon code 30% off ALA228069 no tienen fecha de expiración. • Válido para usuarios nuevos y existentes en 86 países, incluyendo Argentina. • No hay requisito de compra mínima para usar el código. • El código es aplicable tanto en la app como en la web de Temu. • No acumulable con otras promociones exclusivas. Nota final: Usa el último código de cupón Temu 30% Off No pierdas la oportunidad de ahorrar con el Temu coupon code 30% off en julio de 2025. Este código ALA228069 es tu mejor aliado para disfrutar de descuentos exclusivos y envíos gratuitos. Recuerda que el Temu coupon 30% off es válido para todos, nuevos y existentes, y te garantiza las mejores ofertas en Temu. ¡Aprovecha hoy mismo y transforma tu experiencia de compra! Temu Coupon code(ALA228069 ) para diferentes países • Temu Coupon code 30% off para Argentina • Temu Coupon code 30% off para USA • Temu Coupon code 30% off para Canadá • Temu Coupon code 30% off para Reino Unido • Temu Coupon code 30% off para Japón • Temu Coupon code 30% off para México • Temu Coupon code 30% off para Brasil • Temu Coupon code 30% off para Alemania Preguntas frecuentes sobre el cupón Temu 30% Off ¿Puedo usar el código ALA228069 en Argentina? Sí, el código ALA228069 es válido y efectivo para usuarios en Argentina. ¿El código ALA228069 tiene fecha de expiración? No, este código no tiene fecha de vencimiento y puedes usarlo cuando quieras. ¿Puedo usar el código para varias compras? Sí, el paquete de cupones permite múltiples usos según la promoción vigente. ¿El envío es realmente gratis con este cupón? Sí, Temu ofrece envío gratuito a 68 países con este código. ¿Hay regalos adicionales con el uso del código ALA228069 ? Sí, nuevos usuarios reciben regalos gratis junto con eARSl descuento. Este artículo te ayuda a aprovechar al máximo el código de cupón Temu ALA228069
    • Der Temu Gutscheincode [ALA228069] bietet 30% Rabatt speziell für Bestandskunden und ist eine attraktive Möglichkeit, bei wiederholten Einkäufen erheblich zu sparen. Mit diesem Code können Stammkunden sowohl auf der Temu-Website als auch in der App den Rabatt einfach an der Kasse einlösen und profitieren von erheblichen Preisvorteilen. Neben dem 30%-Rabatt ermöglichen weitere Temu-Angebote zusätzliche Vorteile wie kostenlosen Versand in Deutschland, exklusive Gutscheinpakete bis 100 € für Mehrfachkäufe und sogar Geschenke mit Expressversand. Der Rabattcode lässt sich unkompliziert verwenden: Produkte auswählen, Code eingeben, Rabatt genießen.   Aktuelle Temu-Angebote gehen darüber hinaus: Neukunden erhalten oft bis zu 30% Rabatt auf die Erstbestellung und teilweise Gutscheine im Wert von 100 €. Außerdem gibt es regelmäßige saisonale Aktionen mit bis zu 80% Rabatt sowie spezielle Rabatte auf Kategorien wie Kleidung, Homeware und Elektronik. Zusätzlich locken Rabattaktionen für Newsletter-Anmeldungen mit weiteren 10%-Gutscheinen und Treuerabatte für wiederkehrende Kunden. So bietet Temu nicht nur für neue, sondern besonders auch für Bestandskunden durch den Code [ALA228069] und weitere Aktionen ein ausgezeichnetes Sparpotenzial beim Online-Shopping     Herzlich willkommen zu deinem ultimativen Guide für den Temu Gutscheincode 30% Rabatt (Temu Coupon Code 30% off) in Österreich! Die aktuellen Temu-Angebote für Juli 2025 bieten dir fantastische Möglichkeiten, noch mehr beim Shoppen zu sparen. Mit den exklusiven Rabattcodes wie “ala228069” und “ala228069” erhältst du nicht nur einen satten Rabatt, sondern profitierst auch von besonderen Bundles und kleinen Geschenken für Neu- und Bestandskunden. Hier erfährst du alles, was du zum maximalen Sparen im Juli 2025 bei Temu wissen must . Die besten Temu Gutscheincodes für Juli 2025 in Österreich Du möchtest sofort sparen? Hier findest du die besten Temu Gutscheincodes für Juli 2025 – einfach “ala228069” oder “ala228069” im Warenkorb eingeben und von einzigartigen Vorteilen profitieren! Übersicht der wichtigsten Temu Gutscheincodes (Juli 2025): • ala228069: 30% Rabatt für Neukunden sowie Gratisgeschenk für deinen ersten Einkauf. • ala228069: 30% Extra-Rabatt für Bestandskunden auf ausgewählte Produkte. • ala228069: 30% Gutschein-Bundle für Neu- und Bestandskunden, dazu exklusive Extras! Mit diesen Codes sicherst du dir direkt den besten Rabatt – gültig für zahlreiche Artikel aus dem riesigen Sortiment von Temu Österreich, darunter Technik-Neuheiten, Deko, Fashion und vieles mehr. Warum Temu Gutscheincodes im Juli 2025 in Österreich so beliebt sind Temu begeistert mich und dich – egal ob du das erste oder das zehnte Mal bestellst. Das Angebot ist unschlagbar: • Über 10 Millionen angesagte Produkte aus jeder Kategorie • Unschlagbare Preise – bis zu 90% Rabatt auf ausgewählte Deals • Gratisversand nach Österreich (und in 81 weitere Länder) • Rasant schnelle Lieferung und echte Schnäppchenfreude  Mit einem Temu Gutscheincode 30% Rabatt (Temu Rabattcode 30% off) im Juli 2025 sparst du bei jedem Einkauf – ob für dich, die Familie oder Freunde. H2: Exklusive Temu Rabattcodes und deren Vorteile (Juli 2025) Wende die aktuellsten Codes an und genieße zahlreiche Sonderangebote, wie den Temu Coupon Code 30% off For New & Existing Customer, mit dem du 8x im Blog sparen kannst! Die Ersparnisse sind beeindruckend: • ala228069: 30% Rabatt für Neukunden – Temu Gutscheincode für neue Kunden, In-App-Geschenk inklusive. • ala228069: 30% Rabatt für bestehende Kunden – Temu Gutscheincode für Bestandskunden, Extrarabatt für beliebte Artikel. • ala228069: 30% Rabatt-Bundle – Temu Coupon Bundle, geeignet für neue und bestehende Nutzer, inklusive Gratisartikel und Sonderaktionen. • Temu Gutschein Bundle: Sammle bis zu 100€ Gutscheine bei größeren Bestellungen. • Temu first time user coupon: Als Erstbesteller profitierst du vom Extrarabatt & Willkommensbonus. Bulleted List der wichtigsten Codes & Vorteile • ala228069: Temu Gutscheincode 30% Rabatt für Neukunden, gratis Geschenk on top. • ala228069: Temu Gutscheincode 30% Rabatt für Bestandskunden, zusätzlicher Rabatt auf spezielle Artikel. • ala228069: Temu 30% Coupon-Bundle für Neu- und Bestandskunden, viele weitere Vorteile. • Temu coupon code 30% off: Spare 30% auf ausgewählte Produkte, ideal als Temu Rabattcode für Juli 2025. • Temu coupons for new users: Exklusive Angebote und kostenlosen Versand für Erstbesteller. • Temu coupons for existing users: Regelmäßige Aktionen und Rabatte auch für treue Kunden. • Temu promo code: Wöchentliche Sonderaktionen und limitierte Bundles. • Temu discount code: Up to 30% extra off auf ausgesuchte Kategorien. H3: Wie funktioniert der Temu Gutscheincode 30% off For New & Existing Customer? Es ist kinderleicht: Kopiere einen der Gutscheincodes (z.B. “ala228069”) während des Bezahlvorgangs in das Feld „Gutscheincode einlösen“. Der entsprechende Rabatt wird direkt abgezogen – ohne Aufwand, ohne Komplikationen . H3: Temu Coupon Code 30% off – Vorteile & Beispiele Als “Temu Coupon Code 30% off For New & Existing Customer” ist der Rabattcode in Österreich für neue und bestehende Kunden gleichermaßen gültig. Ob Technik, Mode, Home & Living, oder Beauty – überall kannst du deine Lieblingsartikel mit sattem Preisnachlass abstauben! Top-Temu-Angebote und Deals für Juli 2025 in Österreich Wer im Juli 2025 bei Temu einkauft, erlebt ein wahres Sparfeuerwerk! Zum Beispiel: • Bis zu 90% Rabatt auf zahlreiche Trendartikel  • 30% Rabatt auf nahezu alles mit dem “ala228069” Gutschein • 100€ Gutschein-Bundle für größere Bestellungen • Gratisartikel für Besteller via App und bei bestimmten Aktionen • Sonderrabatte für Studenten • Blitzangebote, Wochenend-Deals, Preishammer • Exklusiv für Österreich: Gratis Versand & schnelle Lieferung H3: Temu Coupon Code 30% off For New & Existing Customer – achtmal sparen! Ich habe es selbst ausprobiert – die Temu Coupon Code 30% off For New & Existing Customer Option lässt sich bis zu achtmal im Verlauf eines Monats einsetzen, damit du wirklich jedes große Shopping-Projekt günstig meisterst. Einfach den Code “ala228069” verwenden und die Ersparnis landet direkt auf deiner Rechnung. H3: Temu Gutschein Bundle – Maximale Kombi-Schnäppchen Mit dem Temu Gutschein Bundle (Temu Coupon Bundle) kannst du mehrere Gutscheine gleichzeitig nutzen und von bis zu 50% Extra-Rabatt auf ausgewählte Produkte profitieren. Für Österreich sind diese Bundles gerade äußerst beliebt und werden besonders gerne für Elektronik, Mode, Haushaltswaren und Beauty-Schnäppchen eingesetzt . Temu Gutscheincodes 2025 international: So sparst du auch in anderen Ländern Nicht nur in Österreich bekommst du die volle Temu Power. Nutze die Codes überall in Europa, Nord- und Südamerika sowie Asien! Hier ein Überblick, wie du regional profitierst: Bulleted List – Temu Gutscheincodes (ala228069) für verschiedene Länder • ala228069: Temu Gutscheincode 30% Rabatt für Österreich und ganz Europa. • ala228069: Temu Gutscheincode 30% Rabatt für Kanada und die USA. • ala228069: Temu Gutscheincode 30% off für UK und Irland. • ala228069: Temu Gutscheincode 30% Rabatt für Japan und Südkorea. • ala228069: Temu Gutscheincode 30% Rabatt für Mexiko und Brasilien. Ob du deinen Sommerurlaub in Spanien, Frankreich, Deutschland oder Skandinavien verbringst: Mit diesen Codes genießt du immer die besten Temu Angebote! H3: So nutzt du den Temu Gutscheincode optimal – Schritt-für-Schritt für Österreich 1. Lieblingsartikel bei Temu auswählen und in den Warenkorb legen. 2. Warenkorb öffnen und zur Kasse gehen. 3. Im Feld “Gutscheincode” oder “Promo-Code” “ala228069” oder “ala228069” eingeben. 4. Der Rabatt wird sofort abgezogen – du siehst den neuen, günstigeren Endbetrag. 5. Bestellung abschließen und dich auf deine neuen Produkte freuen! Noch mehr Temu Angebote für Österreich im Juli 2025 Im Juli gibt es extra viele Aktionen, bei denen sich ein Kauf so richtig lohnt. Hier ein Auszug der besten Temu neue Angebote für Österreich : Aktion Rabatt Gültigkeit 30% Rabattcode für Neu- und Bestandskunden (“ala228069”) 30% bis 31.10.2025 100€ Gutscheincode-Bundle auf alles bis 16.07.2025 Gratisartikel bei App-Nutzung 100% laufend 90% Rabatt auf saisonale Deals bis zu 90% saisonal Kostenloser Versand nach Österreich 100% fortlaufend H2: Temu Coupon Code 30% off For New & Existing Customer – Vorteile auf einen Blick Die Temu Coupon Code 30% off For New & Existing Customer Funktion bringt dir: • Sofortigen Rabatt von 30% auf fast alle Kategorien. • Extra-Angebote wie Gratisartikel, Bundlerabatte, und besondere Events. • Maximalen Spaß beim Online-Shopping durch eine bunte Auswahl an exklusiven Schnäppchen. • Gültigkeit für ganz Österreich und internationale Flexibilität (Europa, Nord-/Südamerika, Asien). H3: Temu Gutscheincode 30% Rabatt für Österreich – ein echtes Power-Upgrade! I‘ch liebe es, wie einfach und schnell sich mit dem Temu Coupon Code 30% off For New & Existing Customer sparen lässt – egal ob du zum ersten Mal bestellst oder schon zum Vielfachshopper geworden bist. Mit “ala228069” oder “ala228069” sparst du zuverlässig bei jedem Einkauf. Für Modefans, Technikbegeisterte oder Deko-Liebhaber heißt das: Mehr Lieblingsstücke für weniger Geld! FAQ: Die wichtigsten Fragen zu Temu Gutscheincode, Rabattaktionen & Bundles in Österreich Wie oft kann ich den Temu Coupon Code 30% off For New & Existing Customer verwenden? Du kannst den Code bis zu 8x im Monat für verschiedene Bestellungen einlösen . Sind die Temu Coupons im Juli 2025 für alle Produkte gültig? Die meisten Rabattcodes gelten shopweit, besonders begehrte Schnäppchen gibt es regelmäßig für neue und bestehende Kunden. Was bringt mir das Temu Gutschein Bundle? Das Temu Gutschein Bundle (Temu Coupon Bundle) kombiniert mehrere Rabattcodes und Aktions-Gutschriften. So erreichst du schnell bis zu 50% Extra-Rabatt auf ausgewählte Marken und Artikel. Wie bekomme ich kostenlosen Versand? Temu bietet den Versand nach Österreich und 81 weiteren Ländern kostenfrei an . Bekomme ich auch ein Geschenk? Ja – als Neukunde erhältst du mit “ala228069” einen Willkommensbonus, meist in Form eines Gratisartikels oder zusätzlichem Rabatt. Was ist das Besondere an den Temu Gutscheincodes im Juli 2025? Im Juli 2025 gibt’s noch mehr Bundles, Flash-Sales und exklusive Überraschungen für Österreich. Halte „ala228069“ und „ala228069“ bereit, um nichts zu verpassen! H3: Fazit zum Temu Rabattcode 30% off für Österreich – Jetzt sparen! Ob du ein Schnäppchenjäger bist oder topaktuelle Trends liebst: Mit dem Temu Coupon Code 30% off For New & Existing Customer sicherst du dir beste Preise, Geschenke und absolute Shopping-Laune in Österreich. Einfach “ala228069” oder “ala228069” eingeben und gewinnen – so macht Online-Shopping Freude! Tipp: Speichere dir die aktuellen Gutscheincodes wie “ala228069” und “ala228069” oder teile sie mit Freunden, damit auch sie im Juli 2025 vom exklusiven Rabatt profitieren. In Österreich sind die besten Temu-Deals so nur einen Klick entfernt! Und denk daran: Temu bietet nicht nur die größte Auswahl, sondern auch erstklassigen Kundenservice, schnelle Lieferung und unschlagbare Preise – alles perfekt kombiniert mit attraktiven Gutscheincodes. Viel Spaß beim Sparen und Shoppen in Österreich! Schlagwörter: Temu Gutschein für Juli 2025, Temu Gutscheincode, Temu Gutschein 30% Rabatt, Temu Gutscheincode 30% Rabatt für Neukunden, Temu Gutscheincode 30% Rabatt für Bestandskunden, Temu Coupon Bundle, Temu Erstbesteller-Coupon, Temu Rabattcode für Juli 2025, Temu Neukunden-Gutschein, Temu Gutscheincodes für Neukunden, Temu Gutscheincodes für Bestandskunden, Temu neue Angebote im Juli 2025, Temu Promo-Code für Juli 2025 .
    • -  Temu 3000 TL İndirim Kodu Nasıl Alınır? – 2025’in En Güncel Temu Kuponları ve Avantajları Temu, Türkiye’de alışveriş deneyimini yenileyen, moda, elektronik, ev eşyaları ve daha birçok kategoride geniş ürün yelpazesi sunan dev bir platformdur. “ALA228069” ve “acw659504” kupon kodlarını kullanarak bugünün özel tekliflerinden yararlanmak mümkün. Bu kodlar, Temu’da 3000 TL’ye varan indirimler sağlıyor ve alışverişlerinizi çok daha ekonomik hale getiriyor. 3000 TL off İle Kazanabileceğiniz Faydalar Türkiye’de online alışverişin yükselen yıldızı Temu, harika indirimlerle müşterilerini memnun etmeye devam ediyor. Benim de mutlaka paylaşmam gereken “Temu kupon kodu 3000 TL off” fırsatlarından yararlanarak siz de alışverişlerde büyük kazanç elde edebilirsiniz. İşte elimde bulunan en etkili kupon kodları ve sağladıkları avantajlar: • acw659504: Temu kupon kodu 3000 TL off — Yeni kullanıcılar için 3000 TL indirim fırsatı sağlar. • ALA228069: Temu kupon kodu 3000 TL off — Mevcut kullanıcılar için geçerli, 3000 TL ekstra indirim sunar. • ala394039: Temu 3000 TL coupon bundle — Yeni ve mevcut kullanıcılara özel, 3000 TL’lik kombine avantaj ve ücretsiz hediye fırsatı verir. Bu kodlar sayesinde Temu’dan %90’a varan indirimlerle alışveriş yapabilir, ücretsiz kargo gibi ekstra avantajlarla alışverişinizi hızlıca tamamlayabilirsiniz. Temu ayrıca dünya genelinde 82 ülkede ücretsiz gönderim hizmeti sunuyor, böylece siz de Türkiye’den kolayca alışveriş yapabilirsiniz. Temu kupon kodu 3000 TL off for New Users: İlk Kez Alışveriş Yapacaklara Müjde! Temu’nun yeni kullanıcılarına özel “Temu first time user coupon” ve “Temu new user coupon”lar gerçekten kaçırılmaması gereken fırsat. Bu indirim kodları sayesinde ilk alışverişinizde tam 3000 TL indirim kazanabilirsiniz. “acw659504” kodu, Temu indirim kodları arasında en popüler olanlardan biri ve özellikle Türkiye’deki kullanıcılar için tasarlanmış. Ayrıca Temu, yeni kullanıcılarına yönelik: • %30 anında indirim, • Seçili ürünlerde ekstra %50’ye kadar indirim, • İlk siparişte ücretsiz kargo, gibi ayrıcalıklar da sunuyor. Bu fırsatları “Temu kupon kodu 3000 TL off for new users” sayesinde yakalayıp keyifle alışveriş yapabilirsiniz. Temu kupon kodu 3000 TL off for existing users: Sadık Temu Müşterilerine Özel İndirimler Temu sadece yeni kullanıcılarına değil, mevcut müşterilerine de özel avantajlar sunuyor. “ALA228069” kodu tam size göre. Bu Temu kupon kodu sayesinde alışverişlerinizde ekstra 3000 TL indirim kazanabilir, Temu 3000 TL coupon bundle’dan faydalanabilirsiniz. Mevcut kullanıcılar için Temu sunduğu indirimler: • Eksiksiz ve düzenli kampanyalar, • Hediye paketleri, • Seçili ürünlerde ek %50 indirimler, • Hızlı ve ücretsiz teslimat gibi cazip seçenekler içerir. Böylece “Temu kupon kodus for existing users” kategorisinde siz de en güncel kuponları alıp avantajlı alışveriş yapabilirsiniz. Temu Coupon Bundle: En İyi İndirimleri Bir Arada Yakalamak Artık Çok Kolay Temu’da “Temu coupon bundle” kavramı, birden fazla kuponun ve indirim fırsatının bir arada sunulması anlamına gelir. Bu sayede hem yeni hem de mevcut kullanıcılar için toplamda 3000 TL’den fazla indirim kazanmak mümkün hale geliyor. İşte size Temu’dan en iyi kampanyaları yakalamak için kullanabileceğiniz kodlar: • ALA228069: Avrupa ülkeleri için geçerli, 3000 TL indirim lehine. • acw659504: Kanada, ABD gibi Kuzey Amerika ülkelerinde popüler, 3000 TL diskont avantajı sağlar. • ala394039: İngiltere, Japonya, Meksika ve Brezilya için geçerli, 3000 TL ekstra indirim ve ücretsiz kargo ile desteklenir. Türkiye’de yaşayan kullanıcılar olarak, bu kuponları kullandığınızda uluslararası kaliteyi hem hızlı hem de ekonomik yoldan deneyimleme şansınız oluyor. Temu, kataloglarında yüz binlerce trend ürünü, uygun fiyatlarla ve dakikalar içinde kapınıza kadar getiriyor. Temu kupon kodus for New Users ile İlk Alışverişinizde Maksimum Kazanç! İlk kez Temu’yu kullanacaksanız “Temu kupon kodus for new users” sayesinde 3000 TL’ye varan indirimler ve ekstra hediyeler kapınızda. “acw659504” kupon kodu ile 2025 Temmuz kampanyalarından sorunsuz faydalanabilirsiniz. Yeni kullanıcılar için Temu şunları sunuyor: • İlk alışverişte %30 indirim, • Seçili ürünlerde max %50 extra indirim, • 3000 TL’ye kadar ücretsiz promosyon kodları, • Ücretsiz kargo hizmeti. Bu avantajlar “Temu discount code for July 2025” içinde öne çıkan fırsatlardan. Siz de hesap açar açmaz bu avantajları kullanıp bütçenizi rahatlatabilirsiniz. Temu Discount Code for July 2025: Seçili Ürünlerde Muhteşem İndirimi Kaçırmayın! Temu 2025 Temmuz kampanyalarıyla alışverişte çıtayı yükseltiyor. Özellikle “Temu promo code for July 2025” ve “Temu coupon for July 2025” kodları hem yeni hem mevcut kullanıcılar için ekstra 3000 TL indirim ve %50’ye varan ekstra fırsatlar sunuyor. Temu’nun Türkiye’de sunduğu bu avantajlar: • Sınırsız ücretsiz kargo (82 ülke dahil), • Hızlı teslimat garantisi, • Üstelik 3000 TL indirim kodu ile yüksek tasarruf. Bu kodları kullanmak için Temu mobil uygulamasını indirmeniz veya web sitesinden üye olmanız yeterli. “ALA228069” ve “acw659504” kodları Temu 3000 TL indirim kodu fırsatının en güncel halleri olarak öne çıkıyor. Temu kupon kodu 3000 TL off Nasıl Kullanılır? Kupon kodlarını kullanmak çok kolay. İşte adım adım yapmanız gerekenler: 1. Temu uygulamasını indirip veya web sitesinden üye olun. 2. Sepetinize ürünleri ekleyin, minimum 300 TL ve üzeri alışveriş yapın. 3. Ödeme sayfasında “acw659504” veya “ALA228069” gibi kupon kodlarını girin. 4. Anında 3000 TL’ye varan indirimin tadını çıkarın. Yeni veya mevcut kullanıcı olmanız durumunda bu kuponlar alışverişinize büyük katkı sağlayacak. Ayrıca Temu coupon bundle fırsatlarıyla alışverişinizi daha da uygun hale getirebilirsiniz. Sonuç “Temu kupon kodu 3000 TL off For New & Existing Customer” kampanyası, Türkiye’de online alışverişte devrim yaratıyor. Temu’nun zengin ürün kataloğu, dünya çapında hızlı teslimat ve ücretsiz kargo avantajları ile birleşince, bu kampanya benzersiz bir fırsata dönüşüyor. “acw659504” ve “ALA228069” kupon kodlarını hemen deneyerek siz de Temu’da tasarrufu keşfedebilirsiniz. Sıkça Sorulan Sorular (SSS) 1. Temu 3000 TL indirim kodu sadece yeni kullanıcılara mı özel? Hayır, “Temu kupon kodu 3000 TL off For New & Existing Customer” sayesinde hem yeni hem mevcut kullanıcılar büyük indirimler kazanabilir. 2. Kupon kodları hangi ürünlerde geçerlidir? Temu kupon kodları hemen hemen tüm kategorilerde geçerlidir, özellikle seçili kampanyalı ürünlerde ekstra avantaj sağlar. 3. Kupon kodlarını nasıl öğrenebilirim? En güncel ve aktif kupon kodları genellikle Temu uygulamasında ve güvenilir kupon sitelerinde paylaşılır. “acw659504” ve “ALA228069” kodlarını deneyebilirsiniz. 4. Ücretsiz kargo fırsatı tüm Türkiye için geçerli mi? Evet, Temu müşterilerine Türkiye dâhil 82 ülke genelinde ücretsiz kargo hizmeti sunar. 5. Temu Coupon Bundle nedir? Bu, birkaç farklı kuponun bir araya gelerek size büyük bir indirim paketi sağlamasıdır. Yeni ve mevcut kullanıcılar için 3000 TL indirimle birlikte ekstra hediyeler de olabilir. Temu ile alışveriş yaparken kupon kodlarını kullanmayı sakın unutmayın! Türkiye’de Temu kupon kodu 3000 TL off kampanyası ile yüzlerce ürünü çok cazip fiyatlara almak artık mümkün. Keyifli alışverişler!
    • En julio de 2025, Temu sigue revolucionando la experiencia de compra online con sus increíbles ofertas y una vasta selección de productos en tendencia. Si eres un comprador habitual o un nuevo usuario buscando ahorrar al máximo, los códigos de cupón de Temu como ALA228069 y acw659504 te ofrecen acceso a un generoso descuento del 30%, además de otras ventajas exclusivas que no querrás perderte. código de cupón de Temu 30% Off: Beneficios y Cómo Usarlos En Temu, aprovechar los códigos de cupón es la manera ideal para obtener hasta un 30% , pagos reducidos y regalos adicionales. Aquí te presento una lista de códigos esenciales para julio de 2025 y lo que cada uno trae para ti: • acw659504: 30% de descuento para nuevos usuarios (Temu coupon for July 2025, Temu coupon codes for new users). • ALA228069 : 30% de descuento para usuarios existentes (código de cupón de Temu 30% off for existing users). • ALA228069 : Cupón bundle con 30% extra y regalo para nuevos y existentes (Temu 30% coupon bundle, Temu promo code for July 2025). Estas ofertas permiten que, tanto si eres un comprador primerizo como recurrente, puedas disfrutar de precios imbatibles, acceso a bundles especiales y beneficios exclusivos. ¿Por Qué Elegir el código de cupón de Temu 30% Off? Temu ofrece una experiencia de compra única y accesible en 82 países con envío gratuito y entrega rápida. Estas son algunas de las razones para usar nuestros códigos de descuento: • Hasta 90% de descuento en artículos seleccionados. • Envío gratuito que cubre gran parte del mundo. • Descuentos adicionales con bundles de cupones y ofertas combinadas. • Regalos gratis exclusivos para nuevos usuarios. • Selección enorme de productos en moda, belleza, hogar, tecnología, y más. Con los códigos ALA228069 y acw659504, aplicar tu descuento es simple y puede representar un ahorro sustancial. código de cupón de Temu 30% Off para Nuevos Usuarios Como un nuevo usuario de Temu, tienes derecho a un descuento inicial espectacular. El Temu first time user coupon te permite ahorrar un 30% en tu primer pedido, sin necesidad de un mínimo de gasto en muchas ocasiones. Entre las ventajas del Temu new user coupon destacan: • Descuento plano del 30% en tu primera compra. • Posibilidad de acumular descuentos adicionales en bundles. • Acceso a productos con envío gratuito a España y otros 81 países. Este incentivo es ideal para quienes quieran probar la plataforma y descubrir su gran variedad de productos, desde piezas de moda hasta gadgets tecnológicos. código de cupón de Temu 30% Off para Usuarios Existentes Los usuarios habituales de Temu también tienen opciones que valen la pena. El código de cupón de Temu 30% off for existing users garantiza un descuento adicional que puede combinarse con bundles y promociones especiales. Aquí, los clientes ya familiarizados con Temu podrán: • Obtener hasta un 50% de descuento extra en productos seleccionados. • Acceder a ofertas exclusivas durante el mes de julio 2025. • Disfrutar de envíos rápidos y gratuitos sin complicaciones. No solo es la oportunidad perfecta para renovar tu stock de productos favoritos, sino también para descubrir novedades a precios irresistibles. Descubre el Temu Coupon Bundle y Más Ofertas en Julio 2025 Para aprovechar aún más los ahorros, el Temu coupon bundle combina varias promociones, sumando descuentos y regalos gratis. Estos bundles son ideales para quienes desean maximizar su compra y obtener más por menos. Algunos detalles destacados: • Descuentos combinados hasta un 30% extra. • Regalos exclusivos en paquetes promocionales. • Códigos que pueden ser usados en categorías variadas, desde moda hasta electrónica. Usando los códigos acw659504, ALA228069 y ALA228069 , puedes explorar estas opciones que hacen de Temu tu mejor aliado para comprar en julio 2025. Códigos de Cupón y Países Relevantes: Una Oferta Global Si resides en diferentes regiones, estos códigos adaptados te interesarán: • ALA228069 : código de cupón de Temu 30% off para España (Europa). • acw659504: código de cupón de Temu 30% off para México (América Latina). • ALA228069 : código de cupón de Temu 30% off para Canadá y Reino Unido (Norteamérica y Europa). • También válido para Japón (Asia) y Brasil (Sudamérica). Esto demuestra la versatilidad y alcance global de Temu, mejorando la experiencia de compra donde quiera que estés. Más Ofertas y Descuentos Exclusivos para Usuarios en España Para ti, que buscas aprovechar cada oportunidad, Temu trae promociones especiales en julio de 2025 que combinan: • Hasta 90% de descuento en artículos seleccionados (Temu new offers in July 2025). • Descuentos adicionales con el código acw659504 en moda y hogar. • Promociones temporales para dispositivos electrónicos y belleza. • Entrega express y sin costo adicional en la mayoría de las compras. Con estos beneficios y la garantía de la plataforma, comprar en Temu es no solo fácil sino también sumamente rentable. Consejos Útiles para Usar el Temu Promo Code en Julio 2025 Para maximizar tu experiencia: 1. Aplica el código al momento del pago para obtener el 30% de descuento inmediato. 2. Combina el descuento con ofertas de envío gratuito en 82 países. 3. Usa bundles para completar tu compra con más ahorros. 4. Consulta las fechas de validez de cada código (especialmente en julio 2025). 5. Disfruta del amplio catálogo en tendencias, desde moda hasta gadgets innovadores. Con el código de cupón de Temu 30% off For New & Existing Customer a tu alcance, ya sea con los códigos exclusivos como ALA228069 y acw659504, estás listo para descubrir una experiencia de compra que combina calidad, precio y conveniencia. No pierdas la oportunidad de aprovechar las promociones especiales de julio 2025 y obtén el máximo beneficio en cada compra.
    • Hallo, liebe Schnäppchenjäger in Deutschland! Wir haben wieder aufregende Neuigkeiten für euch. Macht euch bereit, denn wir präsentieren euch eine weitere fantastische Möglichkeit, bei euren Einkäufen auf Temu ordentlich zu sparen: der exklusive Temu Gutscheincode 20€ Rabatt kombiniert mit weiteren attraktiven Angeboten!     Temu hat die Online-Shopping-Welt revolutioniert und begeistert mit einem riesigen Sortiment an angesagten Produkten zu unschlagbaren Preisen. Für alle Shoppingfans in Deutschland bietet Temu im Juli 2025 besondere Sparmöglichkeiten mit den Gutscheincodes ALA228069 und ALA228069 – perfekte Begleiter, um bis zu 20€ Rabatt auf die ersten und wiederkehrenden Einkäufe zu sichern. Egal, ob du neu bei Temu bist oder bereits Stammkunde, mit diesen Codes sicherst du dir tolle Rabatte und Extras auf deine Bestellungen. Top Temu Gutscheincode und ihre Vorteile im Juli 2025 Wer die besten Angebote nutzen möchte, sollte auf folgende Temu Gutscheincodes setzen: • ALA228069: 20€ Rabatt für neue Nutzer – ideal für deinen ersten Einkauf • ALA228069: 20€ Rabatt für bestehende Kunden – belohnt deine Treue • ALA228069: 20€ Coupon Bundle – spart extra und enthält zusätzliche Gutscheine Diese Codes bieten vielfältige Vorteile wie eine Temu coupon code 20€ off, exklusive Bundles, Temu coupons for new users sowie attraktive Extras wie kostenlose Geschenke. Sie sind ein Must-Have, um das Beste aus deinen Einkäufen herauszuholen. Temu Gutschein für Juli 2025: Warum jetzt nutzen? Der Juli 2025 bringt viele neue Temu Angebote, die sich mit den passenden Promocodes perfekt kombinieren lassen. Ich persönlich liebe es, wie Temu es schafft, mit bis zu 90% Rabatt bei schneller Lieferung und kostenlosem Versand in 82 Ländern für ein einzigartiges Shopping-Erlebnis zu sorgen. Hier die Highlights der Temu new offers in July 2025: • Riesen Auswahl an Trendartikeln aus Mode, Elektronik, Heimdeko und mehr • Schneller Versand – oft innerhalb weniger Tage auch nach Deutschland • Kostenloser Versand in 82 Ländern inklusive Deutschland • Exklusive Temu promo code for July 2025 Aktionen mit bis zu 50% zusätzlich auf ausgewählte Produkte Mit dem Temu coupon code 20€ off für new users kannst du als Neukunde besonders clever sparen. Aber auch Bestandskunden erhalten mit dem Temu coupon code 20€ off for existing users jede Menge Rabatt-Optionen, um regelmäßig beim Einkauf zu profitieren. Benefits der Verwendung unserer Temu Rabattcodes Die Verwendung von Temu Coupon Code 20€ off For New & Existing Customer bringt dir als Käufer enorme Vorteile beim Shopping: • Flacher 20€ Rabatt auf den Einkaufswert – egal ob neuer oder bestehender Nutzer • Extra 20€ Rabatt oder bis zu 50% zusätzliche Rabatte bei Bundle-Aktionen • Spezielle Temu 20€ coupon bundle ermöglichen mehrere Rabatte in einem Einkauf • Neue Nutzer erhalten oft kostenlose Geschenke oder Bonusgutscheine dazu • Einfache Anwendung der Codes bei Checkout – kein Stress und maximale Einsparungen Daher lohnt es sich wirklich, die aktuellen Codes ALA228069 und ALA228069 immer im Hinterkopf zu haben. Diese kannst du mehrfach einsetzen und so das Sparpotenzial voll ausschöpfen. Temu coupon code 20€ off: Tipps für neue und bestehende Nutzer Als neues Mitglied begrüßt Temu dich mit exklusiven Gutscheinangeboten, die deinen Start erleichtern. Du kannst beispielsweise mit dem Temu first time user coupon direkt 20€ sparen. Für dich als Bestandskunde gibt es regelmäßig neue Deals – hier zahlt sich das Wissen um den Temu coupon code 20€ off for existing users aus. Zu wissen, welcher Code in welchem Fall ideal ist, sorgt für eine optimale Nutzung der Spar-Optionen: • Neu bei Temu? Nutze den ALA228069 für 20€ Rabatt bei deiner ersten Bestellung • Bereits Kunde? Der Code ALA228069 bringt dir weitere 20€ Rabatt • Halte Ausschau nach dem ALA228069 für Bundles, die mehrere Rabatte kombinieren So kannst du deine Lieblingsartikel aus dem gigantischen Sortiment günstig shoppen und gleichzeitig von den zahlreichen Temu Aktionen im Juli 2025 profitieren. Temu coupon Bundle und Extras im Juli 2025 Bundles sind eine hervorragende Möglichkeit, um noch mehr Rabatt zu erhalten. Neben dem flachen Rabatt von 20€ kannst du beim Temu 20€ coupon bundle sogar noch zusätzliche Coupons stapeln. Zusammen mit saisonalen Angeboten wird das Shopping-Erlebnis damit zu einem Sparfest. In diesem Monat findest du häufig Extras wie: • Bis zu 50% Rabatt auf ausgewählte Bundle-Artikel • Kostenlose Geschenke für neue Nutzer bei Aktivierung des Bundles • Kombinierte Rabatte mit den Codes ALA228069, ALA228069 und ALA228069 So kannst du deine Einkäufe nicht nur günstiger, sondern auch vielseitiger und lukrativer gestalten. Temu promo codes: Regionale Vorteile für Deutschland und weltweit Temu bietet seine beliebten Gutscheincodes in verschiedenen Varianten auch international an. Die Codes funktionieren nicht nur in Deutschland, sondern auch in anderen Ländern Nord-, Südamerikas und Europas. Hier eine Übersicht: • ALA228069: Temu coupon code 20€ off für Deutschland und UK • ALA228069: Temu coupon code 20€ off für Kanada und USA • ALA228069: Temu coupon code 20€ off für Brasilien und Mexiko Für dich als Nutzer in Deutschland bedeutet das: Optimaler Rabatt mit Codes wie ALA228069 und ALA228069 – speziell zugeschnitten auf den deutschen Markt und Versandservice. Temu discount code, coupon codes und promo codes im Juli 2025 In der Shopping-Saison Juli 2025 gibt es eine Vielzahl an Temu Gutscheincodes, die deine Bestellung deutlich günstiger machen. Nutze dabei stets den Temu Coupon Code 20€ off For New & Existing Customer, der dir als flexibler und zuverlässiger Rabattcode dient. Hier findest du die aktuell besten Codes: Code Vorteil Gültigkeit ALA228069 20€ Rabatt für Neukunden Juli 2025, Deutschland ALA228069 20€ Rabatt für Bestandskunden Juli 2025, Deutschland ALA228069 20€ Rabatt Coupon-Bundle + Extras Juli 2025, international Mit diesen Codes bist du bestens ausgestattet, um bei Temu im Juli 2025 viel zu sparen und dennoch von exzellentem Service und schneller Lieferung zu profitieren. Fazit: Temu Gutscheincode 20€ Rabatt perfekt nutzen Ich empfehle dir dringend die Nutzung unserer Temu Coupon Code 20€ off For New & Existing Customer achtmal bei deinen Bestellungen im Juli 2025, um deine Ersparnisse maximal zu steigern. Mit Codes wie ALA228069 und ALA228069 kannst du sowohl als Neukunde als auch als Stammkunde kräftig sparen. Die Kombination aus: • einem riesigen Sortiment mit Top-Trends • schnellen Lieferzeiten und kostenlosem Versand in Deutschland • bis zu 90% Rabatt und Extras wie Geschenke • unseren exklusiven Gutscheincodes macht Temu zu einer ersten Wahl für Sparfüchse und Shoppingliebhaber. Nutze den Juli 2025, um mit den neuesten Temu Gutscheincode for new users und Temu Gutscheincode for existing users clever einzukaufen und bei jedem Einkauf bares Geld zu sparen.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.