Skip to content

Instantly share code, notes, and snippets.

@SDUBZ
Created December 5, 2019 11:09
Show Gist options
  • Save SDUBZ/2b7820a5784f298899114c43b95c86f0 to your computer and use it in GitHub Desktop.
Save SDUBZ/2b7820a5784f298899114c43b95c86f0 to your computer and use it in GitHub Desktop.
server debug
This file has been truncated, but you can view the full file.
[05Dec2019 12:03:31.944] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.1.96, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, nogui]
[05Dec2019 12:03:31.947] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_222 by AdoptOpenJDK
[05Dec2019 12:03:31.952] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[05Dec2019 12:03:31.958] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[05Dec2019 12:03:31.965] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[05Dec2019 12:03:31.971] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[05Dec2019 12:03:31.995] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []
[05Dec2019 12:03:32.002] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]
[05Dec2019 12:03:32.002] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[05Dec2019 12:03:32.003] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[05Dec2019 12:03:32.003] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
[05Dec2019 12:03:32.005] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 28.1
[05Dec2019 12:03:32.005] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 28.1 loading
[05Dec2019 12:03:32.005] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 4.1.0+62+5bfa59b
[05Dec2019 12:03:32.005] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Initializing modjar URL handler
[05Dec2019 12:03:32.006] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 1.0.1-milestone.0.1+94458e7+46+94458e7
[05Dec2019 12:03:32.006] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 1.0.0+54+3f83a9e
[05Dec2019 12:03:32.006] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[05Dec2019 12:03:32.008] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 1.0.0+4+e6fed88
[05Dec2019 12:03:32.008] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 1.5.0+6+478760f
[05Dec2019 12:03:32.008] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 3
[05Dec2019 12:03:32.063] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[05Dec2019 12:03:32.064] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[05Dec2019 12:03:32.065] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[05Dec2019 12:03:32.072] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[05Dec2019 12:03:32.072] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[05Dec2019 12:03:32.072] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[05Dec2019 12:03:32.073] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : /home/minecraft/servers/mine261304
[05Dec2019 12:03:32.073] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is /home/minecraft/servers/mine261304
[05Dec2019 12:03:32.073] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : /home/minecraft/servers/mine261304/mods
[05Dec2019 12:03:32.073] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is /home/minecraft/servers/mine261304/mods
[05Dec2019 12:03:32.073] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : /home/minecraft/servers/mine261304/config
[05Dec2019 12:03:32.073] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is /home/minecraft/servers/mine261304/config
[05Dec2019 12:03:32.073] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is /home/minecraft/servers/mine261304/config/fml.toml
[05Dec2019 12:03:32.074] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[05Dec2019 12:03:32.104] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : /home/minecraft/servers/mine261304/defaultconfigs
[05Dec2019 12:03:32.104] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[05Dec2019 12:03:32.105] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using fmlserver as launch service
[05Dec2019 12:03:32.109] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data : MC Version: '1.14.4' MCP Version: '20190829.143755' Forge Version: '28.1.96' Forge group: 'net.minecraftforge'
[05Dec2019 12:03:32.110] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found JAR asm at path /home/minecraft/servers/mine261304/libraries/org/ow2/asm/asm/6.2/asm-6.2.jar
[05Dec2019 12:03:32.110] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found probable library path /home/minecraft/servers/mine261304/libraries
[05Dec2019 12:03:32.111] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found forge path /home/minecraft/servers/mine261304/libraries/net/minecraftforge/forge/1.14.4-28.1.96/forge-1.14.4-28.1.96-universal.jar is present
[05Dec2019 12:03:32.111] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: SRG MC at /home/minecraft/servers/mine261304/libraries/net/minecraft/server/1.14.4-20190829.143755/server-1.14.4-20190829.143755-srg.jar is present
[05Dec2019 12:03:32.111] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: MC Extras at /home/minecraft/servers/mine261304/libraries/net/minecraft/server/1.14.4/server-1.14.4-extra-stable.jar is present
[05Dec2019 12:03:32.111] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Forge patches at /home/minecraft/servers/mine261304/libraries/net/minecraftforge/forge/1.14.4-28.1.96/forge-1.14.4-28.1.96-server.jar is present
[05Dec2019 12:03:32.113] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 0 language providers
[05Dec2019 12:03:32.114] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding forge as a language from /home/minecraft/servers/mine261304/libraries/net/minecraftforge/forge/1.14.4-28.1.96/forge-1.14.4-28.1.96-universal.jar
[05Dec2019 12:03:32.115] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/home/minecraft/servers/mine261304/libraries/net/minecraftforge/forge/1.14.4-28.1.96/forge-1.14.4-28.1.96-universal.jar to languageloader classloader
[05Dec2019 12:03:32.151] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 2 language providers
[05Dec2019 12:03:32.151] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 28.1
[05Dec2019 12:03:32.153] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[05Dec2019 12:03:32.155] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[05Dec2019 12:03:32.155] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[05Dec2019 12:03:32.155] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[05Dec2019 12:03:32.155] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[05Dec2019 12:03:32.156] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[05Dec2019 12:03:32.156] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[05Dec2019 12:03:32.165] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[05Dec2019 12:03:32.175] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null)
[05Dec2019 12:03:32.382] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/home/minecraft/servers/mine261304/mods/ScalableCatsForce-2.13.1-with-library.jar to languageloader classloader
[05Dec2019 12:03:32.389] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 3 language providers
[05Dec2019 12:03:32.389] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 28.1
[05Dec2019 12:03:32.389] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[05Dec2019 12:03:32.389] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider kotori_scala, version 2.13.1
[05Dec2019 12:03:32.390] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/aaws_1.14-1.0.jar
[05Dec2019 12:03:32.436] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/aaws_1.14-1.0.jar with language javafml
[05Dec2019 12:03:32.437] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/AdditionalEnchantedMiner-1.14.4-14.1.2.jar
[05Dec2019 12:03:32.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/AdditionalEnchantedMiner-1.14.4-14.1.2.jar with language kotori_scala
[05Dec2019 12:03:32.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/al_1.14-1.3.jar
[05Dec2019 12:03:32.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/al_1.14-1.3.jar with language javafml
[05Dec2019 12:03:32.441] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/alib-1.14.4-7.jar
[05Dec2019 12:03:32.442] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/alib-1.14.4-7.jar with language javafml
[05Dec2019 12:03:32.443] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/angelring-1.14.4-1.1.0-pre1.jar
[05Dec2019 12:03:32.444] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/angelring-1.14.4-1.1.0-pre1.jar with language javafml
[05Dec2019 12:03:32.444] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Apotheosis-1.14.4-2.4.4.jar
[05Dec2019 12:03:32.445] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Apotheosis-1.14.4-2.4.4.jar with language javafml
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod trueInfinity with Javascript path apothasm/true-infinity.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod sundering with Javascript path apothasm/sundering.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod enchData with Javascript path apothasm/enchantment-datas.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod tempting with Javascript path apothasm/tempting.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod reflective with Javascript path apothasm/reflective.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod itemEnch with Javascript path apothasm/item-ench.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod calcStackEnch with Javascript path apothasm/calc-stack-ench.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod containerRepair with Javascript path apothasm/container-repair.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod AnvilTweaks containerRepair with Javascript path apothasm/at-container-repair.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod guiRepair with Javascript path apothasm/gui-repair.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod combatRules with Javascript path apothasm/combat-rules.js
[05Dec2019 12:03:32.462] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fishingBobber with Javascript path apothasm/fishing-bobber.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/true-infinity.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/sundering.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/enchantment-datas.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/tempting.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/reflective.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/item-ench.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/calc-stack-ench.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/container-repair.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/at-container-repair.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/gui-repair.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/combat-rules.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/fishing-bobber.js
[05Dec2019 12:03:32.463] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/AppleSkin-mc1.14.4-forge-1.0.13.jar
[05Dec2019 12:03:32.464] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/AppleSkin-mc1.14.4-forge-1.0.13.jar with language javafml
[05Dec2019 12:03:32.464] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/autodoors_1.14-1.3.jar
[05Dec2019 12:03:32.465] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/autodoors_1.14-1.3.jar with language javafml
[05Dec2019 12:03:32.465] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/BasicNetherOres-1.14.4-3.2.2.jar
[05Dec2019 12:03:32.467] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/BasicNetherOres-1.14.4-3.2.2.jar with language javafml
[05Dec2019 12:03:32.467] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/betteranimalsplus-1.14.4-8.0.0.jar
[05Dec2019 12:03:32.468] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/betteranimalsplus-1.14.4-8.0.0.jar with language javafml
[05Dec2019 12:03:32.468] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/BetterCrates-1.14.4-1.0.1.jar
[05Dec2019 12:03:32.469] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/BetterCrates-1.14.4-1.0.1.jar with language javafml
[05Dec2019 12:03:32.469] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/BiomesOPlenty-1.14.4-9.0.0.258-universal.jar
[05Dec2019 12:03:32.471] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/BiomesOPlenty-1.14.4-9.0.0.258-universal.jar with language javafml
[05Dec2019 12:03:32.471] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/BloomfulV1.1.0.jar
[05Dec2019 12:03:32.472] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/BloomfulV1.1.0.jar with language javafml
[05Dec2019 12:03:32.472] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/buildinggadgets-3.1.1b.jar
[05Dec2019 12:03:32.473] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/buildinggadgets-3.1.1b.jar with language javafml
[05Dec2019 12:03:32.474] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/C.O.M.B.A.T.-1.14.4-0.28.0.jar
[05Dec2019 12:03:32.475] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/C.O.M.B.A.T.-1.14.4-0.28.0.jar with language javafml
[05Dec2019 12:03:32.475] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/car-1.14.4-2.0.19.jar
[05Dec2019 12:03:32.476] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/car-1.14.4-2.0.19.jar with language javafml
[05Dec2019 12:03:32.476] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/carrotslib-mc1.14.4-2.0b3.jar
[05Dec2019 12:03:32.477] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/carrotslib-mc1.14.4-2.0b3.jar with language javafml
[05Dec2019 12:03:32.477] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/cg_1.14-1.0.jar
[05Dec2019 12:03:32.477] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/cg_1.14-1.0.jar with language javafml
[05Dec2019 12:03:32.478] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Charm-1.14.4-1.4.2.jar
[05Dec2019 12:03:32.478] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Charm-1.14.4-1.4.2.jar with language javafml
[05Dec2019 12:03:32.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod charm_coremod with Javascript path asm/charm_coremod.js
[05Dec2019 12:03:32.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/charm_coremod.js
[05Dec2019 12:03:32.479] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/ChickenDropFeathers-2.0.jar
[05Dec2019 12:03:32.480] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/ChickenDropFeathers-2.0.jar with language javafml
[05Dec2019 12:03:32.480] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/chunk_claim-2.8.4.jar
[05Dec2019 12:03:32.481] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/chunk_claim-2.8.4.jar with language javafml
[05Dec2019 12:03:32.481] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/ClickMachine-1.14.4-2.1.2.jar
[05Dec2019 12:03:32.482] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/ClickMachine-1.14.4-2.1.2.jar with language javafml
[05Dec2019 12:03:32.482] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Clumps-4.0.0.jar
[05Dec2019 12:03:32.482] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Clumps-4.0.0.jar with language javafml
[05Dec2019 12:03:32.483] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/CobbleForDays-1.0.2.jar
[05Dec2019 12:03:32.483] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/CobbleForDays-1.0.2.jar with language javafml
[05Dec2019 12:03:32.483] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/CoffeeSpawner-1.14.4-5.0.0.jar
[05Dec2019 12:03:32.484] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/CoffeeSpawner-1.14.4-5.0.0.jar with language javafml
[05Dec2019 12:03:32.484] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/cofh_core-1.14.4-0.1.1b.jar
[05Dec2019 12:03:32.485] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/cofh_core-1.14.4-0.1.1b.jar with language javafml
[05Dec2019 12:03:32.485] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/colorfulhealthbar-2.0.0.jar
[05Dec2019 12:03:32.486] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/colorfulhealthbar-2.0.0.jar with language javafml
[05Dec2019 12:03:32.486] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/colouredchat-1.14.4-1.4.4.jar
[05Dec2019 12:03:32.486] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/colouredchat-1.14.4-1.4.4.jar with language javafml
[05Dec2019 12:03:32.486] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/CookingForBlockheads_1.14.4-7.4.1.jar
[05Dec2019 12:03:32.487] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/CookingForBlockheads_1.14.4-7.4.1.jar with language javafml
[05Dec2019 12:03:32.487] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/corail_pillar-4.5.4-1.14.4.jar
[05Dec2019 12:03:32.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/corail_pillar-4.5.4-1.14.4.jar with language javafml
[05Dec2019 12:03:32.488] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/corail_pillar_extension_biomesoplenty-4.2.1-1.14.4.jar
[05Dec2019 12:03:32.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/corail_pillar_extension_biomesoplenty-4.2.1-1.14.4.jar with language javafml
[05Dec2019 12:03:32.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/corail_woodcutter-1.0.6-1.14.4.jar
[05Dec2019 12:03:32.489] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/corail_woodcutter-1.0.6-1.14.4.jar with language javafml
[05Dec2019 12:03:32.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/CraftingSpawn-1.14.4-0.1.1.jar
[05Dec2019 12:03:32.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/CraftingSpawn-1.14.4-0.1.1.jar with language javafml
[05Dec2019 12:03:32.490] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/create-mc1.14.4_v0.1.1a.jar
[05Dec2019 12:03:32.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/create-mc1.14.4_v0.1.1a.jar with language javafml
[05Dec2019 12:03:32.491] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/CTD-Core-1.14.4-2.0.5b.jar
[05Dec2019 12:03:32.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/CTD-Core-1.14.4-2.0.5b.jar with language javafml
[05Dec2019 12:03:32.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Cucumber-1.14.4-2.0.5.jar
[05Dec2019 12:03:32.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Cucumber-1.14.4-2.0.5.jar with language javafml
[05Dec2019 12:03:32.492] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/CyclopsCore-1.14.4-1.6.1.jar
[05Dec2019 12:03:32.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/CyclopsCore-1.14.4-1.6.1.jar with language javafml
[05Dec2019 12:03:32.493] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/dankstorage-1.13a.jar
[05Dec2019 12:03:32.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/dankstorage-1.13a.jar with language javafml
[05Dec2019 12:03:32.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/dde_1.14.4-1.0.jar
[05Dec2019 12:03:32.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/dde_1.14.4-1.0.jar with language javafml
[05Dec2019 12:03:32.494] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/deathquotes-1.2-1.14.4.jar
[05Dec2019 12:03:32.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/deathquotes-1.2-1.14.4.jar with language javafml
[05Dec2019 12:03:32.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/despeggshatch_1.14-1.1.jar
[05Dec2019 12:03:32.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/despeggshatch_1.14-1.1.jar with language javafml
[05Dec2019 12:03:32.495] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/dismounte_1.14-1.0.jar
[05Dec2019 12:03:32.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/dismounte_1.14-1.0.jar with language javafml
[05Dec2019 12:03:32.496] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/DungeonCrawl-1.14.4-1.5.2.jar
[05Dec2019 12:03:32.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/DungeonCrawl-1.14.4-1.5.2.jar with language javafml
[05Dec2019 12:03:32.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/EasyFlint-1.1.0.jar
[05Dec2019 12:03:32.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/EasyFlint-1.1.0.jar with language javafml
[05Dec2019 12:03:32.497] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/ElementaryOres-1.14.4-0.0.1.jar
[05Dec2019 12:03:32.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/ElementaryOres-1.14.4-0.0.1.jar with language javafml
[05Dec2019 12:03:32.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/embellishcraft-1.14.4-1.3.1.jar
[05Dec2019 12:03:32.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/embellishcraft-1.14.4-1.3.1.jar with language javafml
[05Dec2019 12:03:32.498] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/embellishcraft-bop-1.14.4-1.0.0.jar
[05Dec2019 12:03:32.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/embellishcraft-bop-1.14.4-1.0.0.jar with language javafml
[05Dec2019 12:03:32.499] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/EnderBags-1.14.4-4.2.0.jar
[05Dec2019 12:03:32.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/EnderBags-1.14.4-4.2.0.jar with language javafml
[05Dec2019 12:03:32.500] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/EnergeticSheep-1.14.4-1.1.6.jar
[05Dec2019 12:03:32.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/EnergeticSheep-1.14.4-1.1.6.jar with language javafml
[05Dec2019 12:03:32.501] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/engineersdecor-1.14.4-1.0.16-b7.jar
[05Dec2019 12:03:32.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/engineersdecor-1.14.4-1.0.16-b7.jar with language javafml
[05Dec2019 12:03:32.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/engineerstools-1.14.4-1.0.5-b1.jar
[05Dec2019 12:03:32.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/engineerstools-1.14.4-1.0.5-b1.jar with language javafml
[05Dec2019 12:03:32.502] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/ensorcellation-1.14.4-0.1.1b.jar
[05Dec2019 12:03:32.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/ensorcellation-1.14.4-0.1.1b.jar with language javafml
[05Dec2019 12:03:32.503] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/enviromats-2.0.0.9.jar
[05Dec2019 12:03:32.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/enviromats-2.0.0.9.jar with language javafml
[05Dec2019 12:03:32.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/EverlastingAbilities-1.14.4-1.6.0.jar
[05Dec2019 12:03:32.504] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/EverlastingAbilities-1.14.4-1.6.0.jar with language javafml
[05Dec2019 12:03:32.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Explorercraft-1.14.4-3.2.4.jar
[05Dec2019 12:03:32.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Explorercraft-1.14.4-3.2.4.jar with language javafml
[05Dec2019 12:03:32.505] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/ExpOre-1.14.4-1.3.jar
[05Dec2019 12:03:32.506] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/ExpOre-1.14.4-1.3.jar with language javafml
[05Dec2019 12:03:32.506] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/extcaves-1.4.2.jar
[05Dec2019 12:03:32.506] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/extcaves-1.4.2.jar with language javafml
[05Dec2019 12:03:32.506] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/extradisks-1.1.jar
[05Dec2019 12:03:32.507] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/extradisks-1.1.jar with language javafml
[05Dec2019 12:03:32.507] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/FastFurnace-1.14.4-2.2.4.jar
[05Dec2019 12:03:32.508] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/FastFurnace-1.14.4-2.2.4.jar with language javafml
[05Dec2019 12:03:32.508] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/FastLeafDecay-v17.jar
[05Dec2019 12:03:32.508] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/FastLeafDecay-v17.jar with language javafml
[05Dec2019 12:03:32.508] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/FastWorkbench-1.14.4-2.1.4.jar
[05Dec2019 12:03:32.509] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/FastWorkbench-1.14.4-2.1.4.jar with language javafml
[05Dec2019 12:03:32.509] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/FeederHelmet-1.6.2.jar
[05Dec2019 12:03:32.509] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/FeederHelmet-1.6.2.jar with language javafml
[05Dec2019 12:03:32.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/flexible_skills-1.14.4-1.1.8.jar
[05Dec2019 12:03:32.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/flexible_skills-1.14.4-1.1.8.jar with language javafml
[05Dec2019 12:03:32.510] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/flying_things-1.8.5-1.14.4.jar
[05Dec2019 12:03:32.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/flying_things-1.8.5-1.14.4.jar with language javafml
[05Dec2019 12:03:32.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/foamdome-2.0.2.jar
[05Dec2019 12:03:32.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/foamdome-2.0.2.jar with language javafml
[05Dec2019 12:03:32.511] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/forbidden_arcanus-1.14.4-1.5-beta-1.jar
[05Dec2019 12:03:32.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/forbidden_arcanus-1.14.4-1.5-beta-1.jar with language javafml
[05Dec2019 12:03:32.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/ForgivingVoid_1.14.4-3.0.7.jar
[05Dec2019 12:03:32.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/ForgivingVoid_1.14.4-3.0.7.jar with language javafml
[05Dec2019 12:03:32.512] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/FriendlyFire-1.14.4-3.0.2.jar
[05Dec2019 12:03:32.513] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/FriendlyFire-1.14.4-3.0.2.jar with language javafml
[05Dec2019 12:03:32.513] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/furniture-7.0.0-pre13-1.14.4.jar
[05Dec2019 12:03:32.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/furniture-7.0.0-pre13-1.14.4.jar with language javafml
[05Dec2019 12:03:32.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/giftfromthegods-1.14.4-1.0.1.jar
[05Dec2019 12:03:32.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/giftfromthegods-1.14.4-1.0.1.jar with language javafml
[05Dec2019 12:03:32.514] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/globalxp-1.14.4-v1.4.10.jar
[05Dec2019 12:03:32.515] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/globalxp-1.14.4-v1.4.10.jar with language javafml
[05Dec2019 12:03:32.515] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Gobber2-1.14.4-2.1.115.jar
[05Dec2019 12:03:32.515] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Gobber2-1.14.4-2.1.115.jar with language javafml
[05Dec2019 12:03:32.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/gravestone-1.15.2.jar
[05Dec2019 12:03:32.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/gravestone-1.15.2.jar with language javafml
[05Dec2019 12:03:32.516] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Harvest-forge-1.14.4-1.2.10-23.jar
[05Dec2019 12:03:32.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Harvest-forge-1.14.4-1.2.10-23.jar with language javafml
[05Dec2019 12:03:32.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/HusbandryandPies0.4-1.14.4.jar
[05Dec2019 12:03:32.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/HusbandryandPies0.4-1.14.4.jar with language javafml
[05Dec2019 12:03:32.517] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/infinitewatersource-3.0.jar
[05Dec2019 12:03:32.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/infinitewatersource-3.0.jar with language javafml
[05Dec2019 12:03:32.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/inftrading_1.14-1.0.jar
[05Dec2019 12:03:32.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/inftrading_1.14-1.0.jar with language javafml
[05Dec2019 12:03:32.518] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/instantunify-1.14.4-1.0.3.jar
[05Dec2019 12:03:32.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/instantunify-1.14.4-1.0.3.jar with language javafml
[05Dec2019 12:03:32.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/ironchest-1.14.4-9.1.5.jar
[05Dec2019 12:03:32.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/ironchest-1.14.4-9.1.5.jar with language javafml
[05Dec2019 12:03:32.519] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/IronJetpacks-1.14.4-2.0.3.jar
[05Dec2019 12:03:32.520] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/IronJetpacks-1.14.4-2.0.3.jar with language javafml
[05Dec2019 12:03:32.520] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/jei-1.14.4-6.0.0.25.jar
[05Dec2019 12:03:32.521] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/jei-1.14.4-6.0.0.25.jar with language javafml
[05Dec2019 12:03:32.521] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/KleeSlabs_1.14.4-7.4.7.jar
[05Dec2019 12:03:32.521] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/KleeSlabs_1.14.4-7.4.7.jar with language javafml
[05Dec2019 12:03:32.521] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/LargeFluidTank-14.8.8.jar
[05Dec2019 12:03:32.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/LargeFluidTank-14.8.8.jar with language kotori_scala
[05Dec2019 12:03:32.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/LetSleepingDogsLie-1.14.4-1.1.0.jar
[05Dec2019 12:03:32.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/LetSleepingDogsLie-1.14.4-1.1.0.jar with language javafml
[05Dec2019 12:03:32.522] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/luckyores-1.14.4-1.2.jar
[05Dec2019 12:03:32.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/luckyores-1.14.4-1.2.jar with language javafml
[05Dec2019 12:03:32.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Ma-Essentials-1.14.4-1.2.5.jar
[05Dec2019 12:03:32.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Ma-Essentials-1.14.4-1.2.5.jar with language javafml
[05Dec2019 12:03:32.523] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Mantle-1.14.4-1.4.32.jar
[05Dec2019 12:03:32.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Mantle-1.14.4-1.4.32.jar with language javafml
[05Dec2019 12:03:32.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/MCFurnace-1.14.4-DEV-1.3.2.jar
[05Dec2019 12:03:32.524] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/MCFurnace-1.14.4-DEV-1.3.2.jar with language javafml
[05Dec2019 12:03:32.525] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mcjtylib-1.14-3.5.14-alpha.jar
[05Dec2019 12:03:32.525] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mcjtylib-1.14-3.5.14-alpha.jar with language javafml
[05Dec2019 12:03:32.525] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mcw-bridges-1.0.2-mc1.14.4.jar
[05Dec2019 12:03:32.526] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mcw-bridges-1.0.2-mc1.14.4.jar with language javafml
[05Dec2019 12:03:32.526] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mcw-roofs-1.0.1-mc1.14.4.jar
[05Dec2019 12:03:32.526] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mcw-roofs-1.0.1-mc1.14.4.jar with language javafml
[05Dec2019 12:03:32.526] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mightyarchitect-mc1.14.4_v0.5.jar
[05Dec2019 12:03:32.527] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mightyarchitect-mc1.14.4_v0.5.jar with language javafml
[05Dec2019 12:03:32.527] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mininggadgets-1.2.3.jar
[05Dec2019 12:03:32.527] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mininggadgets-1.2.3.jar with language javafml
[05Dec2019 12:03:32.527] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Mo-Glowstone-1.14.4-2.0.4.jar
[05Dec2019 12:03:32.528] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Mo-Glowstone-1.14.4-2.0.4.jar with language javafml
[05Dec2019 12:03:32.528] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mobcatcher-1.2b.jar
[05Dec2019 12:03:32.528] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mobcatcher-1.2b.jar with language javafml
[05Dec2019 12:03:32.528] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/More Dogs-1.0.1.jar
[05Dec2019 12:03:32.529] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/More Dogs-1.0.1.jar with language javafml
[05Dec2019 12:03:32.529] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Morpheus-1.14.4-4.2.43.jar
[05Dec2019 12:03:32.529] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Morpheus-1.14.4-4.2.43.jar with language javafml
[05Dec2019 12:03:32.529] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/MouseTweaks-2.12-mc1.14.4.jar
[05Dec2019 12:03:32.530] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/MouseTweaks-2.12-mc1.14.4.jar with language javafml
[05Dec2019 12:03:32.530] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Mubble-2.0-(Forge-1.14.4).jar
[05Dec2019 12:03:32.530] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Mubble-2.0-(Forge-1.14.4).jar with language javafml
[05Dec2019 12:03:32.530] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mysticallib-1.14.4-1.8.0.jar
[05Dec2019 12:03:32.531] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mysticallib-1.14.4-1.8.0.jar with language javafml
[05Dec2019 12:03:32.531] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mysticalwildlife-1.14.4-1.3.3.jar
[05Dec2019 12:03:32.532] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mysticalwildlife-1.14.4-1.3.3.jar with language javafml
[05Dec2019 12:03:32.532] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/mysticalworld-1.14.4-1.6.10.jar
[05Dec2019 12:03:32.532] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/mysticalworld-1.14.4-1.6.10.jar with language javafml
[05Dec2019 12:03:32.532] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/nifty-1.14.4-2.7.1.jar
[05Dec2019 12:03:32.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/nifty-1.14.4-2.7.1.jar with language javafml
[05Dec2019 12:03:32.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/nps_1.14-2.1.jar
[05Dec2019 12:03:32.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/nps_1.14-2.1.jar with language javafml
[05Dec2019 12:03:32.533] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/OreExcavation-1.6.145.jar
[05Dec2019 12:03:32.534] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/OreExcavation-1.6.145.jar with language javafml
[05Dec2019 12:03:32.534] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Overloaded-1.14.4-0.0.78.jar
[05Dec2019 12:03:32.534] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Overloaded-1.14.4-0.0.78.jar with language javafml
[05Dec2019 12:03:32.534] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/PackingTape-1.14.4-0.9.0.jar
[05Dec2019 12:03:32.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/PackingTape-1.14.4-0.9.0.jar with language javafml
[05Dec2019 12:03:32.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/PersistentBits-1.14.4-2.0.2.jar
[05Dec2019 12:03:32.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/PersistentBits-1.14.4-2.0.2.jar with language javafml
[05Dec2019 12:03:32.535] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Placebo-1.14.4-2.3.5.jar
[05Dec2019 12:03:32.536] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Placebo-1.14.4-2.3.5.jar with language javafml
[05Dec2019 12:03:32.536] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod block-statemap with Javascript path javascript/block-statemap.js
[05Dec2019 12:03:32.536] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod item-statemap with Javascript path javascript/item-statemap.js
[05Dec2019 12:03:32.537] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/block-statemap.js
[05Dec2019 12:03:32.537] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/item-statemap.js
[05Dec2019 12:03:32.537] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/planttech2-0.01.06.jar
[05Dec2019 12:03:32.537] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/planttech2-0.01.06.jar with language javafml
[05Dec2019 12:03:32.537] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/pn_1.14-1.0.jar
[05Dec2019 12:03:32.537] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/pn_1.14-1.0.jar with language javafml
[05Dec2019 12:03:32.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/portality-1.14.4-2.0.4-b0b3467.jar
[05Dec2019 12:03:32.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/portality-1.14.4-2.0.4-b0b3467.jar with language javafml
[05Dec2019 12:03:32.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/PottedBushes-1.0.jar
[05Dec2019 12:03:32.538] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/PottedBushes-1.0.jar with language javafml
[05Dec2019 12:03:32.539] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/prefab-1.4.0.8.jar
[05Dec2019 12:03:32.539] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/prefab-1.4.0.8.jar with language javafml
[05Dec2019 12:03:32.539] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/PrettyBeaches_1.14.4-3.0.7.jar
[05Dec2019 12:03:32.539] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/PrettyBeaches_1.14.4-3.0.7.jar with language javafml
[05Dec2019 12:03:32.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/PyramidPlunder-1.14.4-1.1.jar
[05Dec2019 12:03:32.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/PyramidPlunder-1.14.4-1.1.jar with language javafml
[05Dec2019 12:03:32.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/QuantumStorage-1.14.4-5.0.2.jar
[05Dec2019 12:03:32.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/QuantumStorage-1.14.4-5.0.2.jar with language javafml
[05Dec2019 12:03:32.540] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/quirkygenerators-1.4.jar
[05Dec2019 12:03:32.541] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/quirkygenerators-1.4.jar with language javafml
[05Dec2019 12:03:32.541] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/RandomThings-MC1.14.4-5.0.1.jar
[05Dec2019 12:03:32.541] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/RandomThings-MC1.14.4-5.0.1.jar with language javafml
[05Dec2019 12:03:32.542] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/rangedpumps-0.6.1.jar
[05Dec2019 12:03:32.542] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/rangedpumps-0.6.1.jar with language javafml
[05Dec2019 12:03:32.542] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Rays Dongles-1.14.4-2.0.4d.jar
[05Dec2019 12:03:32.542] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Rays Dongles-1.14.4-2.0.4d.jar with language javafml
[05Dec2019 12:03:32.543] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/RefinedRelocation_1.14.4-6.2.4.jar
[05Dec2019 12:03:32.543] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/RefinedRelocation_1.14.4-6.2.4.jar with language javafml
[05Dec2019 12:03:32.543] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/refinedstorage-1.7.1.jar
[05Dec2019 12:03:32.543] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/refinedstorage-1.7.1.jar with language javafml
[05Dec2019 12:03:32.543] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/respawnablepets-1.0.5.1.jar
[05Dec2019 12:03:32.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/respawnablepets-1.0.5.1.jar with language javafml
[05Dec2019 12:03:32.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/rftoolsbase-1.14-0.0.11-alpha.jar
[05Dec2019 12:03:32.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/rftoolsbase-1.14-0.0.11-alpha.jar with language javafml
[05Dec2019 12:03:32.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/rftoolsbuilder-1.14-1.2.10-alpha.jar
[05Dec2019 12:03:32.545] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/rftoolsbuilder-1.14-1.2.10-alpha.jar with language javafml
[05Dec2019 12:03:32.545] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/rftoolsstorage-1.14-0.0.6-alpha.jar
[05Dec2019 12:03:32.546] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/rftoolsstorage-1.14-0.0.6-alpha.jar with language javafml
[05Dec2019 12:03:32.546] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/rftoolsutility-1.14-1.2.11-alpha.jar
[05Dec2019 12:03:32.546] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/rftoolsutility-1.14-1.2.11-alpha.jar with language javafml
[05Dec2019 12:03:32.546] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/RingOfGrowth-1.14.4-1.0.19.jar
[05Dec2019 12:03:32.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/RingOfGrowth-1.14.4-1.0.19.jar with language javafml
[05Dec2019 12:03:32.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/RingOfMiner-1.14.4-1.0.16.jar
[05Dec2019 12:03:32.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/RingOfMiner-1.14.4-1.0.16.jar with language javafml
[05Dec2019 12:03:32.547] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/RingOfRepair-1.14.4-1.0.20.jar
[05Dec2019 12:03:32.548] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/RingOfRepair-1.14.4-1.0.20.jar with language javafml
[05Dec2019 12:03:32.548] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/RingOfTeleport-1.14.4-1.0.17.jar
[05Dec2019 12:03:32.548] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/RingOfTeleport-1.14.4-1.0.17.jar with language javafml
[05Dec2019 12:03:32.548] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/roadstuff-1.14.4-2.1.0.jar
[05Dec2019 12:03:32.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/roadstuff-1.14.4-2.1.0.jar with language javafml
[05Dec2019 12:03:32.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/rsgauges-1.14.4-1.1.9-b2.jar
[05Dec2019 12:03:32.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/rsgauges-1.14.4-1.1.9-b2.jar with language javafml
[05Dec2019 12:03:32.549] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Sauuuuucey's+Farming-1.14.3-1.0-beta.jar
[05Dec2019 12:03:32.550] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Sauuuuucey's+Farming-1.14.3-1.0-beta.jar with language javafml
[05Dec2019 12:03:32.550] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/seafaring-1.14.4-0.1.46.jar
[05Dec2019 12:03:32.550] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/seafaring-1.14.4-0.1.46.jar with language javafml
[05Dec2019 12:03:32.550] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/ServerTabInfo-1.14.4-1.2.6.jar
[05Dec2019 12:03:32.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/ServerTabInfo-1.14.4-1.2.6.jar with language javafml
[05Dec2019 12:03:32.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/shulkerdt_1.14-1.1.jar
[05Dec2019 12:03:32.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/shulkerdt_1.14-1.1.jar with language javafml
[05Dec2019 12:03:32.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/SilentGear-1.14.4-1.4.5+71.jar
[05Dec2019 12:03:32.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/SilentGear-1.14.4-1.4.5+71.jar with language javafml
[05Dec2019 12:03:32.551] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/SilentGems-1.14.4-3.4.6+79.jar
[05Dec2019 12:03:32.552] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/SilentGems-1.14.4-3.4.6+79.jar with language javafml
[05Dec2019 12:03:32.552] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/SilentLib-1.14.4-4.4.0+44.jar
[05Dec2019 12:03:32.552] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/SilentLib-1.14.4-4.4.0+44.jar with language javafml
[05Dec2019 12:03:32.552] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/SilentMechanisms-1.14.4-0.6.9+42.jar
[05Dec2019 12:03:32.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/SilentMechanisms-1.14.4-0.6.9+42.jar with language javafml
[05Dec2019 12:03:32.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/simplecoloredblocks-1.2.1.jar
[05Dec2019 12:03:32.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/simplecoloredblocks-1.2.1.jar with language javafml
[05Dec2019 12:03:32.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/SimpleDivingGear-3.0.3 mc 1.14.4.jar
[05Dec2019 12:03:32.553] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/SimpleDivingGear-3.0.3 mc 1.14.4.jar with language javafml
[05Dec2019 12:03:32.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/simplefarming-1.14.4-1.2.2.jar
[05Dec2019 12:03:32.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/simplefarming-1.14.4-1.2.2.jar with language javafml
[05Dec2019 12:03:32.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/SimpleStorageNetwork-1.14.4-0.1.0.jar
[05Dec2019 12:03:32.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/SimpleStorageNetwork-1.14.4-0.1.0.jar with language javafml
[05Dec2019 12:03:32.554] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/simplylight-0.9.0.jar
[05Dec2019 12:03:32.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/simplylight-0.9.0.jar with language javafml
[05Dec2019 12:03:32.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/simplytea-2.0.3.jar
[05Dec2019 12:03:32.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/simplytea-2.0.3.jar with language javafml
[05Dec2019 12:03:32.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/sisser-1.1.jar
[05Dec2019 12:03:32.555] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/sisser-1.1.jar with language javafml
[05Dec2019 12:03:32.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/SolarGeneration-1.14.4-1.2.1.jar
[05Dec2019 12:03:32.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/SolarGeneration-1.14.4-1.2.1.jar with language javafml
[05Dec2019 12:03:32.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/speedyhoppers-1.14.4-7.jar
[05Dec2019 12:03:32.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/speedyhoppers-1.14.4-7.jar with language javafml
[05Dec2019 12:03:32.556] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/StorageDrawers-1.14.4-6.0.5.jar
[05Dec2019 12:03:32.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/StorageDrawers-1.14.4-6.0.5.jar with language javafml
[05Dec2019 12:03:32.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/taffydaf-1.14.4-0.2.jar
[05Dec2019 12:03:32.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/taffydaf-1.14.4-0.2.jar with language javafml
[05Dec2019 12:03:32.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/tardis-0.0.2.jar
[05Dec2019 12:03:32.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/tardis-0.0.2.jar with language javafml
[05Dec2019 12:03:32.557] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/The-Endergetic-Expansion-1.14.4-v1.0.jar
[05Dec2019 12:03:32.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/The-Endergetic-Expansion-1.14.4-v1.0.jar with language javafml
[05Dec2019 12:03:32.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_ender_crystal with Javascript path coremods/patch_ender_crystal.js
[05Dec2019 12:03:32.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_dragon_fight_manager with Javascript path coremods/patch_dragon_fight_manager.js
[05Dec2019 12:03:32.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod patch_end_gateway_tile_entity with Javascript path coremods/patch_end_gateway_tile_entity.js
[05Dec2019 12:03:32.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_ender_crystal.js
[05Dec2019 12:03:32.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_dragon_fight_manager.js
[05Dec2019 12:03:32.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod coremods/patch_end_gateway_tile_entity.js
[05Dec2019 12:03:32.558] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/theoneprobe-1.14-1.4.37.jar
[05Dec2019 12:03:32.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/theoneprobe-1.14-1.4.37.jar with language javafml
[05Dec2019 12:03:32.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/TheVeggieWay-1.14.4-2.0.28.jar
[05Dec2019 12:03:32.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/TheVeggieWay-1.14.4-2.0.28.jar with language javafml
[05Dec2019 12:03:32.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/titanium-1.14.4-2.2.5.jar
[05Dec2019 12:03:32.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/titanium-1.14.4-2.2.5.jar with language javafml
[05Dec2019 12:03:32.559] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/TMechworks-1.14.4-2.0.1.jar
[05Dec2019 12:03:32.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/TMechworks-1.14.4-2.0.1.jar with language javafml
[05Dec2019 12:03:32.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/torchmaster-2.0.0-rc1.jar
[05Dec2019 12:03:32.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/torchmaster-2.0.0-rc1.jar with language javafml
[05Dec2019 12:03:32.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/travel_bag-1.0.6-1.14.4.jar
[05Dec2019 12:03:32.560] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/travel_bag-1.0.6-1.14.4.jar with language javafml
[05Dec2019 12:03:32.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/u_team_core-1.14.4-2.7.8.138.jar
[05Dec2019 12:03:32.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/u_team_core-1.14.4-2.7.8.138.jar with language javafml
[05Dec2019 12:03:32.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Uncrafted 1.14.4 (v.4.0.0 pre1).jar
[05Dec2019 12:03:32.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Uncrafted 1.14.4 (v.4.0.0 pre1).jar with language javafml
[05Dec2019 12:03:32.561] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/UndergroundBiomes-1.14.4-1.0-53.jar
[05Dec2019 12:03:32.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/UndergroundBiomes-1.14.4-1.0-53.jar with language javafml
[05Dec2019 12:03:32.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/unstabletools-3.5.jar
[05Dec2019 12:03:32.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/unstabletools-3.5.jar with language javafml
[05Dec2019 12:03:32.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar
[05Dec2019 12:03:32.562] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/Upgrade Aquatic Wave Three v6 - Beta 1.0.8.jar with language javafml
[05Dec2019 12:03:32.563] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/upsizer-mc1.14.4-5.0b2.jar
[05Dec2019 12:03:32.563] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/upsizer-mc1.14.4-5.0b2.jar with language javafml
[05Dec2019 12:03:32.563] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/useful_backpacks-1.14.4-1.7.4.46.jar
[05Dec2019 12:03:32.563] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/useful_backpacks-1.14.4-1.7.4.46.jar with language javafml
[05Dec2019 12:03:32.564] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/valkyrielib-3.0.0.8.jar
[05Dec2019 12:03:32.564] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/valkyrielib-3.0.0.8.jar with language javafml
[05Dec2019 12:03:32.564] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/vanillafoodpantry-mc1.14.4-5.0b3.jar
[05Dec2019 12:03:32.564] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/vanillafoodpantry-mc1.14.4-5.0b3.jar with language javafml
[05Dec2019 12:03:32.564] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/vilnames_1.14-1.4.jar
[05Dec2019 12:03:32.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/vilnames_1.14-1.4.jar with language javafml
[05Dec2019 12:03:32.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/vimion-DEV-WEEK-08-0.1-1.14.4.jar
[05Dec2019 12:03:32.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/vimion-DEV-WEEK-08-0.1-1.14.4.jar with language javafml
[05Dec2019 12:03:32.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/wandermaid-1.14.4-0.1.3.jar
[05Dec2019 12:03:32.565] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/wandermaid-1.14.4-0.1.3.jar with language javafml
[05Dec2019 12:03:32.566] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/watercan-1.14.4-2.1.0.jar
[05Dec2019 12:03:32.566] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/watercan-1.14.4-2.1.0.jar with language javafml
[05Dec2019 12:03:32.566] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/World-Stripper-1.7.2-1.14.4.jar
[05Dec2019 12:03:32.566] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/World-Stripper-1.7.2-1.14.4.jar with language javafml
[05Dec2019 12:03:32.566] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/mods/XL-Food-Mod-1.14.4-2.1.1.jar
[05Dec2019 12:03:32.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/mods/XL-Food-Mod-1.14.4-2.1.1.jar with language javafml
[05Dec2019 12:03:32.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/libraries/net/minecraftforge/forge/1.14.4-28.1.96/forge-1.14.4-28.1.96-universal.jar
[05Dec2019 12:03:32.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/libraries/net/minecraftforge/forge/1.14.4-28.1.96/forge-1.14.4-28.1.96-universal.jar with language javafml
[05Dec2019 12:03:32.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fieldtomethodtransformers with Javascript path META-INF/fieldtomethodtransformers.js
[05Dec2019 12:03:32.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/fieldtomethodtransformers.js
[05Dec2019 12:03:32.567] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Parsing mod file candidate /home/minecraft/servers/mine261304/libraries/net/minecraftforge/forge/1.14.4-28.1.96/forge-1.14.4-28.1.96-server.jar
[05Dec2019 12:03:32.568] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/minecraft/servers/mine261304/libraries/net/minecraftforge/forge/1.14.4-28.1.96/forge-1.14.4-28.1.96-server.jar with language minecraft
[05Dec2019 12:03:32.577] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 231 mandatory requirements
[05Dec2019 12:03:32.578] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mandatory mod requirements missing
[05Dec2019 12:03:32.935] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[05Dec2019 12:03:32.935] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[05Dec2019 12:03:32.935] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[05Dec2019 12:03:32.935] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[05Dec2019 12:03:32.936] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/block-statemap.js
[05Dec2019 12:03:33.002] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.002] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/item-statemap.js
[05Dec2019 12:03:33.027] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.027] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/true-infinity.js
[05Dec2019 12:03:33.037] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.037] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/sundering.js
[05Dec2019 12:03:33.044] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.044] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/enchantment-datas.js
[05Dec2019 12:03:33.055] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.055] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/tempting.js
[05Dec2019 12:03:33.061] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.062] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/reflective.js
[05Dec2019 12:03:33.066] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.066] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/item-ench.js
[05Dec2019 12:03:33.070] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.070] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/calc-stack-ench.js
[05Dec2019 12:03:33.075] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.075] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/container-repair.js
[05Dec2019 12:03:33.082] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.082] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/at-container-repair.js
[05Dec2019 12:03:33.088] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.089] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/gui-repair.js
[05Dec2019 12:03:33.093] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.093] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/combat-rules.js
[05Dec2019 12:03:33.123] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.124] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/fishing-bobber.js
[05Dec2019 12:03:33.130] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.130] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/charm_coremod.js
[05Dec2019 12:03:33.162] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.162] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_ender_crystal.js
[05Dec2019 12:03:33.170] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.170] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_dragon_fight_manager.js
[05Dec2019 12:03:33.179] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.179] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from coremods/patch_end_gateway_tile_entity.js
[05Dec2019 12:03:33.184] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.184] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/fieldtomethodtransformers.js
[05Dec2019 12:03:33.189] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[05Dec2019 12:03:33.219] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7a904f32 to Target : METHOD {Lnet/minecraft/client/renderer/BlockModelShapes;} {func_209553_a} {(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/renderer/model/ModelResourceLocation;}
[05Dec2019 12:03:33.220] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@642505c7 to Target : METHOD {Lnet/minecraft/client/renderer/model/ModelBakery;} {processLoading} {(Lnet/minecraft/profiler/IProfiler;)V}
[05Dec2019 12:03:33.220] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4339e0de to Target : METHOD {Lnet/minecraft/item/ArrowItem;} {isInfinite} {(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z}
[05Dec2019 12:03:33.220] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@153cd6bb to Target : METHOD {Lnet/minecraft/entity/LivingEntity;} {func_70672_c} {(Lnet/minecraft/util/DamageSource;F)F}
[05Dec2019 12:03:33.220] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@61d84e08 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_185291_a} {(ILnet/minecraft/item/ItemStack;Z)Ljava/util/List;}
[05Dec2019 12:03:33.220] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2d9f64c9 to Target : METHOD {Lnet/minecraft/entity/ai/goal/TemptGoal;} {func_188508_a} {(Lnet/minecraft/item/ItemStack;)Z}
[05Dec2019 12:03:33.220] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@21ac5eb4 to Target : METHOD {Lnet/minecraft/entity/LivingEntity;} {func_190629_c} {(Lnet/minecraft/entity/EntityLivingBase;)V}
[05Dec2019 12:03:33.221] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@52d6cd34 to Target : METHOD {Lnet/minecraft/item/Item;} {func_77619_b} {()I}
[05Dec2019 12:03:33.221] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@715d6168 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77514_a} {(Ljava/util/Random;IILnet/minecraft/item/ItemStack;)I;}
[05Dec2019 12:03:33.221] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@27b2faa6 to Target : METHOD {Lnet/minecraft/inventory/container/RepairContainer;} {func_82848_d} {()V}
[05Dec2019 12:03:33.221] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6428591a to Target : METHOD {Lcom/tfar/anviltweaks/RepairContainerv2;} {updateRepairOutput} {()V}
[05Dec2019 12:03:33.221] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7397c6 to Target : METHOD {Lnet/minecraft/client/gui/screen/inventory/AnvilScreen;} {func_146979_b} {(II)V}
[05Dec2019 12:03:33.221] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1abfe081 to Target : METHOD {Lnet/minecraft/util/CombatRules;} {func_188401_b} {(FF)F}
[05Dec2019 12:03:33.221] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@2a685eba to Target : METHOD {Lnet/minecraft/entity/projectile/FishingBobberEntity;} {func_190621_a} {(Lnet/minecraft/util/math/BlockPos;)V}
[05Dec2019 12:03:33.222] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@c2e3264 to Target : METHOD {Lnet/minecraftforge/common/brewing/BrewingRecipeRegistry;} {isValidInput} {(Lnet/minecraft/item/ItemStack;)Z}
[05Dec2019 12:03:33.222] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@107f4980 to Target : METHOD {Lnet/minecraft/item/PotionItem;} {func_77636_d} {(Lnet/minecraft/item/ItemStack;)Z}
[05Dec2019 12:03:33.222] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@75a118e6 to Target : METHOD {Lnet/minecraft/inventory/container/RepairContainer$2;} {func_82869_a} {(Lnet/minecraft/entity/player/PlayerEntity;)Z}
[05Dec2019 12:03:33.222] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1d540566 to Target : METHOD {Lnet/minecraft/client/renderer/entity/layers/ArmorLayer;} {func_188361_a} {(Lnet/minecraft/entity/LivingEntity;FFFFFFFLnet/minecraft/inventory/EquipmentSlotType;)V}
[05Dec2019 12:03:33.222] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6014a9ba to Target : METHOD {Lnet/minecraft/tileentity/BeaconTileEntity;} {func_146000_x} {()V}
[05Dec2019 12:03:33.222] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@acdcf71 to Target : METHOD {Lnet/minecraft/item/ItemStack;} {func_96631_a} {(ILjava/util/Random;Lnet/minecraft/entity/player/ServerPlayerEntity;)Z}
[05Dec2019 12:03:33.222] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@77d680e6 to Target : METHOD {Lnet/minecraft/entity/monster/HuskEntity;} {func_223334_b} {(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/IWorld;Lnet/minecraft/entity/SpawnReason;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)Z}
[05Dec2019 12:03:33.223] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4a14c44f to Target : METHOD {Lnet/minecraft/block/ComposterBlock;} {func_220051_a} {(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/util/math/BlockRayTraceResult;)Z}
[05Dec2019 12:03:33.223] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@f08fdce to Target : METHOD {Lnet/minecraft/client/audio/MusicTicker;} {func_73660_a} {()V}
[05Dec2019 12:03:33.223] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6bda1d19 to Target : METHOD {Lnet/minecraft/client/audio/MusicTicker;} {func_209200_a} {()V}
[05Dec2019 12:03:33.223] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@28c86134 to Target : METHOD {Lnet/minecraft/client/audio/MusicTicker;} {func_209100_b} {(Lnet/minecraft/client/audio/MusicTicker$MusicType;)Z}
[05Dec2019 12:03:33.223] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4492eede to Target : METHOD {Lnet/minecraft/entity/item/EnderCrystalEntity;} {func_70071_h_} {()V}
[05Dec2019 12:03:33.223] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@cbc8d0f to Target : METHOD {Lnet/minecraft/world/end/DragonFightManager;} {func_186094_a} {(Z)V}
[05Dec2019 12:03:33.224] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@37b57b54 to Target : METHOD {Lnet/minecraft/world/end/DragonFightManager;} {func_186089_a} {(Lnet/minecraft/util/math/BlockPos;)V}
[05Dec2019 12:03:33.224] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@5c1f6d57 to Target : METHOD {Lnet/minecraft/tileentity/EndGatewayTileEntity;} {func_195492_c} {(Lnet/minecraft/util/math/BlockPos;)V}
[05Dec2019 12:03:33.224] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6794ac0b to Target : CLASS {Lnet/minecraft/potion/EffectInstance;} {} {V}
[05Dec2019 12:03:33.224] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7be71476 to Target : CLASS {Lnet/minecraft/block/FlowingFluidBlock;} {} {V}
[05Dec2019 12:03:33.224] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5cb5bb88 to Target : CLASS {Lnet/minecraft/item/BucketItem;} {} {V}
[05Dec2019 12:03:33.224] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@17b6d426 to Target : CLASS {Lnet/minecraft/block/StairsBlock;} {} {V}
[05Dec2019 12:03:33.224] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5580d62f to Target : CLASS {Lnet/minecraft/block/FlowerPotBlock;} {} {V}
[05Dec2019 12:03:33.225] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[05Dec2019 12:03:33.233] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[05Dec2019 12:03:33.693] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70672_c with desc (Lnet/minecraft/util/DamageSource;F)F
[05Dec2019 12:03:34.334] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_77619_b with desc ()I
[05Dec2019 12:03:34.958] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowingFluidBlock
[05Dec2019 12:03:35.081] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/StairsBlock
[05Dec2019 12:03:35.273] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowerPotBlock
[05Dec2019 12:03:35.397] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_220051_a with desc (Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/util/math/BlockRayTraceResult;)Z
[05Dec2019 12:03:36.467] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_146000_x with desc ()V
[05Dec2019 12:03:36.535] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82848_d with desc ()V
[05Dec2019 12:03:36.649] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_195492_c with desc (Lnet/minecraft/util/math/BlockPos;)V
[05Dec2019 12:03:37.735] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_188508_a with desc (Lnet/minecraft/item/ItemStack;)Z
[05Dec2019 12:03:38.133] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70071_h_ with desc ()V
[05Dec2019 12:03:38.361] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_223334_b with desc (Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/IWorld;Lnet/minecraft/entity/SpawnReason;Lnet/minecraft/util/math/BlockPos;Ljava/util/Random;)Z
[05Dec2019 12:03:38.449] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_96631_a with desc (ILjava/util/Random;Lnet/minecraft/entity/player/ServerPlayerEntity;)Z
[05Dec2019 12:03:40.426] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming isInfinite with desc (Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z
[05Dec2019 12:03:40.457] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/BucketItem
[05Dec2019 12:03:40.660] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/potion/EffectInstance
[05Dec2019 12:03:40.678] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190621_a with desc (Lnet/minecraft/util/math/BlockPos;)V
[05Dec2019 12:03:42.224] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82869_a with desc (Lnet/minecraft/entity/player/PlayerEntity;)Z
[05Dec2019 12:03:42.825] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[05Dec2019 12:03:42.826] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[05Dec2019 12:03:42.827] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[05Dec2019 12:03:42.828] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[05Dec2019 12:03:42.829] [main/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[05Dec2019 12:03:42.920] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 1.14.4
[05Dec2019 12:03:43.025] [Server thread/DEBUG] [net.minecraftforge.fml.ForgeI18n/CORE]: Loading I18N data entries: 4468
[05Dec2019 12:03:43.238] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/CORE]: Loading Network data for FML net version: FML2
[05Dec2019 12:03:43.257] [Server thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Using 3 threads for parallel mod-loading
[05Dec2019 12:03:43.260] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.265] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.270] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for org.cyclops.cyclopscore.CyclopsCore with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.281] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass org.cyclops.cyclopscore.CyclopsCore with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.282] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.284] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaLanguageProvider$/LOADING]: Loading ScalaModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.284] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Creating scala container Class: com.yogpc.qp.QuarryPlus, with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.288] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.288] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.288] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for org.jwaresoftware.mcmods.upsizer.Upsizer with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.289] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass org.jwaresoftware.mcmods.upsizer.Upsizer with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.289] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.289] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.289] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.villagernames.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.289] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.villagernames.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.290] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.290] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.290] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.wuest.prefab.Prefab with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.290] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.wuest.prefab.Prefab with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.290] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.290] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.291] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for tv.mapper.embellishcraftbop.EmbellishCraftBOP with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.291] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass tv.mapper.embellishcraftbop.EmbellishCraftBOP with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.291] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.291] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.291] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.kaneka.planttech2.PlantTechMain with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.322] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.kaneka.planttech2.PlantTechMain with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.322] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.322] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.322] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.silentchaos512.mechanisms.SilentMechanisms with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.silentchaos512.mechanisms.SilentMechanisms with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.325] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for fr.mathieu.mcfurnace.utils.MCFurnaceMain with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.326] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass fr.mathieu.mcfurnace.utils.MCFurnaceMain with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.326] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.326] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.326] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.kleeslabs.KleeSlabs with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.327] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.kleeslabs.KleeSlabs with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.327] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.327] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.327] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.axelrindle.chickendropfeathersmod.ChickenDropFeathersMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.327] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.axelrindle.chickendropfeathersmod.ChickenDropFeathersMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.327] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.327] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.327] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for wile.rsgauges.ModRsGauges with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.330] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass wile.rsgauges.ModRsGauges with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.330] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.330] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.330] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blakebr0.ironjetpacks.IronJetpacks with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.331] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.blakebr0.ironjetpacks.IronJetpacks with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.331] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.331] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.331] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mods.coffeespawner.CoffeeSpawner with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.331] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mods.coffeespawner.CoffeeSpawner with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.331] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.331] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.331] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.cookingforblockheads.CookingForBlockheads with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.334] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.cookingforblockheads.CookingForBlockheads with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.334] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.334] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.334] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.placebo.Placebo with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.335] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.placebo.Placebo with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.335] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.335] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.336] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tfar.dankstorage.DankStorage with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.361] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tfar.dankstorage.DankStorage with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.361] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.361] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.361] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.simibubi.mightyarchitect.TheMightyArchitect with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.362] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.simibubi.mightyarchitect.TheMightyArchitect with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.362] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.362] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.362] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.raoulvdberge.rangedpumps.RangedPumps with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.363] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.raoulvdberge.rangedpumps.RangedPumps with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.363] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.363] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.363] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xxrexraptorxx.main.Uncrafted with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.364] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xxrexraptorxx.main.Uncrafted with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.364] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.364] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.364] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.kwpugh.veggie_way.VeggieWay with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.440] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.kwpugh.veggie_way.VeggieWay with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.440] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.440] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.440] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for info.u_team.u_team_core.UCoreMain with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.443] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass info.u_team.u_team_core.UCoreMain with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.443] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.443] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.443] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.direwolf20.buildinggadgets.common.BuildingGadgets with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.444] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.direwolf20.buildinggadgets.common.BuildingGadgets with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.445] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.445] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.445] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tfar.unstabletools.UnstableTools with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tfar.unstabletools.UnstableTools with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.447] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.forgivingvoid.ForgivingVoid with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.449] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.forgivingvoid.ForgivingVoid with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.449] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.449] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.449] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.apotheosis.Apotheosis with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.458] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.apotheosis.Apotheosis with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.458] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.458] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.458] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.allloot.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.458] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.allloot.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.458] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.458] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.458] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.quetzi.morpheus.Morpheus with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.460] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.quetzi.morpheus.Morpheus with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.460] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.460] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.460] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for al132.speedyhoppers.SpeedyHoppers with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.462] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass al132.speedyhoppers.SpeedyHoppers with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.462] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.462] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.462] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for locusway.colorfulhealthbar.ColorfulHealthBar with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.463] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass locusway.colorfulhealthbar.ColorfulHealthBar with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.463] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.463] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.463] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for slimeknights.tmechworks.TMechworks with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.464] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass slimeknights.tmechworks.TMechworks with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.464] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.464] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.464] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mod.krevik.expore.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.465] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `exp_ore` for name `block_exp_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:43.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mod.krevik.expore.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.466] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for org.cyclops.energeticsheep.EnergeticSheep with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.472] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass org.cyclops.energeticsheep.EnergeticSheep with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.472] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.472] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.472] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for moriyashiine.respawnablepets.RespawnablePets with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.473] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass moriyashiine.respawnablepets.RespawnablePets with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.473] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.473] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.473] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for al132.quirkygenerators.QuirkyGenerators with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.479] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass al132.quirkygenerators.QuirkyGenerators with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.479] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.479] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.479] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for epicsquid.mysticallib.MysticalLib with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.481] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass epicsquid.mysticallib.MysticalLib with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.481] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.481] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.481] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.raoulvdberge.refinedstorage.RS with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.500] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.raoulvdberge.refinedstorage.RS with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.500] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.500] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.500] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mcwbridges.kikoz.MacawsBridges with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.501] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mcwbridges.kikoz.MacawsBridges with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.501] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.501] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.501] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for info.u_team.useful_backpacks.UsefulBackpacksMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.502] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass info.u_team.useful_backpacks.UsefulBackpacksMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.502] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.502] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.502] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.xalcon.torchmaster.Torchmaster with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.503] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.xalcon.torchmaster.Torchmaster with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.503] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.503] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.503] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for tv.mapper.embellishcraft.EmbellishCraft with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.504] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass tv.mapper.embellishcraft.EmbellishCraft with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.504] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.504] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.504] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for thetestmod.bettercrates.BetterCrates with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.505] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass thetestmod.bettercrates.BetterCrates with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.505] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.505] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.505] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for biomesoplenty.core.BiomesOPlenty with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.507] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass biomesoplenty.core.BiomesOPlenty with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.507] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.507] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.507] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for teammaid.wandermaid.WanderMaid with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.511] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity wandermaid.wandermaid
[05Dec2019 12:03:43.511] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass teammaid.wandermaid.WanderMaid with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.511] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.511] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.511] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.valkyrieofnight.vlib.VLib with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.522] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.valkyrieofnight.vlib.VLib with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.522] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.522] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.522] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.ichun.letsleepingdogslie.common.LetSleepingDogsLie with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.523] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass me.ichun.letsleepingdogslie.common.LetSleepingDogsLie with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.523] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.523] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.523] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for tk.deltawolf.sea.Seafaring with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.524] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass tk.deltawolf.sea.Seafaring with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.524] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.524] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.524] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.silentchaos512.gear.SilentGear with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.silentchaos512.gear.SilentGear with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.531] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.polyvalord.extcaves.ExtCaves with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.533] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.polyvalord.extcaves.ExtCaves with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.533] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.533] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.533] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.flanks255.simplylight.SimplyLight with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.541] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.flanks255.simplylight.SimplyLight with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.541] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.541] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.541] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for enemeez.simplefarming.SimpleFarming with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.544] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass enemeez.simplefarming.SimpleFarming with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.544] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.544] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.544] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.rbs.slurpiesdongles.SlurpiesDongles with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.545] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.rbs.slurpiesdongles.SlurpiesDongles with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.545] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.545] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.545] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.buuz135.portality.Portality with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.549] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.buuz135.portality.Portality with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.549] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.psychward.sisser.Sisser with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.psychward.sisser.Sisser with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.550] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for ovh.corail.flying_things.ModFlyingThings with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.551] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass ovh.corail.flying_things.ModFlyingThings with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.551] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.551] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.551] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for ovh.corail.woodcutter.WoodCutterMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.552] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass ovh.corail.woodcutter.WoodCutterMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.552] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.552] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.552] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for org.jwaresoftware.mcmods.lib.CarrotsLib with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.553] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass org.jwaresoftware.mcmods.lib.CarrotsLib with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.553] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.553] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.553] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for org.jwaresoftware.mcmods.vfp.VanillaFoodPantry with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.573] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass org.jwaresoftware.mcmods.vfp.VanillaFoodPantry with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.574] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.574] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.574] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for tv.mapper.roadstuff.RoadStuff with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.577] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass tv.mapper.roadstuff.RoadStuff with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.577] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.577] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.577] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for lumien.randomthings.RandomThings with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.578] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass lumien.randomthings.RandomThings with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.578] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.578] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.578] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.kwpugh.ring_of_miner.RingOfMiner with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.kwpugh.ring_of_miner.RingOfMiner with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.579] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for oreexcavation.core.OreExcavation with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass oreexcavation.core.OreExcavation with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.579] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.denismasterherobrine.angelring.AngelRing with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.581] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.denismasterherobrine.angelring.AngelRing with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.581] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.581] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.581] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for flexible_skills.FlexibleSkillsMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.581] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass flexible_skills.FlexibleSkillsMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.582] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.582] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.582] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.kwpugh.gobber2.Gobber2 with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.583] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.kwpugh.gobber2.Gobber2 with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.583] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.583] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.583] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.cryingghasts.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.583] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.cryingghasts.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.583] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.583] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.583] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for wtf.choco.pottedbushes.PottedBushes with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.584] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass wtf.choco.pottedbushes.PottedBushes with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.584] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.584] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.584] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mcwroofs.kikoz.MacawsRoofs with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.585] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mcwroofs.kikoz.MacawsRoofs with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.585] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.585] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.585] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mrcrayfish.furniture.FurnitureMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.587] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mrcrayfish.furniture.FurnitureMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.587] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.587] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.587] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.shulkerdropstwo.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.587] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.shulkerdropstwo.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.587] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.587] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.587] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for bl4ckscor3.mod.globalxp.GlobalXP with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.589] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass bl4ckscor3.mod.globalxp.GlobalXP with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.589] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.589] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.589] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.mcreator.hsbdry.hsbdry with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.619] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.mcreator.hsbdry.hsbdry with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.619] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.619] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.619] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for svenhjol.charm.Charm with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.623] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass svenhjol.charm.Charm with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.623] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.623] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.623] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for kdp.instantunify.InstantUnify with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.626] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass kdp.instantunify.InstantUnify with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.626] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.626] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.626] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.kowloon.moredogs.core.MoreDogs with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.627] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.kowloon.moredogs.core.MoreDogs with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.627] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.627] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.627] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.minecraftforge.lex.cfd.CobbleForDays with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.646] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.minecraftforge.lex.cfd.CobbleForDays with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.647] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.647] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.647] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.olafkeijsers.fastleafdecay.FastLeafDecay with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.648] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.olafkeijsers.fastleafdecay.FastLeafDecay with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.648] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.648] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.648] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.black_dog20.servertabinfo.ServerTabInfo with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.651] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.black_dog20.servertabinfo.ServerTabInfo with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.651] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.651] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.651] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.prettybeaches.PrettyBeaches with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.652] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.prettybeaches.PrettyBeaches with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.652] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.652] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.652] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.gigabit101.quantumstorage.QuantumStorage with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.655] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.gigabit101.quantumstorage.QuantumStorage with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.655] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.655] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.655] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for ovh.corail.corail_pillar.ModPillar with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.656] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass ovh.corail.corail_pillar.ModPillar with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.656] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.656] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.656] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.automaticdoors.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.657] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.automaticdoors.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.657] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.657] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.657] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.infinitetrading.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.657] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.infinitetrading.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.657] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.657] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.657] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.sauuuuucey.sauuuuuceysfarming.SauuuuuceysFarming with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.658] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.sauuuuucey.sauuuuuceysfarming.SauuuuuceysFarming with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.658] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.658] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.658] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tfar.infinitewatersource.InfiniteWaterSource with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.660] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tfar.infinitewatersource.InfiniteWaterSource with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.660] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.660] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.660] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blakebr0.cucumber.Cucumber with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.661] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.blakebr0.cucumber.Cucumber with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.661] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.661] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.661] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.cjm721.overloaded.Overloaded with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.665] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.cjm721.overloaded.Overloaded with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.665] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.665] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.665] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.oitsjustjose.persistentbits.PersistentBits with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.668] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.oitsjustjose.persistentbits.PersistentBits with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.668] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.668] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.668] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mezz.jei.JustEnoughItems with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.669] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mezz.jei.JustEnoughItems with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.669] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.669] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.669] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for org.cyclops.everlastingabilities.EverlastingAbilities with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.695] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass org.cyclops.everlastingabilities.EverlastingAbilities with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.695] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.695] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.695] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.emosewapixel.giftfromthegods.GiftFromTheGods with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.696] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.emosewapixel.giftfromthegods.GiftFromTheGods with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.696] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.696] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.696] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.despawningeggshatch.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.697] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.despawningeggshatch.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.697] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.697] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.697] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.699] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.699] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.699] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.699] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.pugz.bloomful.core.Bloomful with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.701] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.pugz.bloomful.core.Bloomful with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.701] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.701] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.701] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.themastergeneral.ctdcore.CTDCore with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.701] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.themastergeneral.ctdcore.CTDCore with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.701] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.701] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.701] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cofh.ensorcellation.Ensorcellation with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.720] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass cofh.ensorcellation.Ensorcellation with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.720] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.720] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.720] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.simibubi.create.Create with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.723] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.simibubi.create.Create with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.723] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.723] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.723] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blamejared.clumps.Clumps with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.730] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity clumps:xp_orb_big
[05Dec2019 12:03:43.731] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.blamejared.clumps.Clumps with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.731] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.731] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.731] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.kwpugh.ring_of_repair.RingOfRepair with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.732] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.kwpugh.ring_of_repair.RingOfRepair with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.732] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.732] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.732] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.valkyrieofnight.enviromats.EnviroMats with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.743] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.valkyrieofnight.enviromats.EnviroMats with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.743] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.743] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.743] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for gigabit101.EnderBags.EnderBags with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.745] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass gigabit101.EnderBags.EnderBags with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.745] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.745] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.745] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.lothrazar.storagenetwork.StorageNetwork with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.747] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.lothrazar.storagenetwork.StorageNetwork with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.747] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.747] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.747] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for lime.chunk_claim.ChunkClaim with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.748] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass lime.chunk_claim.ChunkClaim with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.748] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.748] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.748] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.cscot.basicnetherores.BasicNetherOres with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.749] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.cscot.basicnetherores.BasicNetherOres with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.749] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.749] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.749] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.laton95.pyramidplunder.PyramidPlunder with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.753] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.laton95.pyramidplunder.PyramidPlunder with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.753] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.753] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.753] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for ovh.corail.corail_pillar_extension_biomesoplenty.CorailPillarExtensionBiomesoplentyMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.754] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass ovh.corail.corail_pillar_extension_biomesoplenty.CorailPillarExtensionBiomesoplentyMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.754] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.754] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.754] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for wile.engineerstools.ModEngineersTools with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.758] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass wile.engineerstools.ModEngineersTools with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.758] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.758] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.758] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xiroc.dungeoncrawl.DungeonCrawl with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.759] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xiroc.dungeoncrawl.DungeonCrawl with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.759] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.759] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.759] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for its_meow.betteranimalsplus.BetterAnimalsPlusMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.761] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass its_meow.betteranimalsplus.BetterAnimalsPlusMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.761] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.761] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.761] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.kwpugh.ring_of_teleport.RingOfTeleport with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.763] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.kwpugh.ring_of_teleport.RingOfTeleport with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.763] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.763] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.763] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for cofh.core.CoFHCore with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.763] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass cofh.core.CoFHCore with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.763] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.763] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.763] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for endergeticexpansion.core.EndergeticExpansion with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.765] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass endergeticexpansion.core.EndergeticExpansion with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.765] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.766] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.766] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for al132.alib.ALib with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.766] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass al132.alib.ALib with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.766] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.766] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.766] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mcjty.lib.McJtyLib with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.771] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mcjty.lib.McJtyLib with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.771] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.771] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.771] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mcjty.rftoolsbase.RFToolsBase with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.772] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mcjty.rftoolsbase.RFToolsBase with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.772] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.772] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.772] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mcjty.rftoolsstorage.RFToolsStorage with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mcjty.rftoolsstorage.RFToolsStorage with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.775] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.dismountentity.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.dismountentity.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.775] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.776] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.776] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.click.ClickMachine with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.787] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.click.ClickMachine with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.787] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.787] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.787] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.cazsius.deathquotes.DeathQuotes with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.788] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.cazsius.deathquotes.DeathQuotes with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.788] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.788] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.788] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.lerrific.easyflint.EasyFlint with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.789] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.lerrific.easyflint.EasyFlint with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.789] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.789] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.789] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for gigaherz.packingtape.PackingTapeMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.790] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass gigaherz.packingtape.PackingTapeMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.790] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.790] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.790] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for trainerlord.craftingspawn.CraftingSpawn with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.790] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass trainerlord.craftingspawn.CraftingSpawn with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.791] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.791] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.791] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.direwolf20.mininggadgets.MiningGadgets with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.792] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.direwolf20.mininggadgets.MiningGadgets with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.792] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.792] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.792] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for epicsquid.mysticalworld.MysticalWorld with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.802] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass epicsquid.mysticalworld.MysticalWorld with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.802] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.802] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.802] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.melanx.extradisks.ExtraDisks with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.803] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.melanx.extradisks.ExtraDisks with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.803] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.803] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.803] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.minecraftforge.common.ForgeMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.821] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.minecraftforge.common.ForgeMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.822] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.822] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.822] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.canitzp.feederhelmet.FeederHelmet with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.824] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `feederhelmet` for name `feeder_helmet_module`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:43.825] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.canitzp.feederhelmet.FeederHelmet with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.825] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.825] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.825] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.tardis.mod.Tardis with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.827] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.tardis.mod.Tardis with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.827] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.827] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.827] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.zathrox.explorercraft.core.Explorercraft with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.828] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.zathrox.explorercraft.core.Explorercraft with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.828] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.828] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.828] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.themastergeneral.moglowstone.MoGlowstone with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.830] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.themastergeneral.moglowstone.MoGlowstone with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.830] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.830] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.830] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.progwml6.ironchest.IronChest with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.833] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.progwml6.ironchest.IronChest with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.833] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.833] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.833] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.gmail.rohzek.dive.main.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.834] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.gmail.rohzek.dive.main.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.834] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.834] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.834] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for network.pxl8.colouredchat.ColouredChat with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.835] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass network.pxl8.colouredchat.ColouredChat with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.835] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.837] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.837] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.837] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mcjty.rftoolsutility.RFToolsUtility with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.840] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mcjty.rftoolsutility.RFToolsUtility with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.841] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.841] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.841] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mcjty.theoneprobe.TheOneProbe with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.847] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mcjty.theoneprobe.TheOneProbe with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.847] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.847] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.847] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for yalter.mousetweaks.forge.MouseTweaksForge with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.848] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass yalter.mousetweaks.forge.MouseTweaksForge with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.848] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.848] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.848] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.codetaylor.mc.watercan.ModWatercan with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.849] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.codetaylor.mc.watercan.ModWatercan with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.849] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.849] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.849] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.hrznstudio.titanium.Titanium with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.852] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.hrznstudio.titanium.Titanium with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.852] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.852] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.852] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.aang23.undergroundbiomes.UndergroundBiomes with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.854] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.aang23.undergroundbiomes.UndergroundBiomes with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.854] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.854] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.854] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.silentchaos512.lib.SilentLib with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.857] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.silentchaos512.lib.SilentLib with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.857] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.857] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.857] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for ovh.corail.travel_bag.ModTravelBag with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.859] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass ovh.corail.travel_bag.ModTravelBag with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.859] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.859] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.859] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.stereowalker.combat.Combat with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:43.997] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `flowing_oil`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:43.997] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `oil`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:43.999] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `oil`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:43.999] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `copper_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:43.999] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `pasquem_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:43.999] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `tridox_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.000] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `pelgan_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.000] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `lozyne_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.033] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `pyranite_ore`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.033] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `copper_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.033] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `pasquem_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.034] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `tridox_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.034] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `pelgan_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.034] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `lozyne_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.034] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `steel_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.035] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `copper_bars`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.036] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `copper_door`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.037] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `copper_trapdoor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.041] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.041] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_button`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.042] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_door`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.042] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_fence_gate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.044] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_fence`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.044] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_leaves`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.044] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.045] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_planks`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.045] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_pressure_plate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.047] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_sapling`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.048] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.048] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.049] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.049] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_trapdoor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.052] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.052] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.052] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `ausldine_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.052] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `stripped_ausldine_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.053] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `stripped_ausldine_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.053] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `potted_ausldine_sapling`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.056] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.057] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_button`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.057] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_door`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.058] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_fence_gate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.060] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_fence`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.060] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.060] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_planks`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.060] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_pressure_plate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.060] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.061] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.062] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.063] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_trapdoor`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.063] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.063] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_wall_sign`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.063] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dead_oak_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.063] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `stripped_dead_oak_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.064] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `stripped_dead_oak_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.066] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.066] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_button`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.067] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_door`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.067] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_fence_gate`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.069] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_fence`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.069] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_leaves`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.069] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.070] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_planks`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.072] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_sapling`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.072] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.073] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_stairs`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.073] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.073] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `monoris_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.073] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `stripped_monoris_log`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.074] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `stripped_monoris_wood`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.074] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `potted_monoris_sapling`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.076] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `oak_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.076] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `oak_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.079] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dark_oak_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.079] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `dark_oak_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.082] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `spruce_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.082] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `spruce_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.084] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `birch_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.084] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `birch_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.086] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `jungle_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.087] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `jungle_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.089] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `acacia_beam`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.089] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `acacia_vertical_slab`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.089] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `corn`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.118] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `tsune`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.222] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `robin_summoner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.222] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `empty_robin_summoner`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.224] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `cardboard_box`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.224] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `acrotlest_portal`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.225] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `torch_lever`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.225] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `wall_torch_lever`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.227] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `steelmaking_furnace`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.227] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `limestone`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.227] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `acrotlest_stone`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.228] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `acrotlest_stone_furnace`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.228] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `purified_dirt`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.228] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `purified_grass_block`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.228] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `woodcutter`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.239] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `pyranite_fire`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.242] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `combat` for name `arcane_workbench`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:44.242] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.stereowalker.combat.Combat with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.243] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.243] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.243] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.kwpugh.ring_of_growth.RingOfGrowth with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.244] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.kwpugh.ring_of_growth.RingOfGrowth with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.244] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.244] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.244] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.stal111.forbidden_arcanus.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.249] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.stal111.forbidden_arcanus.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.249] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.249] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.249] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.alwaysawitherskull.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.250] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.alwaysawitherskull.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.250] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.250] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaLanguageProvider$/LOADING]: Loading ScalaModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.250] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Creating scala container Class: com.kotori316.fluidtank.FluidTank, with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.250] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.250] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.250] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.maxhenkel.car.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.maxhenkel.car.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.356] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mcjty.rftoolsbuilder.RFToolsBuilder with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.358] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mcjty.rftoolsbuilder.RFToolsBuilder with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.358] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.358] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.358] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.drizzs.foamdome.FoamDome with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.359] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.drizzs.foamdome.FoamDome with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.359] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.359] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.359] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for slimeknights.mantle.Mantle with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.361] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass slimeknights.mantle.Mantle with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.361] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.361] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.361] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.maxhenkel.gravestone.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.362] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.maxhenkel.gravestone.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.362] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.362] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.362] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.fastbench.FastBench with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.369] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.fastbench.FastBench with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.369] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.369] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.369] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.jaquadro.minecraft.storagedrawers.StorageDrawers with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.372] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.jaquadro.minecraft.storagedrawers.StorageDrawers with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.372] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.372] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.372] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for tehnut.harvest.Harvest with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.373] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass tehnut.harvest.Harvest with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.373] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.373] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.373] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for knightminer.simplytea.SimplyTea with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.374] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass knightminer.simplytea.SimplyTea with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.374] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.374] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.374] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.dragondropselytra.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.374] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.dragondropselytra.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.374] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.374] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.374] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.fastfurnace.FastFurnace with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.377] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.fastfurnace.FastFurnace with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.377] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.377] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.377] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.ewyboy.worldstripper.WorldStripper with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.380] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.ewyboy.worldstripper.WorldStripper with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.380] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.380] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.380] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for squeek.appleskin.AppleSkin with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.381] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass squeek.appleskin.AppleSkin with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.381] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.381] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.381] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tfar.mobcatcher.MobCatcher with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.381] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tfar.mobcatcher.MobCatcher with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.381] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.381] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.381] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for wile.engineersdecor.ModEngineersDecor with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.386] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass wile.engineersdecor.ModEngineersDecor with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.386] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.386] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.386] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.tfar.simplecoloredblocks.SimpleColoredBlocks with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.387] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.tfar.simplecoloredblocks.SimpleColoredBlocks with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.387] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.387] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.387] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.refinedrelocation.RefinedRelocation with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.390] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.refinedrelocation.RefinedRelocation with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.390] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.390] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.390] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.androsa.nifty.NiftyMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.391] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.androsa.nifty.NiftyMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.391] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.391] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.391] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.netherportalspread.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.392] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.netherportalspread.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.392] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.392] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.392] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.silentchaos512.gems.SilentGems with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.423] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.silentchaos512.gems.SilentGems with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.424] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.424] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.424] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.darkhax.friendlyfire.FriendlyFire with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.425] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.darkhax.friendlyfire.FriendlyFire with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.425] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.425] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.425] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mariot7.xlfoodmod.XLFoodMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.427] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mariot7.xlfoodmod.XLFoodMod with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.427] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.427] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.427] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for lykrast.mysticalwildlife.core.MysticalWildlife with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.428] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass lykrast.mysticalwildlife.core.MysticalWildlife with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.428] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.428] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.428] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.lothrazar.elementaryores.ModElemOres with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.432] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.lothrazar.elementaryores.ModElemOres with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.432] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.432] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.432] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for gerflargle.taffydaf.TaffyDAF with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.433] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass gerflargle.taffydaf.TaffyDAF with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.433] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.433] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.433] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.maciej916.maessentials.MaEssentials with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.434] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.maciej916.maessentials.MaEssentials with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.434] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.434] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.434] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mushroommantoad.mmpmod.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.436] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mushroommantoad.mmpmod.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.436] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.436] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.436] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for edivad.solargeneration.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.440] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass edivad.solargeneration.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.440] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.440] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.440] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.slashking.luckyores.LuckyOres with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.465] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.slashking.luckyores.LuckyOres with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.466] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.petnames.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.petnames.Main with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.466] [Server thread/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 - got cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.467] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for hugman.mubble.Mubble with classLoader cpw.mods.modlauncher.TransformingClassLoader@5e2a3040 & cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.468] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass hugman.mubble.Mubble with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:44.475] [Server thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Dispatching parallel event LifecycleEvent:CONSTRUCT
[05Dec2019 12:03:44.480] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance simplytea of type knightminer.simplytea.SimplyTea
[05Dec2019 12:03:44.480] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance endergetic of type endergeticexpansion.core.EndergeticExpansion
[05Dec2019 12:03:44.480] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance corail_woodcutter of type ovh.corail.woodcutter.WoodCutterMod
[05Dec2019 12:03:44.483] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance corail_woodcutter of type ovh.corail.woodcutter.WoodCutterMod
[05Dec2019 12:03:44.483] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for corail_woodcutter
[05Dec2019 12:03:44.524] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corail_woodcutter
[05Dec2019 12:03:44.532] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.woodcutter.registry.ModRecipeSerializers to MOD
[05Dec2019 12:03:44.547] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file simplytea-server.toml for simplytea tracking
[05Dec2019 12:03:44.548] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance simplytea of type knightminer.simplytea.SimplyTea
[05Dec2019 12:03:44.549] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for simplytea
[05Dec2019 12:03:44.549] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for simplytea
[05Dec2019 12:03:44.549] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing knightminer.simplytea.core.Registration to MOD
[05Dec2019 12:03:44.549] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.woodcutter.registry.ModPointOfInterestTypes to MOD
[05Dec2019 12:03:44.549] [modloading-worker-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_186089_a with desc (Lnet/minecraft/util/math/BlockPos;)V
[05Dec2019 12:03:44.552] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.woodcutter.registry.ModContainers to MOD
[05Dec2019 12:03:44.555] [modloading-worker-1/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_186094_a with desc (Z)V
[05Dec2019 12:03:44.556] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing knightminer.simplytea.core.Events to FORGE
[05Dec2019 12:03:44.559] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.woodcutter.registry.ModBlocks to MOD
[05Dec2019 12:03:44.560] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for corail_woodcutter
[05Dec2019 12:03:44.560] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance carrots of type org.jwaresoftware.mcmods.lib.CarrotsLib
[05Dec2019 12:03:44.561] [modloading-worker-2/INFO] [CRT/]: Carrots Lib mod constructor called
[05Dec2019 12:03:44.565] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing knightminer.simplytea.core.Config to MOD
[05Dec2019 12:03:44.565] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for simplytea
[05Dec2019 12:03:44.565] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dde of type com.natamus.dragondropselytra.Main
[05Dec2019 12:03:44.620] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dde of type com.natamus.dragondropselytra.Main
[05Dec2019 12:03:44.620] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dde
[05Dec2019 12:03:44.620] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dde
[05Dec2019 12:03:44.620] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.dragondropselytra.events.DragonEvent to FORGE
[05Dec2019 12:03:44.622] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dde
[05Dec2019 12:03:44.622] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance fastfurnace of type shadows.fastfurnace.FastFurnace
[05Dec2019 12:03:44.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance fastfurnace of type shadows.fastfurnace.FastFurnace
[05Dec2019 12:03:44.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for fastfurnace
[05Dec2019 12:03:44.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastfurnace
[05Dec2019 12:03:44.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for fastfurnace
[05Dec2019 12:03:44.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance worldstripper of type com.ewyboy.worldstripper.WorldStripper
[05Dec2019 12:03:44.628] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file worldstripper-common.toml for worldstripper tracking
[05Dec2019 12:03:44.628] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance worldstripper of type com.ewyboy.worldstripper.WorldStripper
[05Dec2019 12:03:44.628] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for worldstripper
[05Dec2019 12:03:44.628] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for worldstripper
[05Dec2019 12:03:44.628] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for worldstripper
[05Dec2019 12:03:44.628] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance appleskin of type squeek.appleskin.AppleSkin
[05Dec2019 12:03:44.631] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file appleskin-client.toml for appleskin tracking
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance appleskin of type squeek.appleskin.AppleSkin
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for appleskin
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for appleskin
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for appleskin
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mobcatcher of type com.tfar.mobcatcher.MobCatcher
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mobcatcher of type com.tfar.mobcatcher.MobCatcher
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mobcatcher
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mobcatcher
[05Dec2019 12:03:44.632] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.mobcatcher.MobCatcher$RegistryEvents to MOD
[05Dec2019 12:03:44.651] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mobcatcher
[05Dec2019 12:03:44.651] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance engineersdecor of type wile.engineersdecor.ModEngineersDecor
[05Dec2019 12:03:44.654] [modloading-worker-2/INFO] [CRT/]: Potion type converter hook initialized successfully!
[05Dec2019 12:03:44.757] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file engineersdecor-common.toml for engineersdecor tracking
[05Dec2019 12:03:44.757] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file engineersdecor-client.toml for engineersdecor tracking
[05Dec2019 12:03:44.758] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance engineersdecor of type wile.engineersdecor.ModEngineersDecor
[05Dec2019 12:03:44.758] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for engineersdecor
[05Dec2019 12:03:44.758] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for engineersdecor
[05Dec2019 12:03:44.758] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing wile.engineersdecor.ModEngineersDecor$ForgeEvents to MOD
[05Dec2019 12:03:44.835] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for engineersdecor
[05Dec2019 12:03:44.835] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance simplecoloredblocks of type com.tfar.simplecoloredblocks.SimpleColoredBlocks
[05Dec2019 12:03:44.835] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance simplecoloredblocks of type com.tfar.simplecoloredblocks.SimpleColoredBlocks
[05Dec2019 12:03:44.835] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for simplecoloredblocks
[05Dec2019 12:03:44.835] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for simplecoloredblocks
[05Dec2019 12:03:44.835] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.simplecoloredblocks.SimpleColoredBlocks$RegistryEvents to MOD
[05Dec2019 12:03:44.853] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance carrots of type org.jwaresoftware.mcmods.lib.CarrotsLib
[05Dec2019 12:03:44.853] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for carrots
[05Dec2019 12:03:44.853] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for carrots
[05Dec2019 12:03:44.853] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing org.jwaresoftware.mcmods.lib.CarrotsLib to MOD
[05Dec2019 12:03:44.853] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for carrots
[05Dec2019 12:03:44.853] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance vanillafoodpantry of type org.jwaresoftware.mcmods.vfp.VanillaFoodPantry
[05Dec2019 12:03:44.858] [modloading-worker-2/INFO] [VFP/]: Vanilla Food Pantry mod constructor called
[05Dec2019 12:03:44.925] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.simplecoloredblocks.ItemColorWheel to FORGE
[05Dec2019 12:03:44.934] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for simplecoloredblocks
[05Dec2019 12:03:44.934] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance refinedrelocation of type net.blay09.mods.refinedrelocation.RefinedRelocation
[05Dec2019 12:03:44.938] [modloading-worker-2/INFO] [CRT.CFG/]: Loading config file /home/minecraft/servers/mine261304/config/wabbity_vanillafoodpantry.toml
[05Dec2019 12:03:44.938] [modloading-worker-2/DEBUG] [CRT/]: Config definition (S) for vanillafoodpantry
[05Dec2019 12:03:44.945] [modloading-worker-2/DEBUG] [CRT/]: Config definition (E) for vanillafoodpantry
[05Dec2019 12:03:44.946] [modloading-worker-2/INFO] [VFP/]: Starting[B] DS...
[05Dec2019 12:03:45.019] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance endergetic of type endergeticexpansion.core.EndergeticExpansion
[05Dec2019 12:03:45.020] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for endergetic
[05Dec2019 12:03:45.020] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for endergetic
[05Dec2019 12:03:45.020] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.other.EERegistryReplacements to MOD
[05Dec2019 12:03:45.022] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.other.EECapabilities to FORGE
[05Dec2019 12:03:45.024] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EETileEntities to MOD
[05Dec2019 12:03:45.028] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EESounds to MOD
[05Dec2019 12:03:45.030] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEItems to MOD
[05Dec2019 12:03:45.125] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file refinedrelocation-common.toml for refinedrelocation tracking
[05Dec2019 12:03:45.126] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file refinedrelocation-client.toml for refinedrelocation tracking
[05Dec2019 12:03:45.126] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance refinedrelocation of type net.blay09.mods.refinedrelocation.RefinedRelocation
[05Dec2019 12:03:45.126] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for refinedrelocation
[05Dec2019 12:03:45.126] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for refinedrelocation
[05Dec2019 12:03:45.126] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.refinedrelocation.RefinedRelocation to FORGE
[05Dec2019 12:03:45.126] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.refinedrelocation.network.LoginSyncHandler to FORGE
[05Dec2019 12:03:45.131] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEEntities to MOD
[05Dec2019 12:03:45.133] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:poise_cluster
[05Dec2019 12:03:45.135] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:bolloom_fruit
[05Dec2019 12:03:45.135] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:boof_block
[05Dec2019 12:03:45.139] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:puff_bug
[05Dec2019 12:03:45.140] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:boat
[05Dec2019 12:03:45.162] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:bolloom_balloon
[05Dec2019 12:03:45.236] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for refinedrelocation
[05Dec2019 12:03:45.236] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance nifty of type com.androsa.nifty.NiftyMod
[05Dec2019 12:03:45.239] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:bolloom_knot
[05Dec2019 12:03:45.264] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:booflo_baby
[05Dec2019 12:03:45.352] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endergetic:booflo_adolescent
[05Dec2019 12:03:45.353] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEBlocks to MOD
[05Dec2019 12:03:45.353] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.registry.EEBiomes to MOD
[05Dec2019 12:03:45.591] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.core.events.PlayerEvents to FORGE
[05Dec2019 12:03:45.614] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.common.world.surface.EESurfaceBuilders to MOD
[05Dec2019 12:03:45.616] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing endergeticexpansion.common.world.EndOverrideHandler to MOD
[05Dec2019 12:03:45.616] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for endergetic
[05Dec2019 12:03:45.616] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance alib of type al132.alib.ALib
[05Dec2019 12:03:45.618] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance alib of type al132.alib.ALib
[05Dec2019 12:03:45.618] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for alib
[05Dec2019 12:03:45.618] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for alib
[05Dec2019 12:03:45.618] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for alib
[05Dec2019 12:03:45.618] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mcjtylib of type mcjty.lib.McJtyLib
[05Dec2019 12:03:45.624] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mcjtylib-client.toml for mcjtylib tracking
[05Dec2019 12:03:45.624] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mcjtylib-common.toml for mcjtylib tracking
[05Dec2019 12:03:45.625] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mcjtylib of type mcjty.lib.McJtyLib
[05Dec2019 12:03:45.625] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mcjtylib
[05Dec2019 12:03:45.625] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mcjtylib
[05Dec2019 12:03:45.625] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.lib.base.GeneralConfig to FORGE
[05Dec2019 12:03:45.626] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.lib.McJtyLib to MOD
[05Dec2019 12:03:45.630] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.lib.setup.Registration to MOD
[05Dec2019 12:03:45.633] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mcjtylib
[05Dec2019 12:03:45.633] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rftoolsbase of type mcjty.rftoolsbase.RFToolsBase
[05Dec2019 12:03:45.636] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rftoolsbase-common.toml for rftoolsbase tracking
[05Dec2019 12:03:45.636] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rftoolsbase of type mcjty.rftoolsbase.RFToolsBase
[05Dec2019 12:03:45.636] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rftoolsbase
[05Dec2019 12:03:45.636] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rftoolsbase
[05Dec2019 12:03:45.636] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsbase.RFToolsBase to MOD
[05Dec2019 12:03:45.637] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsbase.setup.Registration to MOD
[05Dec2019 12:03:45.638] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsbase.datagen.DataGenerators to MOD
[05Dec2019 12:03:45.639] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsbase.config.Config to FORGE
[05Dec2019 12:03:45.639] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rftoolsbase
[05Dec2019 12:03:45.639] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rftoolsstorage of type mcjty.rftoolsstorage.RFToolsStorage
[05Dec2019 12:03:45.643] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rftoolsstorage-client.toml for rftoolsstorage tracking
[05Dec2019 12:03:45.643] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rftoolsstorage-common.toml for rftoolsstorage tracking
[05Dec2019 12:03:45.644] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rftoolsstorage of type mcjty.rftoolsstorage.RFToolsStorage
[05Dec2019 12:03:45.645] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rftoolsstorage
[05Dec2019 12:03:45.645] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rftoolsstorage
[05Dec2019 12:03:45.645] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsstorage.setup.Registration to MOD
[05Dec2019 12:03:45.646] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsstorage.datagen.DataGenerators to MOD
[05Dec2019 12:03:45.647] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsstorage.config.Config to FORGE
[05Dec2019 12:03:45.647] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rftoolsstorage
[05Dec2019 12:03:45.647] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dismounte of type com.natamus.dismountentity.Main
[05Dec2019 12:03:45.647] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dismounte of type com.natamus.dismountentity.Main
[05Dec2019 12:03:45.647] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dismounte
[05Dec2019 12:03:45.647] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dismounte
[05Dec2019 12:03:45.647] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.dismountentity.events.DismountEvent to FORGE
[05Dec2019 12:03:45.648] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dismounte
[05Dec2019 12:03:45.648] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance clickmachine of type shadows.click.ClickMachine
[05Dec2019 12:03:45.658] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance clickmachine of type shadows.click.ClickMachine
[05Dec2019 12:03:45.658] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for clickmachine
[05Dec2019 12:03:45.658] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for clickmachine
[05Dec2019 12:03:45.658] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing shadows.click.util.FakePlayerUtil to FORGE
[05Dec2019 12:03:45.727] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for clickmachine
[05Dec2019 12:03:45.727] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance deathquotes of type com.cazsius.deathquotes.DeathQuotes
[05Dec2019 12:03:45.727] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance deathquotes of type com.cazsius.deathquotes.DeathQuotes
[05Dec2019 12:03:45.727] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for deathquotes
[05Dec2019 12:03:45.727] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for deathquotes
[05Dec2019 12:03:45.727] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cazsius.deathquotes.ForgeHooks to FORGE
[05Dec2019 12:03:45.729] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for deathquotes
[05Dec2019 12:03:45.729] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance easyflint of type com.lerrific.easyflint.EasyFlint
[05Dec2019 12:03:45.730] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file easyflint.toml for easyflint tracking
[05Dec2019 12:03:45.731] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance easyflint of type com.lerrific.easyflint.EasyFlint
[05Dec2019 12:03:45.731] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for easyflint
[05Dec2019 12:03:45.731] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for easyflint
[05Dec2019 12:03:45.731] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.lerrific.easyflint.Config to FORGE
[05Dec2019 12:03:45.731] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for easyflint
[05Dec2019 12:03:45.731] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance packingtape of type gigaherz.packingtape.PackingTapeMod
[05Dec2019 12:03:45.736] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file packingtape-server.toml for packingtape tracking
[05Dec2019 12:03:45.736] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance packingtape of type gigaherz.packingtape.PackingTapeMod
[05Dec2019 12:03:45.736] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for packingtape
[05Dec2019 12:03:45.736] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for packingtape
[05Dec2019 12:03:45.736] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for packingtape
[05Dec2019 12:03:45.736] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance craftingspawn of type trainerlord.craftingspawn.CraftingSpawn
[05Dec2019 12:03:45.737] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance craftingspawn of type trainerlord.craftingspawn.CraftingSpawn
[05Dec2019 12:03:45.737] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for craftingspawn
[05Dec2019 12:03:45.737] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for craftingspawn
[05Dec2019 12:03:45.737] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing trainerlord.craftingspawn.CraftingSpawn$RegisteryEvents to MOD
[05Dec2019 12:03:45.738] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for craftingspawn
[05Dec2019 12:03:45.738] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mininggadgets of type com.direwolf20.mininggadgets.MiningGadgets
[05Dec2019 12:03:45.823] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mininggadgets-client.toml for mininggadgets tracking
[05Dec2019 12:03:45.823] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mininggadgets-common.toml for mininggadgets tracking
[05Dec2019 12:03:45.824] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mininggadgets of type com.direwolf20.mininggadgets.MiningGadgets
[05Dec2019 12:03:45.824] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mininggadgets
[05Dec2019 12:03:45.824] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mininggadgets
[05Dec2019 12:03:45.824] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.mininggadgets.Config to FORGE
[05Dec2019 12:03:45.825] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.mininggadgets.common.data.Generator to MOD
[05Dec2019 12:03:45.826] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.mininggadgets.client.particles.ModParticles to MOD
[05Dec2019 12:03:45.826] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mininggadgets
[05Dec2019 12:03:45.826] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mysticalworld of type epicsquid.mysticalworld.MysticalWorld
[05Dec2019 12:03:45.841] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file nifty-common.toml for nifty tracking
[05Dec2019 12:03:45.841] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance nifty of type com.androsa.nifty.NiftyMod
[05Dec2019 12:03:45.841] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for nifty
[05Dec2019 12:03:45.841] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for nifty
[05Dec2019 12:03:45.841] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for nifty
[05Dec2019 12:03:45.841] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance nps of type com.natamus.netherportalspread.Main
[05Dec2019 12:03:45.843] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file nps-common.toml for nps tracking
[05Dec2019 12:03:45.843] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance nps of type com.natamus.netherportalspread.Main
[05Dec2019 12:03:45.843] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for nps
[05Dec2019 12:03:45.843] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for nps
[05Dec2019 12:03:45.843] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.netherportalspread.events.PortalEvent to FORGE
[05Dec2019 12:03:45.844] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for nps
[05Dec2019 12:03:45.844] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance silentgems of type net.silentchaos512.gems.SilentGems
[05Dec2019 12:03:45.845] [modloading-worker-3/DEBUG] [Silent's Gems/]: Gems SideProxy init
[05Dec2019 12:03:45.846] [modloading-worker-3/INFO] [Silent's Gems/]: Detected Silent Gear!
[05Dec2019 12:03:45.925] [modloading-worker-3/INFO] [Silent's Gems/]: Register part type PartType[S]{name='silentgems:gear_soul'}
[05Dec2019 12:03:45.935] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:simple_trait'
[05Dec2019 12:03:45.936] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:damage_type_trait'
[05Dec2019 12:03:45.937] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:durability_trait'
[05Dec2019 12:03:45.939] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:enchantment_trait'
[05Dec2019 12:03:45.941] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:nbt_trait'
[05Dec2019 12:03:45.942] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:potion_effect_trait'
[05Dec2019 12:03:45.944] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgear:stat_modifier_trait'
[05Dec2019 12:03:45.944] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgems:persistence'
[05Dec2019 12:03:45.946] [modloading-worker-3/INFO] [Silent Gear/TraitManager]: Registered serializer 'silentgems:runic'
[05Dec2019 12:03:45.957] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance vanillafoodpantry of type org.jwaresoftware.mcmods.vfp.VanillaFoodPantry
[05Dec2019 12:03:45.957] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for vanillafoodpantry
[05Dec2019 12:03:45.957] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for vanillafoodpantry
[05Dec2019 12:03:45.957] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing org.jwaresoftware.mcmods.vfp.VanillaFoodPantry to MOD
[05Dec2019 12:03:45.957] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for vanillafoodpantry
[05Dec2019 12:03:45.957] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance roadstuff of type tv.mapper.roadstuff.RoadStuff
[05Dec2019 12:03:45.960] [modloading-worker-2/DEBUG] [tv.mapper.roadstuff.RoadStuff/]: Loading config file /home/minecraft/servers/mine261304/config/roadstuff-server.toml
[05Dec2019 12:03:45.961] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance roadstuff of type tv.mapper.roadstuff.RoadStuff
[05Dec2019 12:03:45.961] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for roadstuff
[05Dec2019 12:03:45.961] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for roadstuff
[05Dec2019 12:03:45.961] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tv.mapper.roadstuff.util.EventHandler to FORGE
[05Dec2019 12:03:46.019] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tv.mapper.roadstuff.init.ModItems to MOD
[05Dec2019 12:03:46.021] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tv.mapper.roadstuff.init.ModBlocks to MOD
[05Dec2019 12:03:46.025] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity beetle
[05Dec2019 12:03:46.027] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity deer
[05Dec2019 12:03:46.029] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity frog
[05Dec2019 12:03:46.034] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silver_fox
[05Dec2019 12:03:46.037] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity sprout
[05Dec2019 12:03:46.041] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for roadstuff
[05Dec2019 12:03:46.041] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance randomthings of type lumien.randomthings.RandomThings
[05Dec2019 12:03:46.044] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endermini
[05Dec2019 12:03:46.047] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity lava_cat
[05Dec2019 12:03:46.049] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity owl
[05Dec2019 12:03:46.052] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance randomthings of type lumien.randomthings.RandomThings
[05Dec2019 12:03:46.052] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for randomthings
[05Dec2019 12:03:46.052] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for randomthings
[05Dec2019 12:03:46.052] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lumien.randomthings.RandomThings$RegistryEvents to MOD
[05Dec2019 12:03:46.053] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for randomthings
[05Dec2019 12:03:46.053] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ring_of_miner of type com.kwpugh.ring_of_miner.RingOfMiner
[05Dec2019 12:03:46.057] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity silkworm
[05Dec2019 12:03:46.057] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ring_of_miner of type com.kwpugh.ring_of_miner.RingOfMiner
[05Dec2019 12:03:46.057] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ring_of_miner
[05Dec2019 12:03:46.057] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ring_of_miner
[05Dec2019 12:03:46.058] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_miner.ItemInit$RegistryEvents to MOD
[05Dec2019 12:03:46.059] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_miner.RingOfMiner$RegistryEvents to MOD
[05Dec2019 12:03:46.060] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ring_of_miner
[05Dec2019 12:03:46.060] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance oreexcavation of type oreexcavation.core.OreExcavation
[05Dec2019 12:03:46.063] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file oreexcavation-common.toml for oreexcavation tracking
[05Dec2019 12:03:46.063] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file oreexcavation-client.toml for oreexcavation tracking
[05Dec2019 12:03:46.064] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance oreexcavation of type oreexcavation.core.OreExcavation
[05Dec2019 12:03:46.064] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for oreexcavation
[05Dec2019 12:03:46.064] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for oreexcavation
[05Dec2019 12:03:46.064] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for oreexcavation
[05Dec2019 12:03:46.064] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance angelring of type com.denismasterherobrine.angelring.AngelRing
[05Dec2019 12:03:46.065] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance angelring of type com.denismasterherobrine.angelring.AngelRing
[05Dec2019 12:03:46.065] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for angelring
[05Dec2019 12:03:46.065] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for angelring
[05Dec2019 12:03:46.065] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.denismasterherobrine.angelring.ring.ItemRing to MOD
[05Dec2019 12:03:46.119] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.denismasterherobrine.angelring.ring.FlyEvent to FORGE
[05Dec2019 12:03:46.120] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mysticalworld of type epicsquid.mysticalworld.MysticalWorld
[05Dec2019 12:03:46.120] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.denismasterherobrine.angelring.AngelRing$RegistryEvents to MOD
[05Dec2019 12:03:46.120] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mysticalworld
[05Dec2019 12:03:46.120] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mysticalworld
[05Dec2019 12:03:46.120] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticalworld.RegistryManager to MOD
[05Dec2019 12:03:46.121] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for angelring
[05Dec2019 12:03:46.121] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance flexible_skills of type flexible_skills.FlexibleSkillsMod
[05Dec2019 12:03:46.121] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticalworld.init.ModVillagers to FORGE
[05Dec2019 12:03:46.123] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticalworld.init.ModSounds to MOD
[05Dec2019 12:03:46.124] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticalworld.events.SquidHandler to FORGE
[05Dec2019 12:03:46.126] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticalworld.events.LootHandler to FORGE
[05Dec2019 12:03:46.127] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mysticalworld
[05Dec2019 12:03:46.127] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance extradisks of type de.melanx.extradisks.ExtraDisks
[05Dec2019 12:03:46.128] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file extradisks-server.toml for extradisks tracking
[05Dec2019 12:03:46.129] [modloading-worker-1/DEBUG] [de.melanx.extradisks.ExtraDisks/]: Loading config file /home/minecraft/servers/mine261304/config/extradisks-server.toml
[05Dec2019 12:03:46.129] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance extradisks of type de.melanx.extradisks.ExtraDisks
[05Dec2019 12:03:46.129] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for extradisks
[05Dec2019 12:03:46.129] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for extradisks
[05Dec2019 12:03:46.129] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.melanx.extradisks.ExtraDisks$RegistryEvents to MOD
[05Dec2019 12:03:46.130] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for extradisks
[05Dec2019 12:03:46.131] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance forge of type net.minecraftforge.common.ForgeMod
[05Dec2019 12:03:46.131] [modloading-worker-1/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Forge Version package package net.minecraftforge.versions.forge, Forge, version 28.1 from cpw.mods.modlauncher.TransformingClassLoader@5e2a3040
[05Dec2019 12:03:46.131] [modloading-worker-1/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge version 28.1.96
[05Dec2019 12:03:46.131] [modloading-worker-1/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge spec 28.1
[05Dec2019 12:03:46.131] [modloading-worker-1/DEBUG] [net.minecraftforge.versions.forge.ForgeVersion/CORE]: Found Forge group net.minecraftforge
[05Dec2019 12:03:46.134] [modloading-worker-1/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MC version information 1.14.4
[05Dec2019 12:03:46.134] [modloading-worker-1/DEBUG] [net.minecraftforge.versions.mcp.MCPVersion/CORE]: Found MCP version information 20190829.143755
[05Dec2019 12:03:46.134] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 28.1.96, for MC 1.14.4 with MCP 20190829.143755
[05Dec2019 12:03:46.134] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v28.1.96 Initialized
[05Dec2019 12:03:46.153] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file flexible_skills-server.toml for flexible_skills tracking
[05Dec2019 12:03:46.155] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance flexible_skills of type flexible_skills.FlexibleSkillsMod
[05Dec2019 12:03:46.155] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for flexible_skills
[05Dec2019 12:03:46.155] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for flexible_skills
[05Dec2019 12:03:46.155] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing flexible_skills.FlexibleSkillsMod$RegistryEvents to MOD
[05Dec2019 12:03:46.156] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for flexible_skills
[05Dec2019 12:03:46.156] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance gobber2 of type com.kwpugh.gobber2.Gobber2
[05Dec2019 12:03:46.158] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file gobber2-server.toml for gobber2 tracking
[05Dec2019 12:03:46.159] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance gobber2 of type com.kwpugh.gobber2.Gobber2
[05Dec2019 12:03:46.159] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for gobber2
[05Dec2019 12:03:46.159] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for gobber2
[05Dec2019 12:03:46.159] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.gobber2.util.ModEventSubscriber to FORGE
[05Dec2019 12:03:46.160] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.gobber2.util.RepairTickHandler to FORGE
[05Dec2019 12:03:46.160] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.gobber2.util.SpecialAbilities to FORGE
[05Dec2019 12:03:46.161] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.gobber2.init.ItemInit$RegistryEvents to MOD
[05Dec2019 12:03:46.227] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.gobber2.init.BlockInit$RegistryEvents to MOD
[05Dec2019 12:03:46.229] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for gobber2
[05Dec2019 12:03:46.229] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cg of type com.natamus.cryingghasts.Main
[05Dec2019 12:03:46.229] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-client.toml for forge tracking
[05Dec2019 12:03:46.229] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forge-server.toml for forge tracking
[05Dec2019 12:03:46.230] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cg-common.toml for cg tracking
[05Dec2019 12:03:46.230] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cg of type com.natamus.cryingghasts.Main
[05Dec2019 12:03:46.230] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cg
[05Dec2019 12:03:46.230] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cg
[05Dec2019 12:03:46.230] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.cryingghasts.events.GhastEvent to FORGE
[05Dec2019 12:03:46.230] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance forge of type net.minecraftforge.common.ForgeMod
[05Dec2019 12:03:46.230] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for forge
[05Dec2019 12:03:46.230] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forge
[05Dec2019 12:03:46.230] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for forge
[05Dec2019 12:03:46.230] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance feederhelmet of type de.canitzp.feederhelmet.FeederHelmet
[05Dec2019 12:03:46.231] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cg
[05Dec2019 12:03:46.231] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance valkyrielib of type com.valkyrieofnight.vlib.VLib
[05Dec2019 12:03:46.231] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:78]: Create Debugger
[05Dec2019 12:03:46.232] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file feederhelmet-common.toml for feederhelmet tracking
[05Dec2019 12:03:46.232] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance feederhelmet of type de.canitzp.feederhelmet.FeederHelmet
[05Dec2019 12:03:46.232] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for feederhelmet
[05Dec2019 12:03:46.232] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for feederhelmet
[05Dec2019 12:03:46.232] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.canitzp.feederhelmet.FeederHelmet$ForgeEvents to FORGE
[05Dec2019 12:03:46.232] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:81]: 1
[05Dec2019 12:03:46.232] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:84]: 1.1
[05Dec2019 12:03:46.232] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:88]: 2
[05Dec2019 12:03:46.232] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:90]: 3
[05Dec2019 12:03:46.233] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:93]: 3.1
[05Dec2019 12:03:46.233] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:97]: Register with Thread
[05Dec2019 12:03:46.233] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:99]: Setup Debugger Complete
[05Dec2019 12:03:46.233] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Mod ID: valkyrielib
[05Dec2019 12:03:46.239] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.canitzp.feederhelmet.FeederHelmet$ModEvents to MOD
[05Dec2019 12:03:46.241] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for feederhelmet
[05Dec2019 12:03:46.241] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance tardis of type net.tardis.mod.Tardis
[05Dec2019 12:03:46.241] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance tardis of type net.tardis.mod.Tardis
[05Dec2019 12:03:46.241] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for tardis
[05Dec2019 12:03:46.241] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for tardis
[05Dec2019 12:03:46.241] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.sounds.TSounds to MOD
[05Dec2019 12:03:46.244] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.exterior.ExteriorRegistry to MOD
[05Dec2019 12:03:46.246] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.items.TItems to MOD
[05Dec2019 12:03:46.253] [modloading-worker-3/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/minecraft/servers/mine261304/config/silentgems-common.toml
[05Dec2019 12:03:46.318] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.itemgroups.TItemGroups to MOD
[05Dec2019 12:03:46.327] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.tileentities.TTiles to MOD
[05Dec2019 12:03:46.330] [modloading-worker-2/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Setup Complete
[05Dec2019 12:03:46.331] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance valkyrielib of type com.valkyrieofnight.vlib.VLib
[05Dec2019 12:03:46.331] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for valkyrielib
[05Dec2019 12:03:46.331] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for valkyrielib
[05Dec2019 12:03:46.331] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for valkyrielib
[05Dec2019 12:03:46.331] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dogslie of type me.ichun.letsleepingdogslie.common.LetSleepingDogsLie
[05Dec2019 12:03:46.332] [modloading-worker-2/ERROR] [me.ichun.letsleepingdogslie.common.LetSleepingDogsLie/]: You are loading Let Sleeping Dogs Lie on a server. Let Sleeping Dogs Lie is a client only mod!
[05Dec2019 12:03:46.332] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dogslie of type me.ichun.letsleepingdogslie.common.LetSleepingDogsLie
[05Dec2019 12:03:46.332] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dogslie
[05Dec2019 12:03:46.332] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dogslie
[05Dec2019 12:03:46.332] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dogslie
[05Dec2019 12:03:46.332] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance sea of type tk.deltawolf.sea.Seafaring
[05Dec2019 12:03:46.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance sea of type tk.deltawolf.sea.Seafaring
[05Dec2019 12:03:46.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for sea
[05Dec2019 12:03:46.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sea
[05Dec2019 12:03:46.333] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tk.deltawolf.sea.lists.ItemList to MOD
[05Dec2019 12:03:46.335] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tk.deltawolf.sea.lists.EntityList to MOD
[05Dec2019 12:03:46.337] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity sea:haddock
[05Dec2019 12:03:46.339] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity sea:swamp_feeder
[05Dec2019 12:03:46.339] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tk.deltawolf.sea.lists.BlockList to MOD
[05Dec2019 12:03:46.340] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for sea
[05Dec2019 12:03:46.340] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance silentgear of type net.silentchaos512.gear.SilentGear
[05Dec2019 12:03:46.351] [modloading-worker-3/DEBUG] [Silent's Gems/]: Gems SideProxy.Server init
[05Dec2019 12:03:46.352] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance silentgems of type net.silentchaos512.gems.SilentGems
[05Dec2019 12:03:46.352] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for silentgems
[05Dec2019 12:03:46.352] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for silentgems
[05Dec2019 12:03:46.352] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gems.network.NetworkEvents to FORGE
[05Dec2019 12:03:46.354] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gems.item.container.ContainerItemEvents to FORGE
[05Dec2019 12:03:46.355] [modloading-worker-2/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/minecraft/servers/mine261304/config/silentgear-client.toml
[05Dec2019 12:03:46.355] [modloading-worker-2/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/minecraft/servers/mine261304/config/silentgear-common.toml
[05Dec2019 12:03:46.356] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gems.init.GemsLoot to FORGE
[05Dec2019 12:03:46.356] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gems.event.EnchantmentEvents to FORGE
[05Dec2019 12:03:46.358] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gems.chaos.ChaosHandler to FORGE
[05Dec2019 12:03:46.423] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gems.chaos.ChaosEvents to FORGE
[05Dec2019 12:03:46.431] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for silentgems
[05Dec2019 12:03:46.431] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance friendlyfire of type net.darkhax.friendlyfire.FriendlyFire
[05Dec2019 12:03:46.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file friendlyfire-common.toml for friendlyfire tracking
[05Dec2019 12:03:46.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance friendlyfire of type net.darkhax.friendlyfire.FriendlyFire
[05Dec2019 12:03:46.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for friendlyfire
[05Dec2019 12:03:46.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for friendlyfire
[05Dec2019 12:03:46.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for friendlyfire
[05Dec2019 12:03:46.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance xlfoodmod of type mariot7.xlfoodmod.XLFoodMod
[05Dec2019 12:03:46.436] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance xlfoodmod of type mariot7.xlfoodmod.XLFoodMod
[05Dec2019 12:03:46.436] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for xlfoodmod
[05Dec2019 12:03:46.436] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for xlfoodmod
[05Dec2019 12:03:46.436] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mariot7.xlfoodmod.ModRegistry to MOD
[05Dec2019 12:03:46.438] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for xlfoodmod
[05Dec2019 12:03:46.438] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mysticalwildlife of type lykrast.mysticalwildlife.core.MysticalWildlife
[05Dec2019 12:03:46.439] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file mysticalwildlife-common.toml for mysticalwildlife tracking
[05Dec2019 12:03:46.440] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mysticalwildlife of type lykrast.mysticalwildlife.core.MysticalWildlife
[05Dec2019 12:03:46.440] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mysticalwildlife
[05Dec2019 12:03:46.440] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mysticalwildlife
[05Dec2019 12:03:46.440] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lykrast.mysticalwildlife.common.item.ItemBrush to FORGE
[05Dec2019 12:03:46.441] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lykrast.mysticalwildlife.common.init.ModSounds to MOD
[05Dec2019 12:03:46.442] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lykrast.mysticalwildlife.common.init.ModItems to MOD
[05Dec2019 12:03:46.445] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lykrast.mysticalwildlife.common.init.ModEntities to MOD
[05Dec2019 12:03:46.446] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.dimensions.TDimensions$Events to FORGE
[05Dec2019 12:03:46.447] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mysticalwildlife
[05Dec2019 12:03:46.447] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance elementaryores of type com.lothrazar.elementaryores.ModElemOres
[05Dec2019 12:03:46.450] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.dimensions.TDimensions to MOD
[05Dec2019 12:03:46.450] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.blocks.TBlocks to MOD
[05Dec2019 12:03:46.450] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.tardis.mod.entity.TEntities to MOD
[05Dec2019 12:03:46.453] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity tardis:control
[05Dec2019 12:03:46.454] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance elementaryores of type com.lothrazar.elementaryores.ModElemOres
[05Dec2019 12:03:46.454] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for elementaryores
[05Dec2019 12:03:46.454] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for elementaryores
[05Dec2019 12:03:46.454] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.lothrazar.elementaryores.ModElemOres$RegistryEvents to MOD
[05Dec2019 12:03:46.455] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity tardis:interior_door
[05Dec2019 12:03:46.455] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for tardis
[05Dec2019 12:03:46.455] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance explorercraft of type com.zathrox.explorercraft.core.Explorercraft
[05Dec2019 12:03:46.456] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for elementaryores
[05Dec2019 12:03:46.456] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance taffydaf of type gerflargle.taffydaf.TaffyDAF
[05Dec2019 12:03:46.457] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file taffydaf-server.toml for taffydaf tracking
[05Dec2019 12:03:46.458] [modloading-worker-3/INFO] [gerflargle.taffydaf.TaffyDAF/]: Server Side Detected - Setting Date and Forecast to Dim :0
[05Dec2019 12:03:46.458] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance taffydaf of type gerflargle.taffydaf.TaffyDAF
[05Dec2019 12:03:46.458] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for taffydaf
[05Dec2019 12:03:46.458] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for taffydaf
[05Dec2019 12:03:46.458] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing gerflargle.taffydaf.Description to FORGE
[05Dec2019 12:03:46.458] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing gerflargle.taffydaf.Config to FORGE
[05Dec2019 12:03:46.458] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for taffydaf
[05Dec2019 12:03:46.458] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ma-essentials of type com.maciej916.maessentials.MaEssentials
[05Dec2019 12:03:46.461] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ma-essentials.toml for ma-essentials tracking
[05Dec2019 12:03:46.463] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ma-essentials of type com.maciej916.maessentials.MaEssentials
[05Dec2019 12:03:46.463] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ma-essentials
[05Dec2019 12:03:46.463] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ma-essentials
[05Dec2019 12:03:46.463] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.maciej916.maessentials.ModEventSubscriber to MOD
[05Dec2019 12:03:46.464] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.maciej916.maessentials.ForgeEventSubscriber to FORGE
[05Dec2019 12:03:46.465] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ma-essentials
[05Dec2019 12:03:46.465] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance vimion of type mushroommantoad.mmpmod.Main
[05Dec2019 12:03:46.473] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance vimion of type mushroommantoad.mmpmod.Main
[05Dec2019 12:03:46.473] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for vimion
[05Dec2019 12:03:46.473] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for vimion
[05Dec2019 12:03:46.473] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mushroommantoad.mmpmod.Main$RegistryEvents to MOD
[05Dec2019 12:03:46.519] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for vimion
[05Dec2019 12:03:46.519] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance solargeneration of type edivad.solargeneration.Main
[05Dec2019 12:03:46.523] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance solargeneration of type edivad.solargeneration.Main
[05Dec2019 12:03:46.523] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for solargeneration
[05Dec2019 12:03:46.523] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for solargeneration
[05Dec2019 12:03:46.523] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing edivad.solargeneration.Main$RegistryEvents to MOD
[05Dec2019 12:03:46.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for solargeneration
[05Dec2019 12:03:46.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance luckyores of type com.slashking.luckyores.LuckyOres
[05Dec2019 12:03:46.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance luckyores of type com.slashking.luckyores.LuckyOres
[05Dec2019 12:03:46.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for luckyores
[05Dec2019 12:03:46.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for luckyores
[05Dec2019 12:03:46.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.slashking.luckyores.init.ItemInit to MOD
[05Dec2019 12:03:46.544] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance silentgear of type net.silentchaos512.gear.SilentGear
[05Dec2019 12:03:46.544] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for silentgear
[05Dec2019 12:03:46.544] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for silentgear
[05Dec2019 12:03:46.544] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gear.util.GearData$EventHandler to FORGE
[05Dec2019 12:03:46.547] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gear.init.NerfedGear to FORGE
[05Dec2019 12:03:46.548] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gear.event.WorldHandler to FORGE
[05Dec2019 12:03:46.548] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file explorercraft-common.toml for explorercraft tracking
[05Dec2019 12:03:46.548] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gear.event.ToolBlockPlaceHandler to FORGE
[05Dec2019 12:03:46.549] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gear.event.ServerEvents to FORGE
[05Dec2019 12:03:46.550] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gear.event.RepairHandler to FORGE
[05Dec2019 12:03:46.551] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.slashking.luckyores.init.BlockInit to MOD
[05Dec2019 12:03:46.551] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gear.event.GearEvents to FORGE
[05Dec2019 12:03:46.552] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for luckyores
[05Dec2019 12:03:46.552] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance pn of type com.natamus.petnames.Main
[05Dec2019 12:03:46.553] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.gear.event.DropsHandler to FORGE
[05Dec2019 12:03:46.554] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for silentgear
[05Dec2019 12:03:46.554] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance extcaves of type com.polyvalord.extcaves.ExtCaves
[05Dec2019 12:03:46.555] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pn-common.toml for pn tracking
[05Dec2019 12:03:46.555] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance pn of type com.natamus.petnames.Main
[05Dec2019 12:03:46.555] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for pn
[05Dec2019 12:03:46.555] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pn
[05Dec2019 12:03:46.555] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.petnames.events.EntityEvent to FORGE
[05Dec2019 12:03:46.556] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file extcaves-server.toml for extcaves tracking
[05Dec2019 12:03:46.556] [modloading-worker-2/INFO] [com.polyvalord.extcaves.config.CfgBuild/]: Loading config : /home/minecraft/servers/mine261304/config/extcaves_config.toml
[05Dec2019 12:03:46.556] [modloading-worker-2/INFO] [com.polyvalord.extcaves.config.CfgBuild/]: Built config : /home/minecraft/servers/mine261304/config/extcaves_config.toml
[05Dec2019 12:03:46.556] [modloading-worker-2/INFO] [com.polyvalord.extcaves.config.CfgBuild/]: Loaded config : /home/minecraft/servers/mine261304/config/extcaves_config.toml
[05Dec2019 12:03:46.557] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance explorercraft of type com.zathrox.explorercraft.core.Explorercraft
[05Dec2019 12:03:46.557] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for explorercraft
[05Dec2019 12:03:46.557] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for explorercraft
[05Dec2019 12:03:46.557] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.zathrox.explorercraft.core.util.LootHandler to FORGE
[05Dec2019 12:03:46.558] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance extcaves of type com.polyvalord.extcaves.ExtCaves
[05Dec2019 12:03:46.558] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for extcaves
[05Dec2019 12:03:46.558] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for extcaves
[05Dec2019 12:03:46.558] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.polyvalord.extcaves.world.RegFeatures to MOD
[05Dec2019 12:03:46.559] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.zathrox.explorercraft.core.registry.ExplorerEntities to MOD
[05Dec2019 12:03:46.619] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity explorercraft:brush_stooge
[05Dec2019 12:03:46.623] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for pn
[05Dec2019 12:03:46.623] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mubble of type hugman.mubble.Mubble
[05Dec2019 12:03:46.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mubble of type hugman.mubble.Mubble
[05Dec2019 12:03:46.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mubble
[05Dec2019 12:03:46.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mubble
[05Dec2019 12:03:46.624] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.Mubble$ModRegistryEvents to MOD
[05Dec2019 12:03:46.628] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity explorercraft:infected_skeleton
[05Dec2019 12:03:46.631] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.Mubble$ForgeRegistryEvents to FORGE
[05Dec2019 12:03:46.632] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity explorercraft:infected_zombie
[05Dec2019 12:03:46.634] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing hugman.mubble.init.MubbleEvents to FORGE
[05Dec2019 12:03:46.634] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity explorercraft:infected_creeper
[05Dec2019 12:03:46.640] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mubble
[05Dec2019 12:03:46.640] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity explorercraft:enderghast
[05Dec2019 12:03:46.640] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance forbidden_arcanus of type com.stal111.forbidden_arcanus.Main
[05Dec2019 12:03:46.642] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forbidden_arcanus-client.toml for forbidden_arcanus tracking
[05Dec2019 12:03:46.642] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forbidden_arcanus-server.toml for forbidden_arcanus tracking
[05Dec2019 12:03:46.643] [modloading-worker-3/DEBUG] [forbidden_arcanus/]: Loading Config: /home/minecraft/servers/mine261304/config/forbidden_arcanus-client.toml
[05Dec2019 12:03:46.643] [modloading-worker-3/INFO] [forbidden_arcanus/]: Built Config: /home/minecraft/servers/mine261304/config/forbidden_arcanus-client.toml
[05Dec2019 12:03:46.643] [modloading-worker-3/INFO] [forbidden_arcanus/]: Loaded Config: /home/minecraft/servers/mine261304/config/forbidden_arcanus-client.toml
[05Dec2019 12:03:46.643] [modloading-worker-3/DEBUG] [forbidden_arcanus/]: Loading Config: /home/minecraft/servers/mine261304/config/forbidden_arcanus-server.toml
[05Dec2019 12:03:46.643] [modloading-worker-3/INFO] [forbidden_arcanus/]: Built Config: /home/minecraft/servers/mine261304/config/forbidden_arcanus-server.toml
[05Dec2019 12:03:46.643] [modloading-worker-3/INFO] [forbidden_arcanus/]: Loaded Config: /home/minecraft/servers/mine261304/config/forbidden_arcanus-server.toml
[05Dec2019 12:03:46.643] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance forbidden_arcanus of type com.stal111.forbidden_arcanus.Main
[05Dec2019 12:03:46.643] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for forbidden_arcanus
[05Dec2019 12:03:46.643] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forbidden_arcanus
[05Dec2019 12:03:46.643] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.potion.ModPotions to MOD
[05Dec2019 12:03:46.644] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.potion.effect.ModEffects to MOD
[05Dec2019 12:03:46.646] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.polyvalord.extcaves.items.RegItems to MOD
[05Dec2019 12:03:46.647] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.polyvalord.extcaves.ExtCaves$RegistryEvents to MOD
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.polyvalord.extcaves.blocks.RegBlocks to MOD
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for extcaves
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance simplylight of type com.flanks255.simplylight.SimplyLight
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance simplylight of type com.flanks255.simplylight.SimplyLight
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for simplylight
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for simplylight
[05Dec2019 12:03:46.648] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.Main to MOD
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.flanks255.simplylight.SimplyLight to MOD
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for simplylight
[05Dec2019 12:03:46.648] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance simplefarming of type enemeez.simplefarming.SimpleFarming
[05Dec2019 12:03:46.649] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.event.PlayerInteractListener to FORGE
[05Dec2019 12:03:46.650] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.event.MobDeathEvent to FORGE
[05Dec2019 12:03:46.651] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.event.HarvestDropsEvent to FORGE
[05Dec2019 12:03:46.652] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.event.BlockBreakListener to FORGE
[05Dec2019 12:03:46.653] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.event.BlockActivatedListener to FORGE
[05Dec2019 12:03:46.653] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file simplefarming.toml for simplefarming tracking
[05Dec2019 12:03:46.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stal111.forbidden_arcanus.config.Config to FORGE
[05Dec2019 12:03:46.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for forbidden_arcanus
[05Dec2019 12:03:46.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance aaws of type com.natamus.alwaysawitherskull.Main
[05Dec2019 12:03:46.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance aaws of type com.natamus.alwaysawitherskull.Main
[05Dec2019 12:03:46.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for aaws
[05Dec2019 12:03:46.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for aaws
[05Dec2019 12:03:46.654] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.alwaysawitherskull.events.EntityEvent to FORGE
[05Dec2019 12:03:46.655] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for aaws
[05Dec2019 12:03:46.718] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Scala Class Loaded class com.kotori316.fluidtank.FluidTank with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040.
[05Dec2019 12:03:46.718] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Scala Mod instance for fluidtank is about to create. com.kotori316.fluidtank.FluidTank
[05Dec2019 12:03:46.722] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity explorercraft:enderreeper
[05Dec2019 12:03:46.928] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity explorercraft:wizard
[05Dec2019 12:03:46.929] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.zathrox.explorercraft.core.registry.ExplorerBiomes$Registration to MOD
[05Dec2019 12:03:46.934] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.zathrox.explorercraft.core.events.ExplorerPlayerEvents to FORGE
[05Dec2019 12:03:46.934] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.zathrox.explorercraft.core.events.ExplorerEventSubscriber to MOD
[05Dec2019 12:03:46.944] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.zathrox.explorercraft.core.data.ExplorercraftDataGenerator to MOD
[05Dec2019 12:03:46.944] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.zathrox.explorercraft.core.config.Config to FORGE
[05Dec2019 12:03:46.944] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for explorercraft
[05Dec2019 12:03:46.944] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance moglowstone of type com.themastergeneral.moglowstone.MoGlowstone
[05Dec2019 12:03:46.944] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance moglowstone of type com.themastergeneral.moglowstone.MoGlowstone
[05Dec2019 12:03:46.944] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for moglowstone
[05Dec2019 12:03:46.944] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for moglowstone
[05Dec2019 12:03:46.944] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.themastergeneral.moglowstone.MoGlowstoneRegistries to MOD
[05Dec2019 12:03:46.948] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for moglowstone
[05Dec2019 12:03:46.948] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ironchest of type com.progwml6.ironchest.IronChest
[05Dec2019 12:03:46.949] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ironchest of type com.progwml6.ironchest.IronChest
[05Dec2019 12:03:46.949] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ironchest
[05Dec2019 12:03:46.949] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ironchest
[05Dec2019 12:03:46.949] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.progwml6.ironchest.common.inventory.ChestContainerType$Registration to MOD
[05Dec2019 12:03:46.951] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.progwml6.ironchest.common.tileentity.ChestTileEntityType$Registration to MOD
[05Dec2019 12:03:46.953] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.progwml6.ironchest.common.core.IronChestBlocks$Registration to MOD
[05Dec2019 12:03:46.969] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.progwml6.ironchest.common.core.IronChestItems$Registration to MOD
[05Dec2019 12:03:47.019] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ironchest
[05Dec2019 12:03:47.019] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance simpledivegear of type com.gmail.rohzek.dive.main.Main
[05Dec2019 12:03:47.022] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file simpledivegear-common.toml for simpledivegear tracking
[05Dec2019 12:03:47.022] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance simpledivegear of type com.gmail.rohzek.dive.main.Main
[05Dec2019 12:03:47.022] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for simpledivegear
[05Dec2019 12:03:47.022] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for simpledivegear
[05Dec2019 12:03:47.022] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.gmail.rohzek.dive.armor.SArmor$RegistrationHandler to MOD
[05Dec2019 12:03:47.024] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance simplefarming of type enemeez.simplefarming.SimpleFarming
[05Dec2019 12:03:47.024] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for simplefarming
[05Dec2019 12:03:47.024] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for simpledivegear
[05Dec2019 12:03:47.024] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for simplefarming
[05Dec2019 12:03:47.024] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance colouredchat of type network.pxl8.colouredchat.ColouredChat
[05Dec2019 12:03:47.024] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing enemeez.simplefarming.init.ModTileEntities to MOD
[05Dec2019 12:03:47.026] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing enemeez.simplefarming.config.Config to FORGE
[05Dec2019 12:03:47.026] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for simplefarming
[05Dec2019 12:03:47.026] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance slurpiesdongles of type com.rbs.slurpiesdongles.SlurpiesDongles
[05Dec2019 12:03:47.027] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file colouredchat-common.toml for colouredchat tracking
[05Dec2019 12:03:47.027] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance colouredchat of type network.pxl8.colouredchat.ColouredChat
[05Dec2019 12:03:47.027] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for colouredchat
[05Dec2019 12:03:47.027] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for colouredchat
[05Dec2019 12:03:47.027] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing network.pxl8.colouredchat.config.Configuration to FORGE
[05Dec2019 12:03:47.027] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing network.pxl8.colouredchat.chat.ChatListener to FORGE
[05Dec2019 12:03:47.029] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing network.pxl8.colouredchat.data.CapabilityHandler to FORGE
[05Dec2019 12:03:47.030] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file Ray's Dongles-General.toml for slurpiesdongles tracking
[05Dec2019 12:03:47.031] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for colouredchat
[05Dec2019 12:03:47.031] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ender_bags of type gigabit101.EnderBags.EnderBags
[05Dec2019 12:03:47.034] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ender_bags-common.toml for ender_bags tracking
[05Dec2019 12:03:47.034] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ender_bags of type gigabit101.EnderBags.EnderBags
[05Dec2019 12:03:47.034] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ender_bags
[05Dec2019 12:03:47.034] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ender_bags
[05Dec2019 12:03:47.034] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing gigabit101.EnderBags.config.EnderBagConfig to FORGE
[05Dec2019 12:03:47.034] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ender_bags
[05Dec2019 12:03:47.034] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance storagenetwork of type com.lothrazar.storagenetwork.StorageNetwork
[05Dec2019 12:03:47.035] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file Ray's Dongles-Common.toml for slurpiesdongles tracking
[05Dec2019 12:03:47.036] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance slurpiesdongles of type com.rbs.slurpiesdongles.SlurpiesDongles
[05Dec2019 12:03:47.036] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for slurpiesdongles
[05Dec2019 12:03:47.036] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for slurpiesdongles
[05Dec2019 12:03:47.036] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.rbs.slurpiesdongles.world.WildCropsWorldGen to FORGE
[05Dec2019 12:03:47.036] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.rbs.slurpiesdongles.update.UpdateChecker to FORGE
[05Dec2019 12:03:47.037] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.rbs.slurpiesdongles.init.ModTools to MOD
[05Dec2019 12:03:47.046] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.rbs.slurpiesdongles.init.ModItems to MOD
[05Dec2019 12:03:47.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance storagenetwork of type com.lothrazar.storagenetwork.StorageNetwork
[05Dec2019 12:03:47.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for storagenetwork
[05Dec2019 12:03:47.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for storagenetwork
[05Dec2019 12:03:47.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.lothrazar.storagenetwork.StorageNetwork$RegistryEvents to MOD
[05Dec2019 12:03:47.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for storagenetwork
[05Dec2019 12:03:47.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance chunk_claim of type lime.chunk_claim.ChunkClaim
[05Dec2019 12:03:47.059] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file chunk_claim-common.toml for chunk_claim tracking
[05Dec2019 12:03:47.059] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance chunk_claim of type lime.chunk_claim.ChunkClaim
[05Dec2019 12:03:47.059] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for chunk_claim
[05Dec2019 12:03:47.059] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for chunk_claim
[05Dec2019 12:03:47.059] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing lime.chunk_claim.EventHandlers to FORGE
[05Dec2019 12:03:47.061] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for chunk_claim
[05Dec2019 12:03:47.061] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance bno of type com.cscot.basicnetherores.BasicNetherOres
[05Dec2019 12:03:47.065] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file bno-server.toml for bno tracking
[05Dec2019 12:03:47.120] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance bno of type com.cscot.basicnetherores.BasicNetherOres
[05Dec2019 12:03:47.120] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for bno
[05Dec2019 12:03:47.120] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bno
[05Dec2019 12:03:47.120] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cscot.basicnetherores.util.handler.RegisteryHandler$RegistryEvents to MOD
[05Dec2019 12:03:47.125] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cscot.basicnetherores.util.handler.ConfigHandler to FORGE
[05Dec2019 12:03:47.125] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cscot.basicnetherores.util.events.BlockOreEvent to FORGE
[05Dec2019 12:03:47.126] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for bno
[05Dec2019 12:03:47.127] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance pyramidplunder of type com.laton95.pyramidplunder.PyramidPlunder
[05Dec2019 12:03:47.131] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file pyramidplunder-common.toml for pyramidplunder tracking
[05Dec2019 12:03:47.131] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance pyramidplunder of type com.laton95.pyramidplunder.PyramidPlunder
[05Dec2019 12:03:47.131] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for pyramidplunder
[05Dec2019 12:03:47.131] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pyramidplunder
[05Dec2019 12:03:47.131] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.laton95.pyramidplunder.PyramidPlunder to MOD
[05Dec2019 12:03:47.131] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.laton95.pyramidplunder.advancements.ModCriteriaTriggers to MOD
[05Dec2019 12:03:47.134] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for pyramidplunder
[05Dec2019 12:03:47.134] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance corail_pillar_extension_biomesoplenty of type ovh.corail.corail_pillar_extension_biomesoplenty.CorailPillarExtensionBiomesoplentyMod
[05Dec2019 12:03:47.143] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance corail_pillar_extension_biomesoplenty of type ovh.corail.corail_pillar_extension_biomesoplenty.CorailPillarExtensionBiomesoplentyMod
[05Dec2019 12:03:47.144] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for corail_pillar_extension_biomesoplenty
[05Dec2019 12:03:47.144] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corail_pillar_extension_biomesoplenty
[05Dec2019 12:03:47.144] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for corail_pillar_extension_biomesoplenty
[05Dec2019 12:03:47.144] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance engineerstools of type wile.engineerstools.ModEngineersTools
[05Dec2019 12:03:47.148] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file engineerstools-common.toml for engineerstools tracking
[05Dec2019 12:03:47.149] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance engineerstools of type wile.engineerstools.ModEngineersTools
[05Dec2019 12:03:47.149] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for engineerstools
[05Dec2019 12:03:47.149] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for engineerstools
[05Dec2019 12:03:47.149] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing wile.engineerstools.ModEngineersTools$ForgeEvents to MOD
[05Dec2019 12:03:47.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for engineerstools
[05Dec2019 12:03:47.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dungeoncrawl of type xiroc.dungeoncrawl.DungeonCrawl
[05Dec2019 12:03:47.151] [modloading-worker-1/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 1.5.2...
[05Dec2019 12:03:47.161] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.rbs.slurpiesdongles.init.ModFood to MOD
[05Dec2019 12:03:47.231] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dungeoncrawl of type xiroc.dungeoncrawl.DungeonCrawl
[05Dec2019 12:03:47.231] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dungeoncrawl
[05Dec2019 12:03:47.231] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dungeoncrawl
[05Dec2019 12:03:47.231] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing xiroc.dungeoncrawl.util.EventManager to MOD
[05Dec2019 12:03:47.231] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dungeoncrawl
[05Dec2019 12:03:47.231] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance betteranimalsplus of type its_meow.betteranimalsplus.BetterAnimalsPlusMod
[05Dec2019 12:03:47.254] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.rbs.slurpiesdongles.init.ModBlocks to MOD
[05Dec2019 12:03:47.256] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.rbs.slurpiesdongles.init.ModArmor to MOD
[05Dec2019 12:03:47.262] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for slurpiesdongles
[05Dec2019 12:03:47.262] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance portality of type com.buuz135.portality.Portality
[05Dec2019 12:03:47.335] [modloading-worker-1/INFO] [its_meow.betteranimalsplus.BetterAnimalsPlusMod/]: Injecting super coyotes...
[05Dec2019 12:03:47.335] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance betteranimalsplus of type its_meow.betteranimalsplus.BetterAnimalsPlusMod
[05Dec2019 12:03:47.335] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for betteranimalsplus
[05Dec2019 12:03:47.335] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for betteranimalsplus
[05Dec2019 12:03:47.335] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.BetterAnimalsPlusMod to FORGE
[05Dec2019 12:03:47.335] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.config.BetterAnimalsPlusConfig to MOD
[05Dec2019 12:03:47.337] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.init.BetterAnimalsPlusRegistrar to MOD
[05Dec2019 12:03:47.369] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing its_meow.betteranimalsplus.common.CommonEventHandler to FORGE
[05Dec2019 12:03:47.421] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for betteranimalsplus
[05Dec2019 12:03:47.421] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ring_of_teleport of type com.kwpugh.ring_of_teleport.RingOfTeleport
[05Dec2019 12:03:47.423] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ring_of_teleport of type com.kwpugh.ring_of_teleport.RingOfTeleport
[05Dec2019 12:03:47.423] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ring_of_teleport
[05Dec2019 12:03:47.423] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ring_of_teleport
[05Dec2019 12:03:47.423] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_teleport.ItemInit$RegistryEvents to MOD
[05Dec2019 12:03:47.427] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_teleport.RingOfTeleport$RegistryEvents to MOD
[05Dec2019 12:03:47.428] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ring_of_teleport
[05Dec2019 12:03:47.428] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cofh_core of type cofh.core.CoFHCore
[05Dec2019 12:03:47.431] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cofh_core-server.toml for cofh_core tracking
[05Dec2019 12:03:47.431] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cofh_core-client.toml for cofh_core tracking
[05Dec2019 12:03:47.438] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cofh_core of type cofh.core.CoFHCore
[05Dec2019 12:03:47.438] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cofh_core
[05Dec2019 12:03:47.438] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cofh_core
[05Dec2019 12:03:47.438] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cofh_core
[05Dec2019 12:03:47.438] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance everlastingabilities of type org.cyclops.everlastingabilities.EverlastingAbilities
[05Dec2019 12:03:47.555] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file everlastingabilities-common.toml for everlastingabilities tracking
[05Dec2019 12:03:47.555] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file everlastingabilities-client.toml for everlastingabilities tracking
[05Dec2019 12:03:47.556] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file everlastingabilities-server.toml for everlastingabilities tracking
[05Dec2019 12:03:47.556] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance everlastingabilities of type org.cyclops.everlastingabilities.EverlastingAbilities
[05Dec2019 12:03:47.556] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for everlastingabilities
[05Dec2019 12:03:47.556] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for everlastingabilities
[05Dec2019 12:03:47.556] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing org.cyclops.everlastingabilities.api.AbilityTypes to MOD
[05Dec2019 12:03:47.557] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for everlastingabilities
[05Dec2019 12:03:47.557] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance giftfromthegods of type com.emosewapixel.giftfromthegods.GiftFromTheGods
[05Dec2019 12:03:47.559] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance giftfromthegods of type com.emosewapixel.giftfromthegods.GiftFromTheGods
[05Dec2019 12:03:47.559] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for giftfromthegods
[05Dec2019 12:03:47.559] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for giftfromthegods
[05Dec2019 12:03:47.559] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for giftfromthegods
[05Dec2019 12:03:47.559] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance despeggshatch of type com.natamus.despawningeggshatch.Main
[05Dec2019 12:03:47.561] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file despeggshatch-common.toml for despeggshatch tracking
[05Dec2019 12:03:47.561] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance despeggshatch of type com.natamus.despawningeggshatch.Main
[05Dec2019 12:03:47.561] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for despeggshatch
[05Dec2019 12:03:47.561] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for despeggshatch
[05Dec2019 12:03:47.561] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.despawningeggshatch.events.EggEvent to FORGE
[05Dec2019 12:03:47.620] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for despeggshatch
[05Dec2019 12:03:47.620] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance upgrade_aquatic of type com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic
[05Dec2019 12:03:47.629] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file upgrade_aquatic-client.toml for upgrade_aquatic tracking
[05Dec2019 12:03:47.629] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance upgrade_aquatic of type com.teamabnormals.upgrade_aquatic.core.UpgradeAquatic
[05Dec2019 12:03:47.629] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for upgrade_aquatic
[05Dec2019 12:03:47.629] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for upgrade_aquatic
[05Dec2019 12:03:47.629] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UAItems to MOD
[05Dec2019 12:03:47.657] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:nautilus
[05Dec2019 12:03:47.662] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file portality/portality.toml for portality tracking
[05Dec2019 12:03:47.741] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:pike
[05Dec2019 12:03:47.752] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity upgrade_aquatic:lionfish
[05Dec2019 12:03:48.328] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UAEntities to MOD
[05Dec2019 12:03:48.329] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UAEffects to MOD
[05Dec2019 12:03:48.343] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.registry.UABlocks to MOD
[05Dec2019 12:03:48.451] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fluidtank-common.toml for fluidtank tracking
[05Dec2019 12:03:48.456] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Scala Mod instance for fluidtank created. com.kotori316.fluidtank.FluidTank@b53c574
[05Dec2019 12:03:48.457] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Injecting Automatic event subscribers for fluidtank
[05Dec2019 12:03:48.457] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fluidtank
[05Dec2019 12:03:48.457] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Completed Automatic event subscribers for fluidtank
[05Dec2019 12:03:48.457] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance car of type de.maxhenkel.car.Main
[05Dec2019 12:03:48.545] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance portality of type com.buuz135.portality.Portality
[05Dec2019 12:03:48.545] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for portality
[05Dec2019 12:03:48.545] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for portality
[05Dec2019 12:03:48.545] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for portality
[05Dec2019 12:03:48.545] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance sisser of type com.psychward.sisser.Sisser
[05Dec2019 12:03:48.547] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file sisser-common.toml for sisser tracking
[05Dec2019 12:03:48.548] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance sisser of type com.psychward.sisser.Sisser
[05Dec2019 12:03:48.548] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for sisser
[05Dec2019 12:03:48.548] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sisser
[05Dec2019 12:03:48.548] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for sisser
[05Dec2019 12:03:48.548] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance flying_things of type ovh.corail.flying_things.ModFlyingThings
[05Dec2019 12:03:48.551] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file flying_things-client.toml for flying_things tracking
[05Dec2019 12:03:48.551] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file flying_things-common.toml for flying_things tracking
[05Dec2019 12:03:48.553] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance flying_things of type ovh.corail.flying_things.ModFlyingThings
[05Dec2019 12:03:48.553] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for flying_things
[05Dec2019 12:03:48.553] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for flying_things
[05Dec2019 12:03:48.553] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.flying_things.registry.ModSerializers to MOD
[05Dec2019 12:03:48.554] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.flying_things.registry.ModItems to MOD
[05Dec2019 12:03:48.666] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.LootEvents to FORGE
[05Dec2019 12:03:48.667] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.EntityEvents to FORGE
[05Dec2019 12:03:48.669] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.teamabnormals.upgrade_aquatic.core.events.AnvilEvents to FORGE
[05Dec2019 12:03:48.719] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for upgrade_aquatic
[05Dec2019 12:03:48.719] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance bloomful of type com.pugz.bloomful.core.Bloomful
[05Dec2019 12:03:48.720] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance bloomful of type com.pugz.bloomful.core.Bloomful
[05Dec2019 12:03:48.720] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for bloomful
[05Dec2019 12:03:48.720] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bloomful
[05Dec2019 12:03:48.720] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.pugz.bloomful.core.util.EventHandler to MOD
[05Dec2019 12:03:48.728] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.pugz.bloomful.core.registry.ItemRegistry to MOD
[05Dec2019 12:03:48.752] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.flying_things.registry.ModEntities to MOD
[05Dec2019 12:03:48.755] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity flying_things:magic_carpet
[05Dec2019 12:03:48.757] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity flying_things:enchanted_broom
[05Dec2019 12:03:48.757] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.flying_things.event.EventHandler to FORGE
[05Dec2019 12:03:48.759] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.flying_things.ConfigFlyingThings to FORGE
[05Dec2019 12:03:48.837] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for flying_things
[05Dec2019 12:03:48.837] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance servertabinfo of type com.black_dog20.servertabinfo.ServerTabInfo
[05Dec2019 12:03:48.840] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file servertabinfo-client.toml for servertabinfo tracking
[05Dec2019 12:03:48.840] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance servertabinfo of type com.black_dog20.servertabinfo.ServerTabInfo
[05Dec2019 12:03:48.840] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for servertabinfo
[05Dec2019 12:03:48.840] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for servertabinfo
[05Dec2019 12:03:48.840] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for servertabinfo
[05Dec2019 12:03:48.840] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance prettybeaches of type net.blay09.mods.prettybeaches.PrettyBeaches
[05Dec2019 12:03:48.842] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file prettybeaches-common.toml for prettybeaches tracking
[05Dec2019 12:03:48.844] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance prettybeaches of type net.blay09.mods.prettybeaches.PrettyBeaches
[05Dec2019 12:03:48.844] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for prettybeaches
[05Dec2019 12:03:48.844] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for prettybeaches
[05Dec2019 12:03:48.844] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for prettybeaches
[05Dec2019 12:03:48.844] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance quantumstorage of type net.gigabit101.quantumstorage.QuantumStorage
[05Dec2019 12:03:48.846] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance quantumstorage of type net.gigabit101.quantumstorage.QuantumStorage
[05Dec2019 12:03:48.846] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for quantumstorage
[05Dec2019 12:03:48.846] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for quantumstorage
[05Dec2019 12:03:48.846] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.gigabit101.quantumstorage.handler.EventHandlerPlayer to FORGE
[05Dec2019 12:03:48.847] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for quantumstorage
[05Dec2019 12:03:48.847] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance corail_pillar of type ovh.corail.corail_pillar.ModPillar
[05Dec2019 12:03:48.919] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance corail_pillar of type ovh.corail.corail_pillar.ModPillar
[05Dec2019 12:03:48.919] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for corail_pillar
[05Dec2019 12:03:48.919] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for corail_pillar
[05Dec2019 12:03:48.919] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.corail_pillar.registry.ModSerializers to MOD
[05Dec2019 12:03:48.920] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.corail_pillar.registry.ModItems to MOD
[05Dec2019 12:03:48.921] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.corail_pillar.registry.ModBlocks to MOD
[05Dec2019 12:03:48.921] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.corail_pillar.EventHandler to FORGE
[05Dec2019 12:03:48.923] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for corail_pillar
[05Dec2019 12:03:48.923] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance autodoors of type com.natamus.automaticdoors.Main
[05Dec2019 12:03:48.923] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.pugz.bloomful.core.registry.FeatureRegistry to MOD
[05Dec2019 12:03:48.925] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file autodoors-common.toml for autodoors tracking
[05Dec2019 12:03:48.925] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance autodoors of type com.natamus.automaticdoors.Main
[05Dec2019 12:03:48.925] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for autodoors
[05Dec2019 12:03:48.925] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for autodoors
[05Dec2019 12:03:48.925] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.automaticdoors.events.DoorEvent to FORGE
[05Dec2019 12:03:48.927] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for autodoors
[05Dec2019 12:03:48.927] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance inftrading of type com.natamus.infinitetrading.Main
[05Dec2019 12:03:48.927] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance inftrading of type com.natamus.infinitetrading.Main
[05Dec2019 12:03:48.927] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for inftrading
[05Dec2019 12:03:48.927] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for inftrading
[05Dec2019 12:03:48.927] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.infinitetrading.events.VillagerEvent to FORGE
[05Dec2019 12:03:48.928] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for inftrading
[05Dec2019 12:03:48.928] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance sauuuuuceysfarming of type com.sauuuuucey.sauuuuuceysfarming.SauuuuuceysFarming
[05Dec2019 12:03:48.928] [modloading-worker-2/INFO] [sauuuuuceysfarming/]: Hello from Sauuuuucey's Farming!
[05Dec2019 12:03:48.929] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.pugz.bloomful.core.registry.EntityRegistry to MOD
[05Dec2019 12:03:48.930] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file sauuuuuceysfarming-server.toml for sauuuuuceysfarming tracking
[05Dec2019 12:03:48.930] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance sauuuuuceysfarming of type com.sauuuuucey.sauuuuuceysfarming.SauuuuuceysFarming
[05Dec2019 12:03:48.930] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for sauuuuuceysfarming
[05Dec2019 12:03:48.930] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for sauuuuuceysfarming
[05Dec2019 12:03:48.930] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.sauuuuucey.sauuuuuceysfarming.ModEventSubscriber to MOD
[05Dec2019 12:03:48.931] [modloading-worker-1/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity bloomful:wisteria_boat
[05Dec2019 12:03:48.932] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.pugz.bloomful.core.registry.BlockRegistry to MOD
[05Dec2019 12:03:48.932] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.sauuuuucey.sauuuuuceysfarming.init.ModSeeds to MOD
[05Dec2019 12:03:48.932] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.pugz.bloomful.core.registry.BiomeRegistry to MOD
[05Dec2019 12:03:48.935] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for bloomful
[05Dec2019 12:03:48.935] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ctdcore of type com.themastergeneral.ctdcore.CTDCore
[05Dec2019 12:03:48.936] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.sauuuuucey.sauuuuuceysfarming.ForgeEventSubscriber to FORGE
[05Dec2019 12:03:48.936] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ctdcore of type com.themastergeneral.ctdcore.CTDCore
[05Dec2019 12:03:48.936] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ctdcore
[05Dec2019 12:03:48.936] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ctdcore
[05Dec2019 12:03:48.936] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ctdcore
[05Dec2019 12:03:48.936] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ensorcellation of type cofh.ensorcellation.Ensorcellation
[05Dec2019 12:03:48.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for sauuuuuceysfarming
[05Dec2019 12:03:48.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance infinitewatersource of type com.tfar.infinitewatersource.InfiniteWaterSource
[05Dec2019 12:03:48.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance infinitewatersource of type com.tfar.infinitewatersource.InfiniteWaterSource
[05Dec2019 12:03:48.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for infinitewatersource
[05Dec2019 12:03:48.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for infinitewatersource
[05Dec2019 12:03:48.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.infinitewatersource.InfiniteWaterSource to MOD
[05Dec2019 12:03:48.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for infinitewatersource
[05Dec2019 12:03:48.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cucumber of type com.blakebr0.cucumber.Cucumber
[05Dec2019 12:03:48.941] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ensorcellation-server.toml for ensorcellation tracking
[05Dec2019 12:03:48.944] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cucumber-client.toml for cucumber tracking
[05Dec2019 12:03:48.944] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cucumber of type com.blakebr0.cucumber.Cucumber
[05Dec2019 12:03:48.944] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cucumber
[05Dec2019 12:03:48.944] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cucumber
[05Dec2019 12:03:48.944] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cucumber
[05Dec2019 12:03:48.944] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance overloaded of type com.cjm721.overloaded.Overloaded
[05Dec2019 12:03:48.944] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file car-server.toml for car tracking
[05Dec2019 12:03:48.944] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file car-client.toml for car tracking
[05Dec2019 12:03:48.944] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance car of type de.maxhenkel.car.Main
[05Dec2019 12:03:48.944] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for car
[05Dec2019 12:03:48.945] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for car
[05Dec2019 12:03:48.945] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for car
[05Dec2019 12:03:48.945] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rftoolsbuilder of type mcjty.rftoolsbuilder.RFToolsBuilder
[05Dec2019 12:03:48.952] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rftoolsbuilder-client.toml for rftoolsbuilder tracking
[05Dec2019 12:03:48.952] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rftoolsbuilder-common.toml for rftoolsbuilder tracking
[05Dec2019 12:03:48.953] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rftoolsbuilder of type mcjty.rftoolsbuilder.RFToolsBuilder
[05Dec2019 12:03:48.953] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rftoolsbuilder
[05Dec2019 12:03:48.953] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rftoolsbuilder
[05Dec2019 12:03:48.953] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsbuilder.setup.Registration to MOD
[05Dec2019 12:03:48.953] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file overloaded-server.toml for overloaded tracking
[05Dec2019 12:03:48.954] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance overloaded of type com.cjm721.overloaded.Overloaded
[05Dec2019 12:03:48.954] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for overloaded
[05Dec2019 12:03:48.954] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for overloaded
[05Dec2019 12:03:48.954] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cjm721.overloaded.proxy.ServerProxy to FORGE
[05Dec2019 12:03:48.954] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsbuilder.datagen.DataGenerators to MOD
[05Dec2019 12:03:48.954] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cjm721.overloaded.proxy.CommonProxy to MOD
[05Dec2019 12:03:48.954] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cjm721.overloaded.item.functional.ItemMultiTool$CommonSideEvents to FORGE
[05Dec2019 12:03:48.955] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsbuilder.config.Config to FORGE
[05Dec2019 12:03:48.955] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rftoolsbuilder
[05Dec2019 12:03:48.955] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance foamdome of type com.drizzs.foamdome.FoamDome
[05Dec2019 12:03:48.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file foamdome-common.toml for foamdome tracking
[05Dec2019 12:03:48.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance foamdome of type com.drizzs.foamdome.FoamDome
[05Dec2019 12:03:48.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for foamdome
[05Dec2019 12:03:48.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for foamdome
[05Dec2019 12:03:48.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.drizzs.foamdome.util.DomeRegistry to MOD
[05Dec2019 12:03:48.958] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for foamdome
[05Dec2019 12:03:48.958] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mantle of type slimeknights.mantle.Mantle
[05Dec2019 12:03:48.959] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mantle of type slimeknights.mantle.Mantle
[05Dec2019 12:03:48.959] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mantle
[05Dec2019 12:03:48.959] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mantle
[05Dec2019 12:03:48.959] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mantle
[05Dec2019 12:03:48.959] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance gravestone of type de.maxhenkel.gravestone.Main
[05Dec2019 12:03:48.963] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file gravestone-server.toml for gravestone tracking
[05Dec2019 12:03:48.964] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file gravestone-client.toml for gravestone tracking
[05Dec2019 12:03:48.964] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance gravestone of type de.maxhenkel.gravestone.Main
[05Dec2019 12:03:48.964] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for gravestone
[05Dec2019 12:03:48.964] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for gravestone
[05Dec2019 12:03:48.964] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.maxhenkel.gravestone.Main to FORGE
[05Dec2019 12:03:48.964] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.maxhenkel.gravestone.events.DeathEvents to FORGE
[05Dec2019 12:03:48.965] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing de.maxhenkel.gravestone.events.BlockEvents to FORGE
[05Dec2019 12:03:48.967] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for gravestone
[05Dec2019 12:03:48.967] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance fastbench of type shadows.fastbench.FastBench
[05Dec2019 12:03:48.968] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance fastbench of type shadows.fastbench.FastBench
[05Dec2019 12:03:48.968] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for fastbench
[05Dec2019 12:03:48.968] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastbench
[05Dec2019 12:03:48.968] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for fastbench
[05Dec2019 12:03:48.968] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance storagedrawers of type com.jaquadro.minecraft.storagedrawers.StorageDrawers
[05Dec2019 12:03:49.029] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file storagedrawers-common.toml for storagedrawers tracking
[05Dec2019 12:03:49.029] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ensorcellation of type cofh.ensorcellation.Ensorcellation
[05Dec2019 12:03:49.029] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ensorcellation
[05Dec2019 12:03:49.029] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ensorcellation
[05Dec2019 12:03:49.029] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ensorcellation
[05Dec2019 12:03:49.029] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance create of type com.simibubi.create.Create
[05Dec2019 12:03:49.030] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance storagedrawers of type com.jaquadro.minecraft.storagedrawers.StorageDrawers
[05Dec2019 12:03:49.030] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for storagedrawers
[05Dec2019 12:03:49.030] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for storagedrawers
[05Dec2019 12:03:49.030] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.jaquadro.minecraft.storagedrawers.core.ModItems$Registration to MOD
[05Dec2019 12:03:49.035] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file create-server.toml for create tracking
[05Dec2019 12:03:49.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file create-client.toml for create tracking
[05Dec2019 12:03:49.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance create of type com.simibubi.create.Create
[05Dec2019 12:03:49.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for create
[05Dec2019 12:03:49.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for create
[05Dec2019 12:03:49.037] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.simibubi.create.modules.curiosities.symmetry.SymmetryHandler to FORGE
[05Dec2019 12:03:49.039] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.simibubi.create.modules.contraptions.receivers.constructs.MovingConstructHandler to FORGE
[05Dec2019 12:03:49.040] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.cjm721.overloaded.config.OverloadedConfig to MOD
[05Dec2019 12:03:49.040] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for overloaded
[05Dec2019 12:03:49.040] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance persistentbits of type com.oitsjustjose.persistentbits.PersistentBits
[05Dec2019 12:03:49.043] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file persistentbits-client.toml for persistentbits tracking
[05Dec2019 12:03:49.044] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file persistentbits-common.toml for persistentbits tracking
[05Dec2019 12:03:49.044] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance persistentbits of type com.oitsjustjose.persistentbits.PersistentBits
[05Dec2019 12:03:49.044] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for persistentbits
[05Dec2019 12:03:49.044] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for persistentbits
[05Dec2019 12:03:49.044] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.oitsjustjose.persistentbits.PersistentBits$RegistryEvents to MOD
[05Dec2019 12:03:49.045] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.oitsjustjose.persistentbits.common.utils.CommonConfig to FORGE
[05Dec2019 12:03:49.045] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for persistentbits
[05Dec2019 12:03:49.045] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance jei of type mezz.jei.JustEnoughItems
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance jei of type mezz.jei.JustEnoughItems
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for jei
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for jei
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for jei
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance pottedbushes of type wtf.choco.pottedbushes.PottedBushes
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance pottedbushes of type wtf.choco.pottedbushes.PottedBushes
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for pottedbushes
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for pottedbushes
[05Dec2019 12:03:49.049] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing wtf.choco.pottedbushes.PottedBushes$RegistryEvents to MOD
[05Dec2019 12:03:49.050] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for pottedbushes
[05Dec2019 12:03:49.050] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mcwroofs of type com.mcwroofs.kikoz.MacawsRoofs
[05Dec2019 12:03:49.050] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mcwroofs of type com.mcwroofs.kikoz.MacawsRoofs
[05Dec2019 12:03:49.050] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mcwroofs
[05Dec2019 12:03:49.050] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mcwroofs
[05Dec2019 12:03:49.050] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mcwroofs.kikoz.MacawsRoofs$RegistryEvents to MOD
[05Dec2019 12:03:49.053] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mcwroofs
[05Dec2019 12:03:49.053] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cfm of type com.mrcrayfish.furniture.FurnitureMod
[05Dec2019 12:03:49.054] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cfm-client.toml for cfm tracking
[05Dec2019 12:03:49.054] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cfm of type com.mrcrayfish.furniture.FurnitureMod
[05Dec2019 12:03:49.054] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cfm
[05Dec2019 12:03:49.054] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cfm
[05Dec2019 12:03:49.054] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModTileEntities to MOD
[05Dec2019 12:03:49.062] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.simibubi.create.foundation.item.AbstractToolItem to FORGE
[05Dec2019 12:03:49.064] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.jaquadro.minecraft.storagedrawers.core.ModContainers$Registration to MOD
[05Dec2019 12:03:49.064] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.simibubi.create.Events to FORGE
[05Dec2019 12:03:49.065] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.simibubi.create.AdvancementListener to FORGE
[05Dec2019 12:03:49.118] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.jaquadro.minecraft.storagedrawers.core.ModBlocks$Registration to MOD
[05Dec2019 12:03:49.121] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for create
[05Dec2019 12:03:49.121] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance clumps of type com.blamejared.clumps.Clumps
[05Dec2019 12:03:49.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance clumps of type com.blamejared.clumps.Clumps
[05Dec2019 12:03:49.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for clumps
[05Dec2019 12:03:49.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for clumps
[05Dec2019 12:03:49.122] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.blamejared.clumps.events.CommonEventHandler to MOD
[05Dec2019 12:03:49.123] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for clumps
[05Dec2019 12:03:49.123] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ring_of_repair of type com.kwpugh.ring_of_repair.RingOfRepair
[05Dec2019 12:03:49.124] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ring_of_repair of type com.kwpugh.ring_of_repair.RingOfRepair
[05Dec2019 12:03:49.124] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ring_of_repair
[05Dec2019 12:03:49.124] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ring_of_repair
[05Dec2019 12:03:49.125] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_repair.RepairTickHandler to FORGE
[05Dec2019 12:03:49.126] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_repair.ItemInit$RegistryEvents to MOD
[05Dec2019 12:03:49.127] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_repair.RingOfRepair$RegistryEvents to MOD
[05Dec2019 12:03:49.128] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ring_of_repair
[05Dec2019 12:03:49.128] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance enviromats of type com.valkyrieofnight.enviromats.EnviroMats
[05Dec2019 12:03:49.129] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:78]: Create Debugger
[05Dec2019 12:03:49.129] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:81]: 1
[05Dec2019 12:03:49.129] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:84]: 1.1
[05Dec2019 12:03:49.129] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:88]: 2
[05Dec2019 12:03:49.129] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:90]: 3
[05Dec2019 12:03:49.130] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:93]: 3.1
[05Dec2019 12:03:49.130] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:97]: Register with Thread
[05Dec2019 12:03:49.130] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:<init>:99]: Setup Debugger Complete
[05Dec2019 12:03:49.131] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Mod ID: enviromats
[05Dec2019 12:03:49.165] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for storagedrawers
[05Dec2019 12:03:49.165] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance harvest of type tehnut.harvest.Harvest
[05Dec2019 12:03:49.167] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance harvest of type tehnut.harvest.Harvest
[05Dec2019 12:03:49.167] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for harvest
[05Dec2019 12:03:49.167] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for harvest
[05Dec2019 12:03:49.167] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for harvest
[05Dec2019 12:03:49.167] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rftoolsutility of type mcjty.rftoolsutility.RFToolsUtility
[05Dec2019 12:03:49.224] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rftoolsutility-client.toml for rftoolsutility tracking
[05Dec2019 12:03:49.224] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rftoolsutility-common.toml for rftoolsutility tracking
[05Dec2019 12:03:49.226] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rftoolsutility of type mcjty.rftoolsutility.RFToolsUtility
[05Dec2019 12:03:49.226] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rftoolsutility
[05Dec2019 12:03:49.226] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rftoolsutility
[05Dec2019 12:03:49.226] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsutility.setup.Registration to MOD
[05Dec2019 12:03:49.228] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsutility.datagen.DataGenerators to MOD
[05Dec2019 12:03:49.230] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.rftoolsutility.config.Config to FORGE
[05Dec2019 12:03:49.230] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rftoolsutility
[05Dec2019 12:03:49.230] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance theoneprobe of type mcjty.theoneprobe.TheOneProbe
[05Dec2019 12:03:49.240] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file theoneprobe-client.toml for theoneprobe tracking
[05Dec2019 12:03:49.240] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file theoneprobe-common.toml for theoneprobe tracking
[05Dec2019 12:03:49.242] [modloading-worker-3/DEBUG] [mcjty.theoneprobe.TheOneProbe/]: Loading config file /home/minecraft/servers/mine261304/config/theoneprobe-client.toml
[05Dec2019 12:03:49.242] [modloading-worker-3/DEBUG] [mcjty.theoneprobe.TheOneProbe/]: Built TOML config for /home/minecraft/servers/mine261304/config/theoneprobe-client.toml
[05Dec2019 12:03:49.242] [modloading-worker-3/DEBUG] [mcjty.theoneprobe.TheOneProbe/]: Loaded TOML config file /home/minecraft/servers/mine261304/config/theoneprobe-client.toml
[05Dec2019 12:03:49.242] [modloading-worker-3/DEBUG] [mcjty.theoneprobe.TheOneProbe/]: Loading config file /home/minecraft/servers/mine261304/config/theoneprobe-common.toml
[05Dec2019 12:03:49.242] [modloading-worker-3/DEBUG] [mcjty.theoneprobe.TheOneProbe/]: Built TOML config for /home/minecraft/servers/mine261304/config/theoneprobe-common.toml
[05Dec2019 12:03:49.243] [modloading-worker-3/DEBUG] [mcjty.theoneprobe.TheOneProbe/]: Loaded TOML config file /home/minecraft/servers/mine261304/config/theoneprobe-common.toml
[05Dec2019 12:03:49.243] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /home/minecraft/servers/mine261304/config/theoneprobe-common.toml is not correct. Correcting
[05Dec2019 12:03:49.244] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key showContentsWithoutSneaking was corrected from [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers] to [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers]
[05Dec2019 12:03:49.244] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key dontShowContentsUnlessSneaking was corrected from [] to []
[05Dec2019 12:03:49.245] [modloading-worker-3/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key dontSendNBT was corrected from [] to []
[05Dec2019 12:03:49.245] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance theoneprobe of type mcjty.theoneprobe.TheOneProbe
[05Dec2019 12:03:49.245] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for theoneprobe
[05Dec2019 12:03:49.245] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for theoneprobe
[05Dec2019 12:03:49.245] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.theoneprobe.TheOneProbe to MOD
[05Dec2019 12:03:49.246] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.theoneprobe.datagen.DataGenerators to MOD
[05Dec2019 12:03:49.247] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mcjty.theoneprobe.config.Config to FORGE
[05Dec2019 12:03:49.248] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for theoneprobe
[05Dec2019 12:03:49.248] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mousetweaks of type yalter.mousetweaks.forge.MouseTweaksForge
[05Dec2019 12:03:49.249] [modloading-worker-3/INFO] [STDOUT/]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Disabled because not running on the client.
[05Dec2019 12:03:49.249] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mousetweaks of type yalter.mousetweaks.forge.MouseTweaksForge
[05Dec2019 12:03:49.249] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mousetweaks
[05Dec2019 12:03:49.249] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mousetweaks
[05Dec2019 12:03:49.249] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mousetweaks
[05Dec2019 12:03:49.249] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance watercan of type com.codetaylor.mc.watercan.ModWatercan
[05Dec2019 12:03:49.251] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file watercan-client.toml for watercan tracking
[05Dec2019 12:03:49.252] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file watercan-common.toml for watercan tracking
[05Dec2019 12:03:49.252] [modloading-worker-3/WARN] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Attempting to add a Lambda listener with computed generic type of Event. Are you sure this is what you meant? NOTE : there are complex lambda forms where the generic type information is erased and cannot be recovered at runtime.
[05Dec2019 12:03:49.252] [modloading-worker-3/WARN] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Attempting to add a Lambda listener with computed generic type of Event. Are you sure this is what you meant? NOTE : there are complex lambda forms where the generic type information is erased and cannot be recovered at runtime.
[05Dec2019 12:03:49.253] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance watercan of type com.codetaylor.mc.watercan.ModWatercan
[05Dec2019 12:03:49.253] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for watercan
[05Dec2019 12:03:49.253] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for watercan
[05Dec2019 12:03:49.253] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.codetaylor.mc.watercan.ModWatercanConfig to FORGE
[05Dec2019 12:03:49.253] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.codetaylor.mc.watercan.ModWatercan$RegistryEventHandler to MOD
[05Dec2019 12:03:49.254] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for watercan
[05Dec2019 12:03:49.254] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance titanium of type com.hrznstudio.titanium.Titanium
[05Dec2019 12:03:49.433] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file titanium/titanium.toml for titanium tracking
[05Dec2019 12:03:49.437] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance titanium of type com.hrznstudio.titanium.Titanium
[05Dec2019 12:03:49.437] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for titanium
[05Dec2019 12:03:49.437] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for titanium
[05Dec2019 12:03:49.437] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for titanium
[05Dec2019 12:03:49.437] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance undergroundbiomes of type com.aang23.undergroundbiomes.UndergroundBiomes
[05Dec2019 12:03:49.443] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file undergroundbiomes-common.toml for undergroundbiomes tracking
[05Dec2019 12:03:49.639] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Gold Ore
[05Dec2019 12:03:49.648] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Redstone Ore
[05Dec2019 12:03:49.648] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Iron Ore
[05Dec2019 12:03:49.649] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Emerald Ore
[05Dec2019 12:03:49.649] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Coal Ore
[05Dec2019 12:03:49.650] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Diamond Ore
[05Dec2019 12:03:49.651] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Lapis Ore
[05Dec2019 12:03:49.652] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Moonstone Ore
[05Dec2019 12:03:49.652] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Fiery Glass Ore
[05Dec2019 12:03:49.653] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Rockroot Ore
[05Dec2019 12:03:49.653] [modloading-worker-3/INFO] [STDOUT/]: [com.aang23.undergroundbiomes.registrar.UBOreConfigManager:readJsons:75]: Amber Ore
[05Dec2019 12:03:49.853] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance undergroundbiomes of type com.aang23.undergroundbiomes.UndergroundBiomes
[05Dec2019 12:03:49.853] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for undergroundbiomes
[05Dec2019 12:03:49.853] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for undergroundbiomes
[05Dec2019 12:03:49.853] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.aang23.undergroundbiomes.UndergroundBiomes$RegistryEvents to MOD
[05Dec2019 12:03:49.854] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for undergroundbiomes
[05Dec2019 12:03:49.854] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance silentlib of type net.silentchaos512.lib.SilentLib
[05Dec2019 12:03:49.865] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance silentlib of type net.silentchaos512.lib.SilentLib
[05Dec2019 12:03:49.865] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for silentlib
[05Dec2019 12:03:49.865] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for silentlib
[05Dec2019 12:03:49.865] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.lib.util.EntityHelper to FORGE
[05Dec2019 12:03:49.866] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for silentlib
[05Dec2019 12:03:49.866] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance travel_bag of type ovh.corail.travel_bag.ModTravelBag
[05Dec2019 12:03:49.867] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file travel_bag-server.toml for travel_bag tracking
[05Dec2019 12:03:49.922] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance travel_bag of type ovh.corail.travel_bag.ModTravelBag
[05Dec2019 12:03:49.923] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for travel_bag
[05Dec2019 12:03:49.923] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for travel_bag
[05Dec2019 12:03:49.923] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.travel_bag.registry.ModSerializers to MOD
[05Dec2019 12:03:49.927] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.travel_bag.registry.ModItems to MOD
[05Dec2019 12:03:49.928] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing ovh.corail.travel_bag.registry.ModContainers to MOD
[05Dec2019 12:03:49.929] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for travel_bag
[05Dec2019 12:03:49.929] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance combat of type com.stereowalker.combat.Combat
[05Dec2019 12:03:49.932] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file combat.server.toml for combat tracking
[05Dec2019 12:03:49.932] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file combat.client.toml for combat tracking
[05Dec2019 12:03:49.932] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file combat.common.toml for combat tracking
[05Dec2019 12:03:49.932] [modloading-worker-3/INFO] [combat/]: Loading config /home/minecraft/servers/mine261304/config/combat.client.toml
[05Dec2019 12:03:49.932] [modloading-worker-3/INFO] [combat/]: Built config /home/minecraft/servers/mine261304/config/combat.client.toml
[05Dec2019 12:03:49.933] [modloading-worker-3/INFO] [combat/]: Loaded config /home/minecraft/servers/mine261304/config/combat.client.toml
[05Dec2019 12:03:49.933] [modloading-worker-3/INFO] [combat/]: Loading config /home/minecraft/servers/mine261304/config/combat.server.toml
[05Dec2019 12:03:49.933] [modloading-worker-3/INFO] [combat/]: Built config /home/minecraft/servers/mine261304/config/combat.server.toml
[05Dec2019 12:03:49.933] [modloading-worker-3/INFO] [combat/]: Loaded config /home/minecraft/servers/mine261304/config/combat.server.toml
[05Dec2019 12:03:49.933] [modloading-worker-3/INFO] [combat/]: Loading config /home/minecraft/servers/mine261304/config/combat.common.toml
[05Dec2019 12:03:49.933] [modloading-worker-3/INFO] [combat/]: Built config /home/minecraft/servers/mine261304/config/combat.common.toml
[05Dec2019 12:03:49.933] [modloading-worker-3/INFO] [combat/]: Loaded config /home/minecraft/servers/mine261304/config/combat.common.toml
[05Dec2019 12:03:49.941] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance combat of type com.stereowalker.combat.Combat
[05Dec2019 12:03:49.941] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for combat
[05Dec2019 12:03:49.941] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for combat
[05Dec2019 12:03:49.941] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stereowalker.combat.event.WorldEvents to FORGE
[05Dec2019 12:03:49.944] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stereowalker.combat.event.PlayerInteractionEvents to FORGE
[05Dec2019 12:03:49.945] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stereowalker.combat.event.EnchantmentEvents to FORGE
[05Dec2019 12:03:49.946] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stereowalker.combat.event.EffectEvents to FORGE
[05Dec2019 12:03:49.949] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stereowalker.combat.config.ConfigBuilder to FORGE
[05Dec2019 12:03:49.949] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stereowalker.combat.Combat$RegistryEvents to MOD
[05Dec2019 12:03:49.952] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.stereowalker.combat.client.events.RenderLayerEvents to FORGE
[05Dec2019 12:03:49.953] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for combat
[05Dec2019 12:03:49.953] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ring_of_growth of type com.kwpugh.ring_of_growth.RingOfGrowth
[05Dec2019 12:03:49.954] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ring_of_growth of type com.kwpugh.ring_of_growth.RingOfGrowth
[05Dec2019 12:03:49.954] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ring_of_growth
[05Dec2019 12:03:49.954] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ring_of_growth
[05Dec2019 12:03:49.954] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_growth.ItemInit$RegistryEvents to MOD
[05Dec2019 12:03:49.954] [modloading-worker-1/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Setup Complete
[05Dec2019 12:03:49.955] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance enviromats of type com.valkyrieofnight.enviromats.EnviroMats
[05Dec2019 12:03:49.955] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for enviromats
[05Dec2019 12:03:49.955] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for enviromats
[05Dec2019 12:03:49.955] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for enviromats
[05Dec2019 12:03:49.955] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance buildinggadgets of type com.direwolf20.buildinggadgets.common.BuildingGadgets
[05Dec2019 12:03:49.955] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.ring_of_growth.RingOfGrowth$RegistryEvents to MOD
[05Dec2019 12:03:49.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ring_of_growth
[05Dec2019 12:03:49.957] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rsgauges of type wile.rsgauges.ModRsGauges
[05Dec2019 12:03:49.960] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file buildinggadgets-server.toml for buildinggadgets tracking
[05Dec2019 12:03:49.960] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file buildinggadgets-common.toml for buildinggadgets tracking
[05Dec2019 12:03:49.960] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file buildinggadgets-client.toml for buildinggadgets tracking
[05Dec2019 12:03:49.961] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rsgauges-common.toml for rsgauges tracking
[05Dec2019 12:03:49.961] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rsgauges of type wile.rsgauges.ModRsGauges
[05Dec2019 12:03:49.961] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rsgauges
[05Dec2019 12:03:49.961] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rsgauges
[05Dec2019 12:03:49.961] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing wile.rsgauges.ModRsGauges$ForgeEvents to MOD
[05Dec2019 12:03:49.962] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rsgauges
[05Dec2019 12:03:49.962] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance ironjetpacks of type com.blakebr0.ironjetpacks.IronJetpacks
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ironjetpacks-client.toml for ironjetpacks tracking
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ironjetpacks-common.toml for ironjetpacks tracking
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file ironjetpacks-server.toml for ironjetpacks tracking
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance ironjetpacks of type com.blakebr0.ironjetpacks.IronJetpacks
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for ironjetpacks
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for ironjetpacks
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for ironjetpacks
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance coffeespawner of type mods.coffeespawner.CoffeeSpawner
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance coffeespawner of type mods.coffeespawner.CoffeeSpawner
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for coffeespawner
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for coffeespawner
[05Dec2019 12:03:50.022] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mods.coffeespawner.CoffeeSpawner$RegistryEvents to MOD
[05Dec2019 12:03:50.024] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for coffeespawner
[05Dec2019 12:03:50.024] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cookingforblockheads of type net.blay09.mods.cookingforblockheads.CookingForBlockheads
[05Dec2019 12:03:50.035] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cookingforblockheads-common.toml for cookingforblockheads tracking
[05Dec2019 12:03:50.035] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cookingforblockheads-client.toml for cookingforblockheads tracking
[05Dec2019 12:03:50.042] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cookingforblockheads of type net.blay09.mods.cookingforblockheads.CookingForBlockheads
[05Dec2019 12:03:50.042] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cookingforblockheads
[05Dec2019 12:03:50.042] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cookingforblockheads
[05Dec2019 12:03:50.042] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.cookingforblockheads.CookingForBlockheads to MOD
[05Dec2019 12:03:50.042] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.cookingforblockheads.compat.json.JsonCompatLoader to FORGE
[05Dec2019 12:03:50.046] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.cookingforblockheads.compat.CompatCapabilityLoader to FORGE
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cookingforblockheads
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance placebo of type shadows.placebo.Placebo
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance placebo of type shadows.placebo.Placebo
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for placebo
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for placebo
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for placebo
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance dankstorage of type com.tfar.dankstorage.DankStorage
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file dankstorage-client.toml for dankstorage tracking
[05Dec2019 12:03:50.047] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file dankstorage-server.toml for dankstorage tracking
[05Dec2019 12:03:50.048] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance dankstorage of type com.tfar.dankstorage.DankStorage
[05Dec2019 12:03:50.048] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for dankstorage
[05Dec2019 12:03:50.048] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for dankstorage
[05Dec2019 12:03:50.048] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.dankstorage.event.DankEventHandler to FORGE
[05Dec2019 12:03:50.049] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.dankstorage.DankStorage$RegistryEvents to MOD
[05Dec2019 12:03:50.050] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for dankstorage
[05Dec2019 12:03:50.051] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mightyarchitect of type com.simibubi.mightyarchitect.TheMightyArchitect
[05Dec2019 12:03:50.051] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mightyarchitect of type com.simibubi.mightyarchitect.TheMightyArchitect
[05Dec2019 12:03:50.051] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mightyarchitect
[05Dec2019 12:03:50.051] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mightyarchitect
[05Dec2019 12:03:50.051] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.simibubi.mightyarchitect.TheMightyArchitect to FORGE
[05Dec2019 12:03:50.051] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.simibubi.mightyarchitect.TheMightyArchitect$RegistryListener to MOD
[05Dec2019 12:03:50.051] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mightyarchitect
[05Dec2019 12:03:50.051] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance rangedpumps of type com.raoulvdberge.rangedpumps.RangedPumps
[05Dec2019 12:03:50.052] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file rangedpumps-server.toml for rangedpumps tracking
[05Dec2019 12:03:50.055] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance buildinggadgets of type com.direwolf20.buildinggadgets.common.BuildingGadgets
[05Dec2019 12:03:50.055] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for buildinggadgets
[05Dec2019 12:03:50.055] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for buildinggadgets
[05Dec2019 12:03:50.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.events.ItemPickupHandler to FORGE
[05Dec2019 12:03:50.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.events.BreakEventHandler to FORGE
[05Dec2019 12:03:50.056] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.events.WorldTemplateProviderHandler to FORGE
[05Dec2019 12:03:50.057] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.registry.OurSounds to MOD
[05Dec2019 12:03:50.058] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.registry.OurBlocks to MOD
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance rangedpumps of type com.raoulvdberge.rangedpumps.RangedPumps
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for rangedpumps
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for rangedpumps
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for rangedpumps
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance uncrafted of type xxrexraptorxx.main.Uncrafted
[05Dec2019 12:03:50.061] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.registry.Registries to MOD
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance uncrafted of type xxrexraptorxx.main.Uncrafted
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for uncrafted
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for uncrafted
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for uncrafted
[05Dec2019 12:03:50.061] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance veggie_way of type com.kwpugh.veggie_way.VeggieWay
[05Dec2019 12:03:50.062] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.registry.OurEntities to MOD
[05Dec2019 12:03:50.062] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance veggie_way of type com.kwpugh.veggie_way.VeggieWay
[05Dec2019 12:03:50.062] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for veggie_way
[05Dec2019 12:03:50.062] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for veggie_way
[05Dec2019 12:03:50.062] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.veggie_way.init.ItemInit$RegistryEvents to MOD
[05Dec2019 12:03:50.063] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.registry.OurItems to MOD
[05Dec2019 12:03:50.063] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.registry.OurContainers to MOD
[05Dec2019 12:03:50.063] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kwpugh.veggie_way.init.BlockInit$RegistryEvents to MOD
[05Dec2019 12:03:50.064] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for veggie_way
[05Dec2019 12:03:50.064] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance uteamcore of type info.u_team.u_team_core.UCoreMain
[05Dec2019 12:03:50.065] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file uteamcore-client.toml for uteamcore tracking
[05Dec2019 12:03:50.065] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.direwolf20.buildinggadgets.common.config.Config to FORGE
[05Dec2019 12:03:50.065] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for buildinggadgets
[05Dec2019 12:03:50.065] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance unstabletools of type com.tfar.unstabletools.UnstableTools
[05Dec2019 12:03:50.066] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file unstabletools-common.toml for unstabletools tracking
[05Dec2019 12:03:50.066] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance unstabletools of type com.tfar.unstabletools.UnstableTools
[05Dec2019 12:03:50.066] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for unstabletools
[05Dec2019 12:03:50.066] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for unstabletools
[05Dec2019 12:03:50.066] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.unstabletools.UnstableTools$RegistryEvents to MOD
[05Dec2019 12:03:50.067] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance uteamcore of type info.u_team.u_team_core.UCoreMain
[05Dec2019 12:03:50.067] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for uteamcore
[05Dec2019 12:03:50.067] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for uteamcore
[05Dec2019 12:03:50.067] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreRecipeSerializers to MOD
[05Dec2019 12:03:50.067] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.unstabletools.item.ItemUnstableIngot to FORGE
[05Dec2019 12:03:50.122] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.init.UCoreCommands to FORGE
[05Dec2019 12:03:50.123] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.u_team_core.intern.data.UCoreDataGenerator to MOD
[05Dec2019 12:03:50.124] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for uteamcore
[05Dec2019 12:03:50.124] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cyclopscore of type org.cyclops.cyclopscore.CyclopsCore
[05Dec2019 12:03:50.137] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cyclopscore-common.toml for cyclopscore tracking
[05Dec2019 12:03:50.137] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cyclopscore-client.toml for cyclopscore tracking
[05Dec2019 12:03:50.138] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cyclopscore of type org.cyclops.cyclopscore.CyclopsCore
[05Dec2019 12:03:50.138] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cyclopscore
[05Dec2019 12:03:50.138] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cyclopscore
[05Dec2019 12:03:50.138] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cyclopscore
[05Dec2019 12:03:50.140] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Scala Class Loaded class com.yogpc.qp.QuarryPlus with cpw.mods.modlauncher.TransformingClassLoader@5e2a3040.
[05Dec2019 12:03:50.141] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Scala Mod instance for quarryplus is about to create. com.yogpc.qp.QuarryPlus
[05Dec2019 12:03:50.151] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.tfar.unstabletools.item.ItemDivisionSign to FORGE
[05Dec2019 12:03:50.161] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for unstabletools
[05Dec2019 12:03:50.161] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance forgivingvoid of type net.blay09.mods.forgivingvoid.ForgivingVoid
[05Dec2019 12:03:50.220] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file forgivingvoid-common.toml for forgivingvoid tracking
[05Dec2019 12:03:50.220] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance forgivingvoid of type net.blay09.mods.forgivingvoid.ForgivingVoid
[05Dec2019 12:03:50.220] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for forgivingvoid
[05Dec2019 12:03:50.220] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for forgivingvoid
[05Dec2019 12:03:50.221] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.forgivingvoid.ForgivingVoid to FORGE
[05Dec2019 12:03:50.221] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for forgivingvoid
[05Dec2019 12:03:50.221] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance apotheosis of type shadows.apotheosis.Apotheosis
[05Dec2019 12:03:50.341] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance apotheosis of type shadows.apotheosis.Apotheosis
[05Dec2019 12:03:50.341] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for apotheosis
[05Dec2019 12:03:50.341] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for apotheosis
[05Dec2019 12:03:50.341] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for apotheosis
[05Dec2019 12:03:50.341] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance al of type com.natamus.allloot.Main
[05Dec2019 12:03:50.342] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file al-common.toml for al tracking
[05Dec2019 12:03:50.343] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance al of type com.natamus.allloot.Main
[05Dec2019 12:03:50.343] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for al
[05Dec2019 12:03:50.343] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for al
[05Dec2019 12:03:50.343] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.allloot.events.EntityEvent to FORGE
[05Dec2019 12:03:50.343] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for al
[05Dec2019 12:03:50.344] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance morpheus of type net.quetzi.morpheus.Morpheus
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file morpheus-server.toml for morpheus tracking
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance morpheus of type net.quetzi.morpheus.Morpheus
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for morpheus
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for morpheus
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for morpheus
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance speedyhoppers of type al132.speedyhoppers.SpeedyHoppers
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance speedyhoppers of type al132.speedyhoppers.SpeedyHoppers
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for speedyhoppers
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for speedyhoppers
[05Dec2019 12:03:50.346] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing al132.speedyhoppers.SpeedyHoppers$RegistryEvents to MOD
[05Dec2019 12:03:50.348] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for speedyhoppers
[05Dec2019 12:03:50.348] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance colorfulhealthbar of type locusway.colorfulhealthbar.ColorfulHealthBar
[05Dec2019 12:03:50.350] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file colorfulhealthbar-client.toml for colorfulhealthbar tracking
[05Dec2019 12:03:50.350] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance colorfulhealthbar of type locusway.colorfulhealthbar.ColorfulHealthBar
[05Dec2019 12:03:50.350] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for colorfulhealthbar
[05Dec2019 12:03:50.350] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for colorfulhealthbar
[05Dec2019 12:03:50.350] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing locusway.colorfulhealthbar.proxy.CommonProxy to FORGE
[05Dec2019 12:03:50.350] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing locusway.colorfulhealthbar.config.Configs to FORGE
[05Dec2019 12:03:50.350] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for colorfulhealthbar
[05Dec2019 12:03:50.350] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance tmechworks of type slimeknights.tmechworks.TMechworks
[05Dec2019 12:03:50.428] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance tmechworks of type slimeknights.tmechworks.TMechworks
[05Dec2019 12:03:50.428] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for tmechworks
[05Dec2019 12:03:50.429] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for tmechworks
[05Dec2019 12:03:50.429] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing slimeknights.tmechworks.common.event.DrawbridgeSoundEventListener to FORGE
[05Dec2019 12:03:50.429] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for tmechworks
[05Dec2019 12:03:50.430] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance exp_ore of type mod.krevik.expore.Main
[05Dec2019 12:03:50.431] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file exp_ore-common.toml for exp_ore tracking
[05Dec2019 12:03:50.432] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance exp_ore of type mod.krevik.expore.Main
[05Dec2019 12:03:50.432] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for exp_ore
[05Dec2019 12:03:50.432] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for exp_ore
[05Dec2019 12:03:50.432] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.krevik.expore.Main$RegistryEvents to MOD
[05Dec2019 12:03:50.433] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing mod.krevik.expore.ConfigHandler to MOD
[05Dec2019 12:03:50.433] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for exp_ore
[05Dec2019 12:03:50.433] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance energeticsheep of type org.cyclops.energeticsheep.EnergeticSheep
[05Dec2019 12:03:50.520] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file energeticsheep-common.toml for energeticsheep tracking
[05Dec2019 12:03:50.520] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file energeticsheep-server.toml for energeticsheep tracking
[05Dec2019 12:03:50.521] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance energeticsheep of type org.cyclops.energeticsheep.EnergeticSheep
[05Dec2019 12:03:50.521] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for energeticsheep
[05Dec2019 12:03:50.521] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for energeticsheep
[05Dec2019 12:03:50.521] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing org.cyclops.energeticsheep.entity.EntityEnergeticSheep to FORGE
[05Dec2019 12:03:50.633] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for energeticsheep
[05Dec2019 12:03:50.633] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance respawnablepets of type moriyashiine.respawnablepets.RespawnablePets
[05Dec2019 12:03:50.747] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file respawnablepets-common.toml for respawnablepets tracking
[05Dec2019 12:03:50.747] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance respawnablepets of type moriyashiine.respawnablepets.RespawnablePets
[05Dec2019 12:03:50.747] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for respawnablepets
[05Dec2019 12:03:50.747] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for respawnablepets
[05Dec2019 12:03:50.747] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing moriyashiine.respawnablepets.RespawnablePets$Registry to MOD
[05Dec2019 12:03:50.748] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for respawnablepets
[05Dec2019 12:03:50.748] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance quirkygenerators of type al132.quirkygenerators.QuirkyGenerators
[05Dec2019 12:03:50.750] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file quirkygenerators-common.toml for quirkygenerators tracking
[05Dec2019 12:03:50.752] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance quirkygenerators of type al132.quirkygenerators.QuirkyGenerators
[05Dec2019 12:03:50.752] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for quirkygenerators
[05Dec2019 12:03:50.752] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for quirkygenerators
[05Dec2019 12:03:50.752] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing al132.quirkygenerators.QuirkyGenerators$RegistryEvents to MOD
[05Dec2019 12:03:50.753] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for quirkygenerators
[05Dec2019 12:03:50.753] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mysticallib of type epicsquid.mysticallib.MysticalLib
[05Dec2019 12:03:50.754] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mysticallib of type epicsquid.mysticallib.MysticalLib
[05Dec2019 12:03:50.754] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mysticallib
[05Dec2019 12:03:50.754] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mysticallib
[05Dec2019 12:03:50.754] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticallib.MysticalLib to MOD
[05Dec2019 12:03:50.754] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing epicsquid.mysticallib.LibRegistry to FORGE
[05Dec2019 12:03:50.755] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mysticallib
[05Dec2019 12:03:50.755] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance refinedstorage of type com.raoulvdberge.refinedstorage.RS
[05Dec2019 12:03:50.756] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file refinedstorage-server.toml for refinedstorage tracking
[05Dec2019 12:03:50.756] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file refinedstorage-client.toml for refinedstorage tracking
[05Dec2019 12:03:50.855] [modloading-worker-1/INFO] [com.raoulvdberge.refinedstorage.apiimpl.API/]: Found 0 RS API injection points
[05Dec2019 12:03:50.855] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance refinedstorage of type com.raoulvdberge.refinedstorage.RS
[05Dec2019 12:03:50.855] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for refinedstorage
[05Dec2019 12:03:50.855] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for refinedstorage
[05Dec2019 12:03:50.855] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for refinedstorage
[05Dec2019 12:03:50.855] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mcwbridges of type com.mcwbridges.kikoz.MacawsBridges
[05Dec2019 12:03:50.856] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mcwbridges of type com.mcwbridges.kikoz.MacawsBridges
[05Dec2019 12:03:50.856] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mcwbridges
[05Dec2019 12:03:50.856] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mcwbridges
[05Dec2019 12:03:50.856] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mcwbridges.kikoz.MacawsBridges$RegistryEvents to MOD
[05Dec2019 12:03:50.857] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mcwbridges
[05Dec2019 12:03:50.857] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance usefulbackpacks of type info.u_team.useful_backpacks.UsefulBackpacksMod
[05Dec2019 12:03:50.858] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file usefulbackpacks-server.toml for usefulbackpacks tracking
[05Dec2019 12:03:50.858] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance usefulbackpacks of type info.u_team.useful_backpacks.UsefulBackpacksMod
[05Dec2019 12:03:50.858] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for usefulbackpacks
[05Dec2019 12:03:50.858] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for usefulbackpacks
[05Dec2019 12:03:50.858] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksRecipeSerializers to MOD
[05Dec2019 12:03:50.860] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksItems to MOD
[05Dec2019 12:03:50.924] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.init.UsefulBackpacksContainerTypes to MOD
[05Dec2019 12:03:50.927] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing info.u_team.useful_backpacks.data.UsefulBackpacksDataGenerator to MOD
[05Dec2019 12:03:50.928] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for usefulbackpacks
[05Dec2019 12:03:50.928] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance torchmaster of type net.xalcon.torchmaster.Torchmaster
[05Dec2019 12:03:50.930] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file torchmaster.toml for torchmaster tracking
[05Dec2019 12:03:50.930] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance torchmaster of type net.xalcon.torchmaster.Torchmaster
[05Dec2019 12:03:50.930] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for torchmaster
[05Dec2019 12:03:50.930] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for torchmaster
[05Dec2019 12:03:50.930] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.xalcon.torchmaster.TorchmasterConfig to MOD
[05Dec2019 12:03:50.930] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.xalcon.torchmaster.common.ModItems$RegistryEvents to MOD
[05Dec2019 12:03:50.931] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.xalcon.torchmaster.common.logic.entityblocking.EntityBlockingEventHandler to FORGE
[05Dec2019 12:03:50.933] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.xalcon.torchmaster.common.ModBlocks$RegistryEvents to MOD
[05Dec2019 12:03:50.947] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for torchmaster
[05Dec2019 12:03:50.947] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance embellishcraft of type tv.mapper.embellishcraft.EmbellishCraft
[05Dec2019 12:03:50.949] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file embellishcraft-server.toml for embellishcraft tracking
[05Dec2019 12:03:50.950] [modloading-worker-1/DEBUG] [tv.mapper.embellishcraft.EmbellishCraft/]: Loading config file /home/minecraft/servers/mine261304/config/embellishcraft-server.toml
[05Dec2019 12:03:50.951] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance embellishcraft of type tv.mapper.embellishcraft.EmbellishCraft
[05Dec2019 12:03:50.951] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for embellishcraft
[05Dec2019 12:03:50.951] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for embellishcraft
[05Dec2019 12:03:50.951] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tv.mapper.embellishcraft.util.SeatUtil to FORGE
[05Dec2019 12:03:50.954] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tv.mapper.embellishcraft.init.ModItems to MOD
[05Dec2019 12:03:50.955] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tv.mapper.embellishcraft.init.ModEntities$Registration to MOD
[05Dec2019 12:03:50.957] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tv.mapper.embellishcraft.init.ModBlocks to MOD
[05Dec2019 12:03:50.968] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for embellishcraft
[05Dec2019 12:03:50.968] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance bettercrates of type thetestmod.bettercrates.BetterCrates
[05Dec2019 12:03:51.041] [modloading-worker-1/INFO] [STDOUT/]: [thetestmod.bettercrates.BetterCrates:<init>:29]: Just a log from BetterCrates >>> 7 ... Block{bettercrates:wooden_crate}
[05Dec2019 12:03:51.042] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance bettercrates of type thetestmod.bettercrates.BetterCrates
[05Dec2019 12:03:51.042] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for bettercrates
[05Dec2019 12:03:51.042] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for bettercrates
[05Dec2019 12:03:51.042] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing thetestmod.bettercrates.BCEventHandler to MOD
[05Dec2019 12:03:51.043] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for bettercrates
[05Dec2019 12:03:51.043] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance biomesoplenty of type biomesoplenty.core.BiomesOPlenty
[05Dec2019 12:03:51.045] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file biomesoplenty/server.toml for biomesoplenty tracking
[05Dec2019 12:03:51.045] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance biomesoplenty of type biomesoplenty.core.BiomesOPlenty
[05Dec2019 12:03:51.045] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for biomesoplenty
[05Dec2019 12:03:51.045] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for biomesoplenty
[05Dec2019 12:03:51.045] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModBiomes to MOD
[05Dec2019 12:03:51.331] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file quarryplus-common.toml for quarryplus tracking
[05Dec2019 12:03:51.332] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file quarryplus-client.toml for quarryplus tracking
[05Dec2019 12:03:51.336] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Scala Mod instance for quarryplus created. com.yogpc.qp.QuarryPlus@71b125f2
[05Dec2019 12:03:51.336] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Injecting Automatic event subscribers for quarryplus
[05Dec2019 12:03:51.336] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for quarryplus
[05Dec2019 12:03:51.336] [modloading-worker-3/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Completed Automatic event subscribers for quarryplus
[05Dec2019 12:03:51.336] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance upsizer of type org.jwaresoftware.mcmods.upsizer.Upsizer
[05Dec2019 12:03:51.338] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file /home/minecraft/servers/mine261304/config/wabbity_upsizer.toml for upsizer tracking
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance upsizer of type org.jwaresoftware.mcmods.upsizer.Upsizer
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for upsizer
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for upsizer
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing org.jwaresoftware.mcmods.upsizer.Upsizer to MOD
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for upsizer
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance vilnames of type com.natamus.villagernames.Main
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file vilnames-common.toml for vilnames tracking
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance vilnames of type com.natamus.villagernames.Main
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for vilnames
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for vilnames
[05Dec2019 12:03:51.339] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.villagernames.events.VillagerEvent to FORGE
[05Dec2019 12:03:51.340] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for vilnames
[05Dec2019 12:03:51.340] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance prefab of type com.wuest.prefab.Prefab
[05Dec2019 12:03:51.343] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file prefab-server.toml for prefab tracking
[05Dec2019 12:03:51.343] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Loading config file /home/minecraft/servers/mine261304/config/prefab.toml
[05Dec2019 12:03:51.343] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Built TOML config for /home/minecraft/servers/mine261304/config/prefab.toml
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Loaded TOML config file /home/minecraft/servers/mine261304/config/prefab.toml
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Stone
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Glowstone
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Dirt
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Chest
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Pile of Bricks
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Warehouse
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Produce Farm
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Tree Farm
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Chicken Coop
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Fish Farm
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Warehouse Upgrade
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Advanced Warehouse
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Monster Masher
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Bundle of Timber
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Horse Stable
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Nether Gate
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Advanced Chicken Coop
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Advanced Horse Stable
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Barn
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Machinery Tower
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Defense Bunker
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Mineshaft Entrance
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Ender Gateway
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Magic Temple
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Instant Bridge
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Paper Lantern
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Compressed Obsidian
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Villager Houses
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Phasic Block
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Smart Glass
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Green House
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Starting House
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Glass Stairs
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Glass Slabs
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Andesite Stairs
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Andesite Slabs
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Diorite Stairs
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Diorite Slabs
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Granite Stairs
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Granite Slabs
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Moderate House
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Grassy Plains
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Aqua Base
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Watch Tower
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Bulldozer
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: StructurePart
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Jail
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Saloon
[05Dec2019 12:03:51.344] [modloading-worker-3/DEBUG] [com.wuest.prefab.Prefab/]: Setting recipe configuration for key: Ski Lodge
[05Dec2019 12:03:51.520] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance prefab of type com.wuest.prefab.Prefab
[05Dec2019 12:03:51.520] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for prefab
[05Dec2019 12:03:51.520] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for prefab
[05Dec2019 12:03:51.520] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.wuest.prefab.Structures.Events.StructureEventHandler to FORGE
[05Dec2019 12:03:51.523] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.wuest.prefab.Events.ModEventHandler to FORGE
[05Dec2019 12:03:51.524] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.wuest.prefab.Events.ClientServerEventHandler to MOD
[05Dec2019 12:03:51.524] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for prefab
[05Dec2019 12:03:51.524] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance embellishcraft-bop of type tv.mapper.embellishcraftbop.EmbellishCraftBOP
[05Dec2019 12:03:51.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance embellishcraft-bop of type tv.mapper.embellishcraftbop.EmbellishCraftBOP
[05Dec2019 12:03:51.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for embellishcraft-bop
[05Dec2019 12:03:51.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for embellishcraft-bop
[05Dec2019 12:03:51.525] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing tv.mapper.embellishcraftbop.init.ModBlocks to MOD
[05Dec2019 12:03:51.528] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for embellishcraft-bop
[05Dec2019 12:03:51.528] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance planttech2 of type net.kaneka.planttech2.PlantTechMain
[05Dec2019 12:03:51.546] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance planttech2 of type net.kaneka.planttech2.PlantTechMain
[05Dec2019 12:03:51.546] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for planttech2
[05Dec2019 12:03:51.546] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for planttech2
[05Dec2019 12:03:51.546] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.kaneka.planttech2.events.RegistryEvents to MOD
[05Dec2019 12:03:51.548] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.kaneka.planttech2.events.PlayerEvents to FORGE
[05Dec2019 12:03:51.548] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.kaneka.planttech2.events.ItemStackEvents to FORGE
[05Dec2019 12:03:51.548] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for planttech2
[05Dec2019 12:03:51.548] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance silents_mechanisms of type net.silentchaos512.mechanisms.SilentMechanisms
[05Dec2019 12:03:51.627] [modloading-worker-3/INFO] [net.silentchaos512.utils.config.ConfigSpecWrapper/]: Loading config file /home/minecraft/servers/mine261304/config/silents-mechanisms-common.toml
[05Dec2019 12:03:51.638] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModItems to MOD
[05Dec2019 12:03:51.640] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModSounds to MOD
[05Dec2019 12:03:51.641] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModBlocks to MOD
[05Dec2019 12:03:51.842] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance silents_mechanisms of type net.silentchaos512.mechanisms.SilentMechanisms
[05Dec2019 12:03:51.842] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for silents_mechanisms
[05Dec2019 12:03:51.842] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for silents_mechanisms
[05Dec2019 12:03:51.842] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.mechanisms.events.CommonEvents to FORGE
[05Dec2019 12:03:51.843] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.silentchaos512.mechanisms.block.wire.WireNetworkManager to FORGE
[05Dec2019 12:03:51.846] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for silents_mechanisms
[05Dec2019 12:03:51.846] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance mcfurnace of type fr.mathieu.mcfurnace.utils.MCFurnaceMain
[05Dec2019 12:03:51.846] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance mcfurnace of type fr.mathieu.mcfurnace.utils.MCFurnaceMain
[05Dec2019 12:03:51.846] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for mcfurnace
[05Dec2019 12:03:51.846] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for mcfurnace
[05Dec2019 12:03:51.846] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing fr.mathieu.mcfurnace.utils.MCFurnaceBlocks to MOD
[05Dec2019 12:03:51.869] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for mcfurnace
[05Dec2019 12:03:51.869] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance kleeslabs of type net.blay09.mods.kleeslabs.KleeSlabs
[05Dec2019 12:03:51.871] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file kleeslabs-common.toml for kleeslabs tracking
[05Dec2019 12:03:51.871] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance kleeslabs of type net.blay09.mods.kleeslabs.KleeSlabs
[05Dec2019 12:03:51.871] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for kleeslabs
[05Dec2019 12:03:51.871] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for kleeslabs
[05Dec2019 12:03:51.871] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.kleeslabs.registry.json.JsonCompatLoader to FORGE
[05Dec2019 12:03:51.872] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.kleeslabs.network.SyncHandler to FORGE
[05Dec2019 12:03:51.872] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.blay09.mods.kleeslabs.BlockBreakHandler to FORGE
[05Dec2019 12:03:51.873] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for kleeslabs
[05Dec2019 12:03:51.873] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance chickendropfeathersmod of type de.axelrindle.chickendropfeathersmod.ChickenDropFeathersMod
[05Dec2019 12:03:51.873] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance chickendropfeathersmod of type de.axelrindle.chickendropfeathersmod.ChickenDropFeathersMod
[05Dec2019 12:03:51.873] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for chickendropfeathersmod
[05Dec2019 12:03:51.873] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for chickendropfeathersmod
[05Dec2019 12:03:51.873] [modloading-worker-3/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for chickendropfeathersmod
[05Dec2019 12:03:51.928] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing biomesoplenty.init.ModEntities to MOD
[05Dec2019 12:03:51.929] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for biomesoplenty
[05Dec2019 12:03:51.929] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance wandermaid of type teammaid.wandermaid.WanderMaid
[05Dec2019 12:03:51.931] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance wandermaid of type teammaid.wandermaid.WanderMaid
[05Dec2019 12:03:51.931] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for wandermaid
[05Dec2019 12:03:51.931] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for wandermaid
[05Dec2019 12:03:51.931] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing teammaid.wandermaid.WanderMaid$RegistryEvents to MOD
[05Dec2019 12:03:51.932] [modloading-worker-1/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for wandermaid
[05Dec2019 12:03:52.472] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModSounds to MOD
[05Dec2019 12:03:52.473] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModRecipeSerializers to MOD
[05Dec2019 12:03:52.475] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModItems to MOD
[05Dec2019 12:03:52.476] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModEntities to MOD
[05Dec2019 12:03:52.478] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity cfm:seat
[05Dec2019 12:03:52.478] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModContainers to MOD
[05Dec2019 12:03:52.480] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.core.ModBlocks to MOD
[05Dec2019 12:03:52.480] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.mrcrayfish.furniture.common.mail.PostOffice to FORGE
[05Dec2019 12:03:52.482] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cfm
[05Dec2019 12:03:52.482] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance shulkerdt of type com.natamus.shulkerdropstwo.Main
[05Dec2019 12:03:52.484] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file shulkerdt-common.toml for shulkerdt tracking
[05Dec2019 12:03:52.484] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance shulkerdt of type com.natamus.shulkerdropstwo.Main
[05Dec2019 12:03:52.484] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for shulkerdt
[05Dec2019 12:03:52.484] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for shulkerdt
[05Dec2019 12:03:52.484] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.natamus.shulkerdropstwo.events.EntityEvent to FORGE
[05Dec2019 12:03:52.484] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for shulkerdt
[05Dec2019 12:03:52.484] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance globalxp of type bl4ckscor3.mod.globalxp.GlobalXP
[05Dec2019 12:03:52.485] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file globalxp-client.toml for globalxp tracking
[05Dec2019 12:03:52.486] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance globalxp of type bl4ckscor3.mod.globalxp.GlobalXP
[05Dec2019 12:03:52.486] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for globalxp
[05Dec2019 12:03:52.486] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for globalxp
[05Dec2019 12:03:52.486] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing bl4ckscor3.mod.globalxp.GlobalXP to MOD
[05Dec2019 12:03:52.486] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for globalxp
[05Dec2019 12:03:52.486] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance hsbdry of type net.mcreator.hsbdry.hsbdry
[05Dec2019 12:03:52.662] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity muddypigcreature
[05Dec2019 12:03:52.700] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance hsbdry of type net.mcreator.hsbdry.hsbdry
[05Dec2019 12:03:52.700] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for hsbdry
[05Dec2019 12:03:52.700] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for hsbdry
[05Dec2019 12:03:52.700] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for hsbdry
[05Dec2019 12:03:52.700] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance charm of type svenhjol.charm.Charm
[05Dec2019 12:03:52.762] [modloading-worker-2/INFO] [Meson/]: Creating config for module BlockOfRottenFlesh
[05Dec2019 12:03:52.763] [modloading-worker-2/INFO] [Meson/]: Creating config for module BlockOfMoonstone
[05Dec2019 12:03:52.763] [modloading-worker-2/INFO] [Meson/]: Creating config for module SmoothGlowstone
[05Dec2019 12:03:52.763] [modloading-worker-2/INFO] [Meson/]: Creating config for module BlockOfEnderPearls
[05Dec2019 12:03:52.787] [modloading-worker-2/INFO] [Meson/]: Creating config for module RedstoneSand
[05Dec2019 12:03:52.787] [modloading-worker-2/INFO] [Meson/]: Creating config for module BlockOfGunpowder
[05Dec2019 12:03:52.787] [modloading-worker-2/INFO] [Meson/]: Creating config for module VariableRedstoneLamp
[05Dec2019 12:03:52.790] [modloading-worker-2/INFO] [Meson/]: Creating config for module CurseBreak
[05Dec2019 12:03:52.790] [modloading-worker-2/INFO] [Meson/]: Creating config for module Magnetic
[05Dec2019 12:03:52.790] [modloading-worker-2/INFO] [Meson/]: Creating config for module Homing
[05Dec2019 12:03:52.790] [modloading-worker-2/INFO] [Meson/]: Creating config for module Salvage
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module RemovePotionGlint
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module MobsAffectedByBeacon
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module PickaxesBreakPistons
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module HuskImprovements
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module StackablePotions
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module UseTotemFromInventory
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module ComposterImprovements
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module NoAnvilMinimumXp
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module AmbientMusicImprovements
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module ExtraMusicDiscs
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module SpongesReduceFallDamage
[05Dec2019 12:03:52.791] [modloading-worker-2/INFO] [Meson/]: Creating config for module AutomaticRecipeUnlock
[05Dec2019 12:03:52.792] [modloading-worker-2/INFO] [Meson/]: Creating config for module RemoveNitwits
[05Dec2019 12:03:52.792] [modloading-worker-2/INFO] [Meson/]: Creating config for module EmeraldBlockOpensTrades
[05Dec2019 12:03:52.792] [modloading-worker-2/INFO] [Meson/]: Creating config for module WitchesDropLuck
[05Dec2019 12:03:52.792] [modloading-worker-2/INFO] [Meson/]: Creating config for module StackableEnchantedBooks
[05Dec2019 12:03:52.792] [modloading-worker-2/INFO] [Meson/]: Creating config for module TamedAnimalsNoDamage
[05Dec2019 12:03:52.792] [modloading-worker-2/INFO] [Meson/]: Creating config for module CauldronWaterSource
[05Dec2019 12:03:52.792] [modloading-worker-2/INFO] [Meson/]: Creating config for module LeatherArmorInvisibility
[05Dec2019 12:03:52.821] [modloading-worker-2/INFO] [Meson/]: Creating config for module ExtractEnchantments
[05Dec2019 12:03:52.821] [modloading-worker-2/INFO] [Meson/]: Creating config for module DecreaseRepairCost
[05Dec2019 12:03:52.821] [modloading-worker-2/INFO] [Meson/]: Creating config for module TallowIncreasesDurability
[05Dec2019 12:03:52.823] [modloading-worker-2/INFO] [Meson/]: Creating config for module BatInABucket
[05Dec2019 12:03:52.823] [modloading-worker-2/INFO] [Meson/]: Creating config for module CompassBinding
[05Dec2019 12:03:52.823] [modloading-worker-2/INFO] [Meson/]: Creating config for module Moonstones
[05Dec2019 12:03:52.828] [modloading-worker-2/INFO] [Meson/]: Creating config for module Decay
[05Dec2019 12:03:52.829] [modloading-worker-2/INFO] [Meson/]: Creating config for module Coffee
[05Dec2019 12:03:52.829] [modloading-worker-2/INFO] [Meson/]: Creating config for module FlavoredCake
[05Dec2019 12:03:52.834] [modloading-worker-2/INFO] [Meson/]: Creating config for module MoreVillagerTrades
[05Dec2019 12:03:52.834] [modloading-worker-2/INFO] [Meson/]: Creating config for module AdditionalMobsInStructures
[05Dec2019 12:03:52.834] [modloading-worker-2/INFO] [Meson/]: Creating config for module Fumaroles
[05Dec2019 12:03:52.834] [modloading-worker-2/INFO] [Meson/]: Creating config for module StructureMaps
[05Dec2019 12:03:52.834] [modloading-worker-2/INFO] [Meson/]: Creating config for module EndermitePowder
[05Dec2019 12:03:52.834] [modloading-worker-2/INFO] [Meson/]: Creating config for module EndPortalRunes
[05Dec2019 12:03:52.835] [modloading-worker-2/INFO] [Meson/]: Creating config for module NetherGoldDeposits
[05Dec2019 12:03:52.835] [modloading-worker-2/INFO] [Meson/]: Creating config for module MoreVillageBiomes
[05Dec2019 12:03:52.842] [modloading-worker-2/INFO] [Meson/]: Creating config for module RandomAnimalTextures
[05Dec2019 12:03:52.842] [modloading-worker-2/INFO] [Meson/]: Creating config for module Crates
[05Dec2019 12:03:52.842] [modloading-worker-2/INFO] [Meson/]: Creating config for module BookshelfChests
[05Dec2019 12:03:52.842] [modloading-worker-2/INFO] [Meson/]: Creating config for module AllTheBarrels
[05Dec2019 12:03:52.842] [modloading-worker-2/INFO] [Meson/]: Creating config for module GoldLanterns
[05Dec2019 12:03:52.843] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file charm-common.toml for charm tracking
[05Dec2019 12:03:52.850] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_open with type class net.minecraft.util.SoundEvent
[05Dec2019 12:03:52.850] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_close with type class net.minecraft.util.SoundEvent
[05Dec2019 12:03:52.850] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:homing with type class net.minecraft.util.SoundEvent
[05Dec2019 12:03:52.850] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:wood_smash with type class net.minecraft.util.SoundEvent
[05Dec2019 12:03:52.850] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:fumarole_bubbling with type class net.minecraft.util.SoundEvent
[05Dec2019 12:03:52.850] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:fumarole_erupt with type class net.minecraft.util.SoundEvent
[05Dec2019 12:03:52.850] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music.charm_cold with type class net.minecraft.util.SoundEvent
[05Dec2019 12:03:52.852] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:52.854] [modloading-worker-2/DEBUG] [Meson/]: Registered object minecraft:piston with type class net.minecraft.block.Block
[05Dec2019 12:03:52.854] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:52.854] [modloading-worker-2/DEBUG] [Meson/]: Registered object minecraft:piston with type class net.minecraft.item.Item
[05Dec2019 12:03:52.854] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sticky_piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:52.854] [modloading-worker-2/DEBUG] [Meson/]: Registered object minecraft:sticky_piston with type class net.minecraft.block.Block
[05Dec2019 12:03:52.854] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sticky_piston`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:52.854] [modloading-worker-2/DEBUG] [Meson/]: Registered object minecraft:sticky_piston with type class net.minecraft.item.Item
[05Dec2019 12:03:52.854] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:52.854] [modloading-worker-2/DEBUG] [Meson/]: Registered object minecraft:potion with type class net.minecraft.item.Item
[05Dec2019 12:03:52.854] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `splash_potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:52.854] [modloading-worker-2/DEBUG] [Meson/]: Registered object minecraft:splash_potion with type class net.minecraft.item.Item
[05Dec2019 12:03:52.854] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `lingering_potion`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:52.854] [modloading-worker-2/DEBUG] [Meson/]: Registered object minecraft:lingering_potion with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_calm1 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_calm2 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_calm3 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_hal1 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_hal2 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_hal3 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_hal4 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_nuance1 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_nuance2 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_piano1 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_piano2 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_piano3 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_creative1 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_creative2 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_creative3 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_creative4 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_creative5 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_creative6 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_nether1 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.855] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_nether2 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_nether3 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_nether4 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_menu1 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_menu2 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_menu3 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_menu4 with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_axolotl with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_dragon_fish with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_shuniji with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:music_disc_charm_cold with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `enchanted_book`, expected `charm`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object minecraft:enchanted_book with type class net.minecraft.item.Item
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:curse_break with type class net.minecraft.enchantment.Enchantment
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:magnetic with type class net.minecraft.enchantment.Enchantment
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:homing with type class net.minecraft.enchantment.Enchantment
[05Dec2019 12:03:52.856] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:salvage with type class net.minecraft.enchantment.Enchantment
[05Dec2019 12:03:52.861] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_oak with type class net.minecraft.block.Block
[05Dec2019 12:03:52.861] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_oak with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_oak with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_oak with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_spruce with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_spruce with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_spruce with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_spruce with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_birch with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_birch with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_birch with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_birch with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_jungle with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_jungle with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_jungle with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_jungle with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_acacia with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_acacia with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_acacia with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_acacia with type class net.minecraft.item.Item
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_dark_oak with type class net.minecraft.block.Block
[05Dec2019 12:03:52.862] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_open_dark_oak with type class net.minecraft.item.Item
[05Dec2019 12:03:52.863] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_dark_oak with type class net.minecraft.block.Block
[05Dec2019 12:03:52.863] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate_sealed_dark_oak with type class net.minecraft.item.Item
[05Dec2019 12:03:52.865] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate with type class net.minecraft.inventory.container.ContainerType
[05Dec2019 12:03:52.865] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:crate with type class net.minecraft.tileentity.TileEntityType
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_oak with type class net.minecraft.block.Block
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_oak with type class net.minecraft.item.Item
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_spruce with type class net.minecraft.block.Block
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_spruce with type class net.minecraft.item.Item
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_birch with type class net.minecraft.block.Block
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_birch with type class net.minecraft.item.Item
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_jungle with type class net.minecraft.block.Block
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_jungle with type class net.minecraft.item.Item
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_acacia with type class net.minecraft.block.Block
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_acacia with type class net.minecraft.item.Item
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_dark_oak with type class net.minecraft.block.Block
[05Dec2019 12:03:52.867] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest_dark_oak with type class net.minecraft.item.Item
[05Dec2019 12:03:52.869] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest with type class net.minecraft.tileentity.TileEntityType
[05Dec2019 12:03:52.869] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bookshelf_chest with type class net.minecraft.inventory.container.ContainerType
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_spruce with type class net.minecraft.block.Block
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_spruce with type class net.minecraft.item.Item
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_birch with type class net.minecraft.block.Block
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_birch with type class net.minecraft.item.Item
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_jungle with type class net.minecraft.block.Block
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_jungle with type class net.minecraft.item.Item
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_acacia with type class net.minecraft.block.Block
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_acacia with type class net.minecraft.item.Item
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_dark_oak with type class net.minecraft.block.Block
[05Dec2019 12:03:52.871] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel_dark_oak with type class net.minecraft.item.Item
[05Dec2019 12:03:52.872] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:barrel with type class net.minecraft.tileentity.TileEntityType
[05Dec2019 12:03:52.872] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:gold_lantern with type class net.minecraft.block.Block
[05Dec2019 12:03:52.872] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:gold_lantern with type class net.minecraft.item.Item
[05Dec2019 12:03:52.872] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bat_bucket with type class net.minecraft.item.Item
[05Dec2019 12:03:52.872] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:bound_compass with type class net.minecraft.item.Item
[05Dec2019 12:03:52.884] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_white with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_orange with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_magenta with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_light_blue with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_yellow with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_lime with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_pink with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_gray with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_light_gray with type class net.minecraft.item.Item
[05Dec2019 12:03:52.885] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_cyan with type class net.minecraft.item.Item
[05Dec2019 12:03:52.886] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_purple with type class net.minecraft.item.Item
[05Dec2019 12:03:52.886] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_blue with type class net.minecraft.item.Item
[05Dec2019 12:03:52.886] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_brown with type class net.minecraft.item.Item
[05Dec2019 12:03:52.886] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_green with type class net.minecraft.item.Item
[05Dec2019 12:03:52.886] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_red with type class net.minecraft.item.Item
[05Dec2019 12:03:52.886] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_black with type class net.minecraft.item.Item
[05Dec2019 12:03:52.886] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:rotten_flesh_block with type class net.minecraft.block.Block
[05Dec2019 12:03:52.886] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:rotten_flesh_block with type class net.minecraft.item.Item
[05Dec2019 12:03:52.887] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_white with type class net.minecraft.block.Block
[05Dec2019 12:03:52.887] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_white with type class net.minecraft.item.Item
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_orange with type class net.minecraft.block.Block
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_orange with type class net.minecraft.item.Item
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_magenta with type class net.minecraft.block.Block
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_magenta with type class net.minecraft.item.Item
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_light_blue with type class net.minecraft.block.Block
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_light_blue with type class net.minecraft.item.Item
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_yellow with type class net.minecraft.block.Block
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_yellow with type class net.minecraft.item.Item
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_lime with type class net.minecraft.block.Block
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_lime with type class net.minecraft.item.Item
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_pink with type class net.minecraft.block.Block
[05Dec2019 12:03:52.888] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_pink with type class net.minecraft.item.Item
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_gray with type class net.minecraft.block.Block
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_gray with type class net.minecraft.item.Item
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_light_gray with type class net.minecraft.block.Block
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_light_gray with type class net.minecraft.item.Item
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_cyan with type class net.minecraft.block.Block
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_cyan with type class net.minecraft.item.Item
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_purple with type class net.minecraft.block.Block
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_purple with type class net.minecraft.item.Item
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_blue with type class net.minecraft.block.Block
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_blue with type class net.minecraft.item.Item
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_brown with type class net.minecraft.block.Block
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_brown with type class net.minecraft.item.Item
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_green with type class net.minecraft.block.Block
[05Dec2019 12:03:52.889] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_green with type class net.minecraft.item.Item
[05Dec2019 12:03:52.918] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_red with type class net.minecraft.block.Block
[05Dec2019 12:03:52.918] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_red with type class net.minecraft.item.Item
[05Dec2019 12:03:52.918] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_black with type class net.minecraft.block.Block
[05Dec2019 12:03:52.918] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:moonstone_block_black with type class net.minecraft.item.Item
[05Dec2019 12:03:52.919] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:smooth_glowstone with type class net.minecraft.block.Block
[05Dec2019 12:03:52.919] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:smooth_glowstone with type class net.minecraft.item.Item
[05Dec2019 12:03:52.919] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:ender_pearl_block with type class net.minecraft.block.Block
[05Dec2019 12:03:52.919] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:ender_pearl_block with type class net.minecraft.item.Item
[05Dec2019 12:03:52.923] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:fumarole with type class net.minecraft.block.Block
[05Dec2019 12:03:52.923] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:fumarole with type class net.minecraft.item.Item
[05Dec2019 12:03:52.924] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:fumarole with type class net.minecraft.world.gen.feature.Feature
[05Dec2019 12:03:52.924] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:fumarole with type class net.minecraft.world.gen.placement.Placement
[05Dec2019 12:03:52.926] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:endermite_powder with type class net.minecraft.item.Item
[05Dec2019 12:03:52.927] [modloading-worker-2/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity endermite_powder
[05Dec2019 12:03:52.927] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:endermite_powder with type class net.minecraft.entity.EntityType
[05Dec2019 12:03:52.928] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:rune_portal with type class net.minecraft.block.Block
[05Dec2019 12:03:52.928] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:rune_portal with type class net.minecraft.item.Item
[05Dec2019 12:03:52.930] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:rune_portal_frame with type class net.minecraft.block.Block
[05Dec2019 12:03:52.930] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:rune_portal_frame with type class net.minecraft.item.Item
[05Dec2019 12:03:52.931] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:rune_portal with type class net.minecraft.tileentity.TileEntityType
[05Dec2019 12:03:52.931] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:nether_gold_deposit with type class net.minecraft.block.Block
[05Dec2019 12:03:52.931] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:nether_gold_deposit with type class net.minecraft.item.Item
[05Dec2019 12:03:52.931] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:decay_potion with type class net.minecraft.potion.Potion
[05Dec2019 12:03:52.931] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:coffee_effect with type class net.minecraft.potion.Effect
[05Dec2019 12:03:52.932] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:coffee_potion with type class net.minecraft.potion.Potion
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_fire_resistance with type class net.minecraft.block.Block
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_fire_resistance with type class net.minecraft.item.Item
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_invisibility with type class net.minecraft.block.Block
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_invisibility with type class net.minecraft.item.Item
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_leaping with type class net.minecraft.block.Block
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_leaping with type class net.minecraft.item.Item
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_night_vision with type class net.minecraft.block.Block
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_night_vision with type class net.minecraft.item.Item
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_regeneration with type class net.minecraft.block.Block
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_regeneration with type class net.minecraft.item.Item
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_strength with type class net.minecraft.block.Block
[05Dec2019 12:03:52.934] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_strength with type class net.minecraft.item.Item
[05Dec2019 12:03:52.935] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_swiftness with type class net.minecraft.block.Block
[05Dec2019 12:03:52.935] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_swiftness with type class net.minecraft.item.Item
[05Dec2019 12:03:52.935] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_water_breathing with type class net.minecraft.block.Block
[05Dec2019 12:03:52.935] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:cake_water_breathing with type class net.minecraft.item.Item
[05Dec2019 12:03:52.935] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:redstone_sand with type class net.minecraft.block.Block
[05Dec2019 12:03:52.935] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:redstone_sand with type class net.minecraft.item.Item
[05Dec2019 12:03:52.935] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:gunpowder_block with type class net.minecraft.block.Block
[05Dec2019 12:03:52.935] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:gunpowder_block with type class net.minecraft.item.Item
[05Dec2019 12:03:52.936] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:variable_redstone_lamp with type class net.minecraft.block.Block
[05Dec2019 12:03:52.936] [modloading-worker-2/DEBUG] [Meson/]: Registered object charm:variable_redstone_lamp with type class net.minecraft.item.Item
[05Dec2019 12:03:52.936] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance charm of type svenhjol.charm.Charm
[05Dec2019 12:03:52.936] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for charm
[05Dec2019 12:03:52.936] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for charm
[05Dec2019 12:03:52.936] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing svenhjol.meson.handler.RegistryHandler to MOD
[05Dec2019 12:03:52.936] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for charm
[05Dec2019 12:03:52.937] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance instantunify of type kdp.instantunify.InstantUnify
[05Dec2019 12:03:52.938] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file instantunify-common.toml for instantunify tracking
[05Dec2019 12:03:52.938] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance instantunify of type kdp.instantunify.InstantUnify
[05Dec2019 12:03:52.938] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for instantunify
[05Dec2019 12:03:52.938] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for instantunify
[05Dec2019 12:03:52.938] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for instantunify
[05Dec2019 12:03:52.938] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance moredogs of type com.kowloon.moredogs.core.MoreDogs
[05Dec2019 12:03:52.940] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance moredogs of type com.kowloon.moredogs.core.MoreDogs
[05Dec2019 12:03:52.940] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for moredogs
[05Dec2019 12:03:52.940] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for moredogs
[05Dec2019 12:03:52.940] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing com.kowloon.moredogs.core.MoreDogsRegistries to MOD
[05Dec2019 12:03:52.941] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for moredogs
[05Dec2019 12:03:52.941] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance cobblefordays of type net.minecraftforge.lex.cfd.CobbleForDays
[05Dec2019 12:03:52.955] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file cobblefordays-server.toml for cobblefordays tracking
[05Dec2019 12:03:52.955] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance cobblefordays of type net.minecraftforge.lex.cfd.CobbleForDays
[05Dec2019 12:03:52.955] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for cobblefordays
[05Dec2019 12:03:52.955] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cobblefordays
[05Dec2019 12:03:52.955] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.minecraftforge.lex.cfd.DataCreator to MOD
[05Dec2019 12:03:52.956] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for cobblefordays
[05Dec2019 12:03:52.956] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loading mod instance fastleafdecay of type net.olafkeijsers.fastleafdecay.FastLeafDecay
[05Dec2019 12:03:52.958] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Config file fastleafdecay-server.toml for fastleafdecay tracking
[05Dec2019 12:03:52.958] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded mod instance fastleafdecay of type net.olafkeijsers.fastleafdecay.FastLeafDecay
[05Dec2019 12:03:52.958] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Injecting Automatic event subscribers for fastleafdecay
[05Dec2019 12:03:52.958] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for fastleafdecay
[05Dec2019 12:03:52.958] [modloading-worker-2/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Completed Automatic event subscribers for fastleafdecay
[05Dec2019 12:03:52.958] [Server thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work after CONSTRUCT: 1 jobs
[05Dec2019 12:03:52.967] [Server thread/INFO] [net.minecraftforge.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 00:00:00.006
[05Dec2019 12:03:52.968] [Server thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Dispatching synchronous event LifecycleEvent:CREATE_REGISTRIES
[05Dec2019 12:03:52.968] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cyclopscore : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cyclopscore : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Firing event for modid quarryplus : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Fired event for modid quarryplus : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid upsizer : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid upsizer : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid vilnames : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid vilnames : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid prefab : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid prefab : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid embellishcraft-bop : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid embellishcraft-bop : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid planttech2 : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid planttech2 : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silents_mechanisms : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silents_mechanisms : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcfurnace : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcfurnace : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid kleeslabs : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid kleeslabs : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid chickendropfeathersmod : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid chickendropfeathersmod : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rsgauges : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rsgauges : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ironjetpacks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ironjetpacks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid coffeespawner : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid coffeespawner : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cookingforblockheads : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cookingforblockheads : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid placebo : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid placebo : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dankstorage : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dankstorage : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mightyarchitect : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mightyarchitect : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rangedpumps : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rangedpumps : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.969] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid uncrafted : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.970] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid uncrafted : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.970] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid veggie_way : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.970] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid veggie_way : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.970] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid uteamcore : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.970] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid uteamcore : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.970] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid buildinggadgets : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid buildinggadgets : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid unstabletools : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid unstabletools : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid forgivingvoid : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid forgivingvoid : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid apotheosis : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid apotheosis : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid al : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid al : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid morpheus : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid morpheus : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid speedyhoppers : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid speedyhoppers : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid colorfulhealthbar : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid colorfulhealthbar : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid tmechworks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid tmechworks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid exp_ore : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid exp_ore : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.971] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid energeticsheep : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid energeticsheep : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid respawnablepets : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid respawnablepets : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid quirkygenerators : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid quirkygenerators : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mysticallib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mysticallib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid refinedstorage : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid refinedstorage : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcwbridges : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcwbridges : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid usefulbackpacks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid usefulbackpacks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid torchmaster : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid torchmaster : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid embellishcraft : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid embellishcraft : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid bettercrates : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid bettercrates : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid biomesoplenty : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid biomesoplenty : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid wandermaid : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid wandermaid : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.972] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid valkyrielib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid valkyrielib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dogslie : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dogslie : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sea : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sea : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silentgear : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silentgear : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid extcaves : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid extcaves : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplylight : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplylight : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplefarming : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplefarming : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid slurpiesdongles : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid slurpiesdongles : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid portality : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid portality : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sisser : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sisser : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid flying_things : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid flying_things : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid corail_woodcutter : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid corail_woodcutter : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid carrots : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid carrots : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid vanillafoodpantry : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid vanillafoodpantry : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid roadstuff : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid roadstuff : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid randomthings : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid randomthings : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_miner : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_miner : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid oreexcavation : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid oreexcavation : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid angelring : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid angelring : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid flexible_skills : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid flexible_skills : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid gobber2 : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid gobber2 : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cg : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cg : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid pottedbushes : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid pottedbushes : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcwroofs : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcwroofs : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cfm : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cfm : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid shulkerdt : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid shulkerdt : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid globalxp : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid globalxp : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid hsbdry : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid hsbdry : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid charm : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid charm : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid instantunify : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid instantunify : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid moredogs : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid moredogs : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cobblefordays : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cobblefordays : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.973] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid fastleafdecay : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid fastleafdecay : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid servertabinfo : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid servertabinfo : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid prettybeaches : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid prettybeaches : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid quantumstorage : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid quantumstorage : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid corail_pillar : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid corail_pillar : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid autodoors : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid autodoors : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid inftrading : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid inftrading : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sauuuuuceysfarming : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sauuuuuceysfarming : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid infinitewatersource : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid infinitewatersource : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cucumber : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cucumber : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid overloaded : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid overloaded : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid persistentbits : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid persistentbits : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid jei : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid jei : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid everlastingabilities : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid everlastingabilities : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid giftfromthegods : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid giftfromthegods : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid despeggshatch : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid despeggshatch : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid upgrade_aquatic : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid upgrade_aquatic : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid bloomful : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid bloomful : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ctdcore : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ctdcore : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ensorcellation : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ensorcellation : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid create : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid create : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid clumps : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid clumps : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_repair : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_repair : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.974] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid enviromats : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid enviromats : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ender_bags : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ender_bags : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid storagenetwork : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid storagenetwork : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid chunk_claim : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid chunk_claim : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid bno : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid bno : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid pyramidplunder : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid pyramidplunder : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid corail_pillar_extension_biomesoplenty : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid corail_pillar_extension_biomesoplenty : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid engineerstools : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid engineerstools : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dungeoncrawl : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dungeoncrawl : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid betteranimalsplus : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid betteranimalsplus : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_teleport : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_teleport : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cofh_core : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cofh_core : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid endergetic : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid endergetic : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid alib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid alib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcjtylib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcjtylib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rftoolsbase : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rftoolsbase : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rftoolsstorage : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rftoolsstorage : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dismounte : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dismounte : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid clickmachine : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid clickmachine : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid deathquotes : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid deathquotes : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid easyflint : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid easyflint : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid packingtape : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid packingtape : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid craftingspawn : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid craftingspawn : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mininggadgets : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mininggadgets : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mysticalworld : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mysticalworld : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid extradisks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid extradisks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid forge : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid forge : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid feederhelmet : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid feederhelmet : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid tardis : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid tardis : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid explorercraft : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid explorercraft : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid moglowstone : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid moglowstone : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ironchest : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ironchest : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simpledivegear : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simpledivegear : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid colouredchat : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid colouredchat : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rftoolsutility : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rftoolsutility : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid theoneprobe : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid theoneprobe : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mousetweaks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mousetweaks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid watercan : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid watercan : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid titanium : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid titanium : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid undergroundbiomes : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid undergroundbiomes : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silentlib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silentlib : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid travel_bag : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid travel_bag : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid combat : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid combat : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_growth : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_growth : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid forbidden_arcanus : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid forbidden_arcanus : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid aaws : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid aaws : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Firing event for modid fluidtank : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Fired event for modid fluidtank : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid car : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid car : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rftoolsbuilder : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rftoolsbuilder : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid foamdome : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid foamdome : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mantle : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mantle : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid gravestone : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid gravestone : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid fastbench : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid fastbench : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid storagedrawers : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid storagedrawers : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid harvest : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid harvest : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplytea : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplytea : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dde : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dde : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid fastfurnace : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid fastfurnace : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid worldstripper : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid worldstripper : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid appleskin : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid appleskin : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mobcatcher : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mobcatcher : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid engineersdecor : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid engineersdecor : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplecoloredblocks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplecoloredblocks : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid refinedrelocation : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid refinedrelocation : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid nifty : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid nifty : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid nps : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid nps : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silentgems : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silentgems : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid friendlyfire : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid friendlyfire : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid xlfoodmod : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid xlfoodmod : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mysticalwildlife : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mysticalwildlife : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid elementaryores : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid elementaryores : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid taffydaf : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid taffydaf : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ma-essentials : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ma-essentials : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid vimion : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid vimion : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid solargeneration : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid solargeneration : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid luckyores : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid luckyores : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid pn : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid pn : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mubble : RegistryEvent.NewRegistry
[05Dec2019 12:03:52.976] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mubble : RegistryEvent.NewRegistry
[05Dec2019 12:03:53.772] [Server thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Dispatching synchronous event LifecycleEvent:LOAD_REGISTRIES
[05Dec2019 12:03:53.772] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cyclopscore : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.773] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cyclopscore : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.773] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Firing event for modid quarryplus : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Fired event for modid quarryplus : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid upsizer : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid upsizer : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid vilnames : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid vilnames : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid prefab : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_compressed_stone and type: Block{prefab:block_compressed_stone}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_double_compressed_stone and type: Block{prefab:block_double_compressed_stone}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_triple_compressed_stone and type: Block{prefab:block_triple_compressed_stone}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_compressed_glowstone and type: Block{prefab:block_compressed_glowstone}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_double_compressed_glowstone and type: Block{prefab:block_double_compressed_glowstone}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_compressed_dirt and type: Block{prefab:block_compressed_dirt}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_double_compressed_dirt and type: Block{prefab:block_double_compressed_dirt}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_paper_lantern and type: Block{prefab:block_paper_lantern}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_compressed_obsidian and type: Block{prefab:block_compressed_obsidian}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_double_compressed_obsidian and type: Block{prefab:block_double_compressed_obsidian}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_phasing and type: Block{prefab:block_phasing}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_boundary and type: Block{prefab:block_boundary}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_glass_stairs and type: Block{prefab:block_glass_stairs}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [com.wuest.prefab.Prefab/]: Logging Block With Name: prefab:block_glass_slab and type: Block{prefab:block_glass_slab}
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid prefab : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.775] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid embellishcraft-bop : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.819] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid embellishcraft-bop : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:53.819] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid planttech2 : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:54.966] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid planttech2 : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:54.966] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silents_mechanisms : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.077] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silents_mechanisms : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.077] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcfurnace : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.082] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcfurnace : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.082] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid kleeslabs : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.082] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid kleeslabs : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.082] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid chickendropfeathersmod : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.082] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid chickendropfeathersmod : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.082] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rsgauges : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.263] [Server thread/INFO] [wile.rsgauges.ModRsGauges/]: Registered 115 blocks.
[05Dec2019 12:03:55.263] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rsgauges : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.263] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ironjetpacks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.264] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ironjetpacks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.264] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid coffeespawner : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.264] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid coffeespawner : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.264] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cookingforblockheads : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.432] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cookingforblockheads : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.432] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid placebo : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.432] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid placebo : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.432] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dankstorage : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.445] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dankstorage : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.445] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mightyarchitect : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mightyarchitect : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rangedpumps : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rangedpumps : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid uncrafted : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid uncrafted : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid veggie_way : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.460] [Server thread/INFO] [veggie_way/]: Blocks registered.
[05Dec2019 12:03:55.461] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid veggie_way : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.461] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid uteamcore : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.461] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid uteamcore : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.461] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid buildinggadgets : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.464] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid buildinggadgets : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.464] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid unstabletools : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.472] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid unstabletools : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.472] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid forgivingvoid : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.472] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid forgivingvoid : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.472] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid apotheosis : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.518] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.519] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.519] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.520] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.522] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `spawner`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.523] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.523] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `cactus`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.523] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.523] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `sugar_cane`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.524] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.525] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `bamboo`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.526] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.526] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `fletching_table`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:55.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid apotheosis : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid al : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid al : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid morpheus : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid morpheus : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid speedyhoppers : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.531] [Server thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered block: speedyhoppers:speedyhopper_mk1
[05Dec2019 12:03:55.531] [Server thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered block: speedyhoppers:speedyhopper_mk2
[05Dec2019 12:03:55.531] [Server thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered block: speedyhoppers:speedyhopper_mk3
[05Dec2019 12:03:55.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid speedyhoppers : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid colorfulhealthbar : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid colorfulhealthbar : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid tmechworks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.552] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid tmechworks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.552] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid exp_ore : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.552] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid exp_ore : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.552] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid energeticsheep : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.553] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid energeticsheep : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.553] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid respawnablepets : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.553] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid respawnablepets : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.553] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid quirkygenerators : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.559] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid quirkygenerators : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.559] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mysticallib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.559] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mysticallib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.559] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid refinedstorage : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.731] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid refinedstorage : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.731] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcwbridges : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.735] [Server thread/INFO] [mcwbridges/]: Blocks registered.
[05Dec2019 12:03:55.735] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcwbridges : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.735] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid usefulbackpacks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.736] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid usefulbackpacks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.736] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid torchmaster : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.739] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid torchmaster : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.739] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid embellishcraft : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid embellishcraft : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid bettercrates : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid bettercrates : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:55.975] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid biomesoplenty : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.064] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid biomesoplenty : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.064] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid wandermaid : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.064] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid wandermaid : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.064] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid valkyrielib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.064] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Registering Blocks:
[05Dec2019 12:03:56.065] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: valkyrielib:test
[05Dec2019 12:03:56.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid valkyrielib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dogslie : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dogslie : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sea : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.078] [Server thread/INFO] [SEA/]: Registered Blocks
[05Dec2019 12:03:56.079] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sea : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.079] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silentgear : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.165] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silentgear : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.165] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid extcaves : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.165] [Server thread/INFO] [com.polyvalord.extcaves.ExtCaves/]: HELLO from Register Block
[05Dec2019 12:03:56.422] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid extcaves : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.422] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplylight : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.422] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplylight : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.422] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplefarming : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.428] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplefarming : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.428] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid slurpiesdongles : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.514] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid slurpiesdongles : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.514] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid portality : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.515] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid portality : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.515] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sisser : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.515] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sisser : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.515] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid flying_things : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.515] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid flying_things : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.515] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid corail_woodcutter : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.517] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid corail_woodcutter : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.517] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid carrots : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.517] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid carrots : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.517] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid vanillafoodpantry : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.649] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid vanillafoodpantry : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.649] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid roadstuff : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.903] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid roadstuff : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.903] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid randomthings : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.933] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid randomthings : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.933] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_miner : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.933] [Server thread/INFO] [ring_of_miner/]: Blocks registered
[05Dec2019 12:03:56.933] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_miner : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.933] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid oreexcavation : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.933] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid oreexcavation : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.933] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid angelring : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.933] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid angelring : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.933] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid flexible_skills : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.934] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid flexible_skills : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:56.934] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid gobber2 : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.045] [Server thread/INFO] [gobber2/]: Gobber Blocks registered.
[05Dec2019 12:03:57.045] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid gobber2 : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.045] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cg : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.045] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cg : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.045] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid pottedbushes : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.046] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid pottedbushes : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.046] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcwroofs : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.053] [Server thread/INFO] [mcwroofs/]: Blocks registered.
[05Dec2019 12:03:57.054] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcwroofs : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.054] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cfm : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.054] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cfm : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.054] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid shulkerdt : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.054] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid shulkerdt : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.054] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid globalxp : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.055] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid globalxp : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.055] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid hsbdry : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid hsbdry : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid charm : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Block: The object Block{minecraft:piston} has been registered twice for the same name minecraft:piston.
[05Dec2019 12:03:57.059] [Server thread/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Block: The object Block{minecraft:sticky_piston} has been registered twice for the same name minecraft:sticky_piston.
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid charm : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid instantunify : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid instantunify : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid moredogs : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid moredogs : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cobblefordays : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.059] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cobblefordays : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.060] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid fastleafdecay : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.060] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid fastleafdecay : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.060] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid servertabinfo : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.060] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid servertabinfo : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.060] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid prettybeaches : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.060] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid prettybeaches : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.060] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid quantumstorage : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.064] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid quantumstorage : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid corail_pillar : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid corail_pillar : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid autodoors : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid autodoors : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid inftrading : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid inftrading : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.065] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sauuuuuceysfarming : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.417] [Server thread/DEBUG] [sauuuuuceysfarming Mod Event Subscriber/]: Registered Blocks.
[05Dec2019 12:03:57.417] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sauuuuuceysfarming : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.417] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid infinitewatersource : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.418] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid infinitewatersource : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.418] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cucumber : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.418] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cucumber : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.418] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid overloaded : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid overloaded : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid persistentbits : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid persistentbits : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid jei : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid jei : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid everlastingabilities : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid everlastingabilities : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid giftfromthegods : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid giftfromthegods : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid despeggshatch : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid despeggshatch : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.591] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid upgrade_aquatic : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.592] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid upgrade_aquatic : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.592] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid bloomful : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.592] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid bloomful : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.592] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ctdcore : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.592] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ctdcore : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.592] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ensorcellation : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.592] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ensorcellation : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.592] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid create : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.799] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid create : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.799] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid clumps : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.799] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid clumps : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.799] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_repair : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.799] [Server thread/INFO] [ring_of_repair/]: Blocks registered
[05Dec2019 12:03:57.799] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_repair : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.799] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid enviromats : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.800] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Registering Blocks:
[05Dec2019 12:03:57.800] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white
[05Dec2019 12:03:57.800] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_cobble
[05Dec2019 12:03:57.801] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_polished
[05Dec2019 12:03:57.801] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick
[05Dec2019 12:03:57.801] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_small
[05Dec2019 12:03:57.801] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile
[05Dec2019 12:03:57.801] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_small
[05Dec2019 12:03:57.802] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_stairs
[05Dec2019 12:03:57.802] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_cobble_stairs
[05Dec2019 12:03:57.802] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_polished_stairs
[05Dec2019 12:03:57.802] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_stairs
[05Dec2019 12:03:57.802] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_small_stairs
[05Dec2019 12:03:57.802] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_stairs
[05Dec2019 12:03:57.803] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_small_stairs
[05Dec2019 12:03:57.803] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_slab
[05Dec2019 12:03:57.803] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_cobble_slab
[05Dec2019 12:03:57.803] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_polished_slab
[05Dec2019 12:03:57.803] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_slab
[05Dec2019 12:03:57.804] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_small_slab
[05Dec2019 12:03:57.804] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_slab
[05Dec2019 12:03:57.804] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_small_slab
[05Dec2019 12:03:57.804] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_wall
[05Dec2019 12:03:57.804] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_cobble_wall
[05Dec2019 12:03:57.804] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_wall
[05Dec2019 12:03:57.805] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_small_wall
[05Dec2019 12:03:57.805] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange
[05Dec2019 12:03:57.805] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_cobble
[05Dec2019 12:03:57.805] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_polished
[05Dec2019 12:03:57.805] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick
[05Dec2019 12:03:57.805] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_small
[05Dec2019 12:03:57.806] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile
[05Dec2019 12:03:57.806] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_small
[05Dec2019 12:03:57.806] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_stairs
[05Dec2019 12:03:57.806] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_cobble_stairs
[05Dec2019 12:03:57.806] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_polished_stairs
[05Dec2019 12:03:57.806] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_stairs
[05Dec2019 12:03:57.806] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_small_stairs
[05Dec2019 12:03:57.807] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_stairs
[05Dec2019 12:03:57.807] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_small_stairs
[05Dec2019 12:03:57.807] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_slab
[05Dec2019 12:03:57.807] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_cobble_slab
[05Dec2019 12:03:57.807] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_polished_slab
[05Dec2019 12:03:57.807] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_slab
[05Dec2019 12:03:57.807] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_small_slab
[05Dec2019 12:03:57.807] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_slab
[05Dec2019 12:03:57.808] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_small_slab
[05Dec2019 12:03:57.808] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_wall
[05Dec2019 12:03:57.808] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_cobble_wall
[05Dec2019 12:03:57.808] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_wall
[05Dec2019 12:03:57.808] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_small_wall
[05Dec2019 12:03:57.808] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta
[05Dec2019 12:03:57.808] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_cobble
[05Dec2019 12:03:57.809] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_polished
[05Dec2019 12:03:57.809] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick
[05Dec2019 12:03:57.809] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_small
[05Dec2019 12:03:57.809] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile
[05Dec2019 12:03:57.809] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_small
[05Dec2019 12:03:57.809] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_stairs
[05Dec2019 12:03:57.809] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_cobble_stairs
[05Dec2019 12:03:57.809] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_polished_stairs
[05Dec2019 12:03:57.810] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_stairs
[05Dec2019 12:03:57.810] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_small_stairs
[05Dec2019 12:03:57.810] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_stairs
[05Dec2019 12:03:57.810] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_small_stairs
[05Dec2019 12:03:57.810] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_slab
[05Dec2019 12:03:57.810] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_cobble_slab
[05Dec2019 12:03:57.811] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_polished_slab
[05Dec2019 12:03:57.811] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_slab
[05Dec2019 12:03:57.811] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_small_slab
[05Dec2019 12:03:57.811] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_slab
[05Dec2019 12:03:57.811] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_small_slab
[05Dec2019 12:03:57.811] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_wall
[05Dec2019 12:03:57.811] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_cobble_wall
[05Dec2019 12:03:57.811] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_wall
[05Dec2019 12:03:57.812] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_small_wall
[05Dec2019 12:03:57.812] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue
[05Dec2019 12:03:57.812] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_cobble
[05Dec2019 12:03:57.812] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_polished
[05Dec2019 12:03:57.812] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick
[05Dec2019 12:03:57.812] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_small
[05Dec2019 12:03:57.812] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile
[05Dec2019 12:03:57.813] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_small
[05Dec2019 12:03:57.813] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_stairs
[05Dec2019 12:03:57.813] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_cobble_stairs
[05Dec2019 12:03:57.813] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_polished_stairs
[05Dec2019 12:03:57.813] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_stairs
[05Dec2019 12:03:57.813] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_small_stairs
[05Dec2019 12:03:57.813] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_stairs
[05Dec2019 12:03:57.813] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_small_stairs
[05Dec2019 12:03:57.814] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_slab
[05Dec2019 12:03:57.814] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_cobble_slab
[05Dec2019 12:03:57.814] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_polished_slab
[05Dec2019 12:03:57.814] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_slab
[05Dec2019 12:03:57.814] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_small_slab
[05Dec2019 12:03:57.814] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_slab
[05Dec2019 12:03:57.814] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_small_slab
[05Dec2019 12:03:57.814] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_wall
[05Dec2019 12:03:57.815] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_cobble_wall
[05Dec2019 12:03:57.815] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_wall
[05Dec2019 12:03:57.815] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_small_wall
[05Dec2019 12:03:57.815] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow
[05Dec2019 12:03:57.815] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_cobble
[05Dec2019 12:03:57.815] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_polished
[05Dec2019 12:03:57.815] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_small
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_small
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_stairs
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_cobble_stairs
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_polished_stairs
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_stairs
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_small_stairs
[05Dec2019 12:03:57.816] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_stairs
[05Dec2019 12:03:57.817] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_small_stairs
[05Dec2019 12:03:57.817] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_slab
[05Dec2019 12:03:57.817] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_cobble_slab
[05Dec2019 12:03:57.817] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_polished_slab
[05Dec2019 12:03:57.817] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_slab
[05Dec2019 12:03:57.817] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_small_slab
[05Dec2019 12:03:57.817] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_slab
[05Dec2019 12:03:57.817] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_small_slab
[05Dec2019 12:03:57.818] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_wall
[05Dec2019 12:03:57.818] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_cobble_wall
[05Dec2019 12:03:57.818] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_wall
[05Dec2019 12:03:57.818] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_small_wall
[05Dec2019 12:03:57.818] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime
[05Dec2019 12:03:57.818] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_cobble
[05Dec2019 12:03:57.818] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_polished
[05Dec2019 12:03:57.818] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_small
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_small
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_stairs
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_cobble_stairs
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_polished_stairs
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_stairs
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_small_stairs
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_stairs
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_small_stairs
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_slab
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_cobble_slab
[05Dec2019 12:03:57.819] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_polished_slab
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_slab
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_small_slab
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_slab
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_small_slab
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_wall
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_cobble_wall
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_wall
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_small_wall
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_cobble
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_polished
[05Dec2019 12:03:57.820] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_brick
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_brick_small
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_tile
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_tile_small
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_stairs
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_cobble_stairs
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_polished_stairs
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_brick_stairs
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_brick_small_stairs
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_tile_stairs
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_tile_small_stairs
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_slab
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_cobble_slab
[05Dec2019 12:03:57.821] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_polished_slab
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_brick_slab
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_brick_small_slab
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_tile_slab
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_tile_small_slab
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_wall
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_cobble_wall
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_brick_wall
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_brick_small_wall
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_cobble
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_polished
[05Dec2019 12:03:57.822] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_brick
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_brick_small
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_tile
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_tile_small
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_stairs
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_cobble_stairs
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_polished_stairs
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_brick_stairs
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_brick_small_stairs
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_tile_stairs
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_tile_small_stairs
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_slab
[05Dec2019 12:03:57.823] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_cobble_slab
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_polished_slab
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_brick_slab
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_brick_small_slab
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_tile_slab
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_tile_small_slab
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_wall
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_cobble_wall
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_brick_wall
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_gray_brick_small_wall
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_cobble
[05Dec2019 12:03:57.824] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_polished
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_brick
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_brick_small
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_tile
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_tile_small
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_stairs
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_cobble_stairs
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_polished_stairs
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_brick_stairs
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_brick_small_stairs
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_tile_stairs
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_tile_small_stairs
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_slab
[05Dec2019 12:03:57.825] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_cobble_slab
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_polished_slab
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_brick_slab
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_brick_small_slab
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_tile_slab
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_tile_small_slab
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_wall
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_cobble_wall
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_brick_wall
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_gray_brick_small_wall
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_cobble
[05Dec2019 12:03:57.826] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_polished
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_brick
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_brick_small
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_tile
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_tile_small
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_stairs
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_cobble_stairs
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_polished_stairs
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_brick_stairs
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_brick_small_stairs
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_tile_stairs
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_tile_small_stairs
[05Dec2019 12:03:57.827] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_slab
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_cobble_slab
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_polished_slab
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_brick_slab
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_brick_small_slab
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_tile_slab
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_tile_small_slab
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_wall
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_cobble_wall
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_brick_wall
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_cyan_brick_small_wall
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_cobble
[05Dec2019 12:03:57.828] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_polished
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_brick
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_brick_small
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_tile
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_tile_small
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_stairs
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_cobble_stairs
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_polished_stairs
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_brick_stairs
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_brick_small_stairs
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_tile_stairs
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_tile_small_stairs
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_slab
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_cobble_slab
[05Dec2019 12:03:57.829] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_polished_slab
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_brick_slab
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_brick_small_slab
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_tile_slab
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_tile_small_slab
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_wall
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_cobble_wall
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_brick_wall
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_purple_brick_small_wall
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_cobble
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_polished
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_brick
[05Dec2019 12:03:57.830] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_brick_small
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_tile
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_tile_small
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_stairs
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_cobble_stairs
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_polished_stairs
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_brick_stairs
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_brick_small_stairs
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_tile_stairs
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_tile_small_stairs
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_slab
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_cobble_slab
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_polished_slab
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_brick_slab
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_brick_small_slab
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_tile_slab
[05Dec2019 12:03:57.831] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_tile_small_slab
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_wall
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_cobble_wall
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_brick_wall
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_blue_brick_small_wall
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_cobble
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_polished
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_brick
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_brick_small
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_tile
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_tile_small
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_stairs
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_cobble_stairs
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_polished_stairs
[05Dec2019 12:03:57.832] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_brick_stairs
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_brick_small_stairs
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_tile_stairs
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_tile_small_stairs
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_slab
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_cobble_slab
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_polished_slab
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_brick_slab
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_brick_small_slab
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_tile_slab
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_tile_small_slab
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_wall
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_cobble_wall
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_brick_wall
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_brown_brick_small_wall
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green
[05Dec2019 12:03:57.833] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_cobble
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_polished
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_brick
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_brick_small
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_tile
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_tile_small
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_stairs
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_cobble_stairs
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_polished_stairs
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_brick_stairs
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_brick_small_stairs
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_tile_stairs
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_tile_small_stairs
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_slab
[05Dec2019 12:03:57.834] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_cobble_slab
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_polished_slab
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_brick_slab
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_brick_small_slab
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_tile_slab
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_tile_small_slab
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_wall
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_cobble_wall
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_brick_wall
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_green_brick_small_wall
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_cobble
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_polished
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_brick
[05Dec2019 12:03:57.835] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_brick_small
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_tile
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_tile_small
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_stairs
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_cobble_stairs
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_polished_stairs
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_brick_stairs
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_brick_small_stairs
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_tile_stairs
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_tile_small_stairs
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_slab
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_cobble_slab
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_polished_slab
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_brick_slab
[05Dec2019 12:03:57.836] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_brick_small_slab
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_tile_slab
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_tile_small_slab
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_wall
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_cobble_wall
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_brick_wall
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_red_brick_small_wall
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_cobble
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_polished
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_brick
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_brick_small
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_tile
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_tile_small
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_stairs
[05Dec2019 12:03:57.837] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_cobble_stairs
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_polished_stairs
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_brick_stairs
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_brick_small_stairs
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_tile_stairs
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_tile_small_stairs
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_slab
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_cobble_slab
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_polished_slab
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_brick_slab
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_brick_small_slab
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_tile_slab
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_tile_small_slab
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_wall
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_cobble_wall
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_brick_wall
[05Dec2019 12:03:57.838] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_black_brick_small_wall
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_cobble
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_polished
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_brick
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_brick_small
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_tile
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_tile_small
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_stairs
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_cobble_stairs
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_polished_stairs
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_brick_stairs
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_brick_small_stairs
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_tile_stairs
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_tile_small_stairs
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_slab
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_cobble_slab
[05Dec2019 12:03:57.839] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_polished_slab
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_brick_slab
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_brick_small_slab
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_tile_slab
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_tile_small_slab
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_wall
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_cobble_wall
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_brick_wall
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:basalt_brick_small_wall
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_cobble
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_polished
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_brick
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_brick_small
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_tile
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_tile_small
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_stairs
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_cobble_stairs
[05Dec2019 12:03:57.840] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_polished_stairs
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_brick_stairs
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_brick_small_stairs
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_tile_stairs
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_tile_small_stairs
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_slab
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_cobble_slab
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_polished_slab
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_brick_slab
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_brick_small_slab
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_tile_slab
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_tile_small_slab
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_wall
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_cobble_wall
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_brick_wall
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:hardened_stone_brick_small_wall
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_cobble
[05Dec2019 12:03:57.841] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_polished
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_brick
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_brick_small
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_tile
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_tile_small
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_stairs
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_cobble_stairs
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_polished_stairs
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_brick_stairs
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_brick_small_stairs
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_tile_stairs
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_tile_small_stairs
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_slab
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_cobble_slab
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_polished_slab
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_brick_slab
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_brick_small_slab
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_tile_slab
[05Dec2019 12:03:57.842] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_tile_small_slab
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_wall
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_cobble_wall
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_brick_wall
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:granodiorite_brick_small_wall
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_cobble
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_polished
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_brick
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_brick_small
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_tile
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_tile_small
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_stairs
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_cobble_stairs
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_polished_stairs
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_brick_stairs
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_brick_small_stairs
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_tile_stairs
[05Dec2019 12:03:57.843] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_tile_small_stairs
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_slab
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_cobble_slab
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_polished_slab
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_brick_slab
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_brick_small_slab
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_tile_slab
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_tile_small_slab
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_wall
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_cobble_wall
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_brick_wall
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:marble_brick_small_wall
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_cobble
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_polished
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_brick
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_brick_small
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_tile
[05Dec2019 12:03:57.844] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_tile_small
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_stairs
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_cobble_stairs
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_polished_stairs
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_brick_stairs
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_brick_small_stairs
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_tile_stairs
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_tile_small_stairs
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_slab
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_cobble_slab
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_polished_slab
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_brick_slab
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_brick_small_slab
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_tile_slab
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_tile_small_slab
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_wall
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_cobble_wall
[05Dec2019 12:03:57.845] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_brick_wall
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:pumice_brick_small_wall
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_cobble
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_polished
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_brick
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_brick_small
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_tile
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_tile_small
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_stairs
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_cobble_stairs
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_polished_stairs
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_brick_stairs
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_brick_small_stairs
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_tile_stairs
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_tile_small_stairs
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_slab
[05Dec2019 12:03:57.846] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_cobble_slab
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_polished_slab
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_brick_slab
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_brick_small_slab
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_tile_slab
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_tile_small_slab
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_wall
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_cobble_wall
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_brick_wall
[05Dec2019 12:03:57.847] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:travertine_brick_small_wall
[05Dec2019 12:03:57.847] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid enviromats : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.847] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ender_bags : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.847] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ender_bags : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:57.847] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid storagenetwork : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.178] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid storagenetwork : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.178] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid chunk_claim : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.178] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid chunk_claim : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.178] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid bno : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.190] [Server thread/INFO] [bno/]: Ore Blocks Registered
[05Dec2019 12:03:58.191] [Server thread/INFO] [bno/]: Blocks Registered
[05Dec2019 12:03:58.191] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid bno : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.191] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid pyramidplunder : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.192] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid pyramidplunder : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.192] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid corail_pillar_extension_biomesoplenty : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.192] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid corail_pillar_extension_biomesoplenty : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.192] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid engineerstools : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.229] [Server thread/INFO] [wile.engineerstools.ModEngineersTools/]: Registered 3 blocks.
[05Dec2019 12:03:58.229] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid engineerstools : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.229] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dungeoncrawl : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.229] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dungeoncrawl : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.229] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid betteranimalsplus : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.292] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid betteranimalsplus : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.292] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_teleport : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.292] [Server thread/INFO] [ring_of_teleport/]: Blocks registered
[05Dec2019 12:03:58.292] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_teleport : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.292] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cofh_core : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.293] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cofh_core : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.293] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid endergetic : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.293] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid endergetic : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.293] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid alib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.293] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid alib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.293] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcjtylib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.294] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcjtylib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.294] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rftoolsbase : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.308] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rftoolsbase : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.308] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rftoolsstorage : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rftoolsstorage : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dismounte : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dismounte : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid clickmachine : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid clickmachine : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid deathquotes : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid deathquotes : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid easyflint : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid easyflint : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid packingtape : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.334] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid packingtape : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.334] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid craftingspawn : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.334] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid craftingspawn : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.334] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mininggadgets : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.335] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mininggadgets : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.335] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mysticalworld : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mysticalworld : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid extradisks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid extradisks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid forge : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid forge : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid feederhelmet : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid feederhelmet : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid tardis : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid tardis : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.350] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid explorercraft : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.493] [Server thread/DEBUG] [explorercraft Mod Event Subscriber/]: Registered Blocks
[05Dec2019 12:03:58.493] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid explorercraft : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.493] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid moglowstone : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.494] [Server thread/INFO] [com.themastergeneral.moglowstone.MoGlowstone/]: Blocks have been registered successfully.
[05Dec2019 12:03:58.494] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid moglowstone : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.494] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ironchest : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ironchest : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simpledivegear : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simpledivegear : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid colouredchat : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid colouredchat : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.526] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rftoolsutility : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.563] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rftoolsutility : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.563] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid theoneprobe : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.563] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid theoneprobe : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.563] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mousetweaks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.563] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mousetweaks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.563] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid watercan : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.563] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid watercan : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.563] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid titanium : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.564] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid titanium : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.564] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid undergroundbiomes : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid undergroundbiomes : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silentlib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silentlib : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid travel_bag : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid travel_bag : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid combat : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:oil" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:copper_ore" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:pasquem_ore" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:tridox_ore" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:pelgan_ore" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:lozyne_ore" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:pyranite_ore" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:copper_block" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:pasquem_block" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:tridox_block" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:pelgan_block" registered
[05Dec2019 12:03:58.565] [Server thread/INFO] [combat/]: Block: "combat:lozyne_block" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:steel_block" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:copper_bars" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:copper_door" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:copper_trapdoor" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_beam" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_button" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_door" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_fence_gate" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_fence" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_leaves" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_log" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_planks" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_pressure_plate" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_sapling" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_sign" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_slab" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_stairs" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_trapdoor" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_vertical_slab" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_wall_sign" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:ausldine_wood" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:stripped_ausldine_log" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:stripped_ausldine_wood" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:potted_ausldine_sapling" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_beam" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_button" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_door" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_fence_gate" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_fence" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_log" registered
[05Dec2019 12:03:58.566] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_planks" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_pressure_plate" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_sign" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_slab" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_stairs" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_trapdoor" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_vertical_slab" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_wall_sign" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dead_oak_wood" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:stripped_dead_oak_log" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:stripped_dead_oak_wood" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_beam" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_button" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_door" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_fence_gate" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_fence" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_leaves" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_log" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_planks" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_sapling" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_slab" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_stairs" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_vertical_slab" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:monoris_wood" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:stripped_monoris_log" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:stripped_monoris_wood" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:potted_monoris_sapling" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:oak_beam" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:oak_vertical_slab" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dark_oak_beam" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:dark_oak_vertical_slab" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:spruce_beam" registered
[05Dec2019 12:03:58.567] [Server thread/INFO] [combat/]: Block: "combat:spruce_vertical_slab" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:birch_beam" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:birch_vertical_slab" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:jungle_beam" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:jungle_vertical_slab" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:acacia_beam" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:acacia_vertical_slab" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:corn" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:tsune" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:robin_summoner" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:empty_robin_summoner" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:cardboard_box" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:acrotlest_portal" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:torch_lever" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:wall_torch_lever" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:steelmaking_furnace" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:limestone" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:acrotlest_stone" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:acrotlest_stone_furnace" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:purified_dirt" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:purified_grass_block" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:woodcutter" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:pyranite_fire" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: Block: "combat:arcane_workbench" registered
[05Dec2019 12:03:58.568] [Server thread/INFO] [combat/]: All Blocks Registered
[05Dec2019 12:03:58.568] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid combat : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.568] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_growth : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.568] [Server thread/INFO] [ring_of_growth/]: Blocks registered
[05Dec2019 12:03:58.568] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_growth : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.568] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid forbidden_arcanus : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.622] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid forbidden_arcanus : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.623] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid aaws : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.623] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid aaws : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.623] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Firing event for modid fluidtank : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.771] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Fired event for modid fluidtank : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.771] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid car : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.774] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid car : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.774] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rftoolsbuilder : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.784] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rftoolsbuilder : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.784] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid foamdome : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.789] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid foamdome : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.789] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mantle : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.789] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mantle : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.789] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid gravestone : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.793] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid gravestone : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.793] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid fastbench : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.795] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:58.796] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `crafting_table`, expected `fastbench`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:58.796] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid fastbench : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.796] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid storagedrawers : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.862] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid storagedrawers : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.862] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid harvest : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.862] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid harvest : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.862] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplytea : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.867] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplytea : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.867] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dde : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.867] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dde : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.867] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid fastfurnace : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.868] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:58.868] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:58.869] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:58.870] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `blast_furnace`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:58.871] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:58.871] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `smoker`, expected `fastfurnace`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:03:58.871] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid fastfurnace : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.871] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid worldstripper : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.871] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid worldstripper : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.871] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid appleskin : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.871] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid appleskin : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.871] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mobcatcher : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.871] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mobcatcher : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:58.871] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid engineersdecor : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.252] [Server thread/INFO] [wile.engineersdecor.ModEngineersDecor/]: Registered 74 blocks.
[05Dec2019 12:03:59.253] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid engineersdecor : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.253] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplecoloredblocks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.270] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplecoloredblocks : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.270] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid refinedrelocation : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.294] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid refinedrelocation : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.294] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid nifty : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.349] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid nifty : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.349] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid nps : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.349] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid nps : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.349] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silentgems : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silentgems : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid friendlyfire : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid friendlyfire : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.447] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid xlfoodmod : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid xlfoodmod : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mysticalwildlife : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mysticalwildlife : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid elementaryores : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid elementaryores : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid taffydaf : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid taffydaf : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ma-essentials : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ma-essentials : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.550] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid vimion : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.558] [Server thread/INFO] [vimion/]: Blocks Registered
[05Dec2019 12:03:59.558] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid vimion : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.558] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid solargeneration : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid solargeneration : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid luckyores : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid luckyores : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid pn : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid pn : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:03:59.565] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mubble : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:04:00.201] [Server thread/INFO] [mubble/]: Registered 803 blocks
[05Dec2019 12:04:00.201] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mubble : RegistryEvent.Register<minecraft:block>
[05Dec2019 12:04:00.203] [Server thread/DEBUG] [net.minecraftforge.registries.ObjectHolderRef/]: Unable to lookup forbidden_arcanus:arcane_crystal_dust_wire for public static net.minecraft.block.Block com.stal111.forbidden_arcanus.block.ModBlocks.arcane_crystal_dust_wire. This means the object wasn't registered. It's likely just mod options.
[05Dec2019 12:04:00.203] [Server thread/DEBUG] [net.minecraftforge.registries.ObjectHolderRef/]: Unable to lookup forbidden_arcanus:white_runic_carved_dark_stone_bricks for public static net.minecraft.block.Block com.stal111.forbidden_arcanus.block.ModBlocks.white_runic_carved_dark_stone_bricks. This means the object wasn't registered. It's likely just mod options.
[05Dec2019 12:04:00.204] [Server thread/DEBUG] [net.minecraftforge.registries.ObjectHolderRef/]: Unable to lookup minecraft:end_crystal for public static net.minecraft.block.Block endergeticexpansion.core.registry.other.EERegistryReplacements.END_CRYSTAL. This means the object wasn't registered. It's likely just mod options.
[05Dec2019 12:04:00.204] [Server thread/DEBUG] [net.minecraftforge.registries.ObjectHolderRef/]: Unable to lookup cursedearth:cursed_earth for public static net.minecraft.block.Block com.tfar.unstabletools.item.ItemDivisionSign.cursed_earth. This means the object wasn't registered. It's likely just mod options.
[05Dec2019 12:04:00.205] [Server thread/DEBUG] [net.minecraftforge.fml.ModList/LOADING]: Dispatching synchronous event LifecycleEvent:LOAD_REGISTRIES
[05Dec2019 12:04:00.205] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cyclopscore : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.205] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cyclopscore : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.205] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Firing event for modid quarryplus : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.206] [Server thread/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Fired event for modid quarryplus : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.206] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid upsizer : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.206] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid upsizer : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.206] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid vilnames : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.206] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid vilnames : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.206] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid prefab : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.206] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid prefab : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.206] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid embellishcraft-bop : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.209] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid embellishcraft-bop : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.209] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid planttech2 : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.258] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid planttech2 : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.258] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silents_mechanisms : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.266] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silents_mechanisms : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.266] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcfurnace : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.269] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcfurnace : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.269] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid kleeslabs : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.269] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid kleeslabs : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.269] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid chickendropfeathersmod : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.269] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid chickendropfeathersmod : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.269] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rsgauges : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.269] [Server thread/INFO] [wile.rsgauges.ModRsGauges/]: Registered 116 items.
[05Dec2019 12:04:00.270] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rsgauges : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.270] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ironjetpacks : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.300] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ironjetpacks : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.300] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid coffeespawner : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.301] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid coffeespawner : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.301] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cookingforblockheads : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.304] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cookingforblockheads : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.304] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid placebo : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.304] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid placebo : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.304] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dankstorage : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.307] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dankstorage : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.307] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mightyarchitect : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.319] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mightyarchitect : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.319] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid rangedpumps : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.319] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid rangedpumps : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.319] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid uncrafted : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.319] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid uncrafted : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.319] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid veggie_way : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.325] [Server thread/INFO] [veggie_way/]: Items registered.
[05Dec2019 12:04:00.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid veggie_way : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid uteamcore : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid uteamcore : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.325] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid buildinggadgets : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.337] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid buildinggadgets : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.337] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid unstabletools : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.352] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid unstabletools : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.353] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid forgivingvoid : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.353] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid forgivingvoid : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.353] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid apotheosis : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.353] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `shears`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:04:00.354] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:04:00.354] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `chipped_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:04:00.354] [Server thread/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `minecraft` for name `damaged_anvil`, expected `apotheosis`. This could be a intended override, but in most cases indicates a broken mod.
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid apotheosis : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid al : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid al : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid morpheus : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid morpheus : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid speedyhoppers : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered item: speedyhoppers:speedyhopper_mk1
[05Dec2019 12:04:00.356] [Server thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered item: speedyhoppers:speedyhopper_mk2
[05Dec2019 12:04:00.356] [Server thread/INFO] [al132.speedyhoppers.SpeedyHoppers/]: Registered item: speedyhoppers:speedyhopper_mk3
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid speedyhoppers : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid colorfulhealthbar : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid colorfulhealthbar : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.356] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid tmechworks : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.358] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid tmechworks : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.358] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid exp_ore : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.358] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid exp_ore : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.358] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid energeticsheep : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.359] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity energetic_sheep
[05Dec2019 12:04:00.360] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid energeticsheep : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.360] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid respawnablepets : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.368] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid respawnablepets : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.368] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid quirkygenerators : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.369] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid quirkygenerators : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.369] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mysticallib : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.369] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mysticallib : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.369] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid refinedstorage : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.378] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid refinedstorage : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.378] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcwbridges : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.378] [Server thread/INFO] [mcwbridges/]: Items registered.
[05Dec2019 12:04:00.378] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcwbridges : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.378] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid usefulbackpacks : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.383] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid usefulbackpacks : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.383] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid torchmaster : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.384] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid torchmaster : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.384] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid embellishcraft : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.391] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid embellishcraft : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.391] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid bettercrates : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.392] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid bettercrates : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.392] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid biomesoplenty : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.413] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid biomesoplenty : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.413] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid wandermaid : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.413] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid wandermaid : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.413] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid valkyrielib : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.413] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Registering Itmes:
[05Dec2019 12:04:00.414] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: valkyrielib:test
[05Dec2019 12:04:00.414] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid valkyrielib : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.414] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid dogslie : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.414] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid dogslie : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.414] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sea : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.414] [Server thread/INFO] [SEA/]: Registering Items
[05Dec2019 12:04:00.434] [Server thread/INFO] [SEA/]: Registered Items
[05Dec2019 12:04:00.434] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sea : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.434] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid silentgear : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.438] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid silentgear : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.438] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid extcaves : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.458] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid extcaves : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.458] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplylight : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplylight : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.466] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid simplefarming : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.470] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid simplefarming : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.470] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid slurpiesdongles : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.488] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid slurpiesdongles : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.488] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid portality : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.489] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid portality : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.489] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sisser : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.489] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sisser : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.489] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid flying_things : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.489] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid flying_things : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.489] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid corail_woodcutter : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.491] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid corail_woodcutter : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.491] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid carrots : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.510] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid carrots : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.510] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid vanillafoodpantry : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.512] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid vanillafoodpantry : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.513] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid roadstuff : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.527] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid roadstuff : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.527] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid randomthings : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid randomthings : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.531] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_miner : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.532] [Server thread/INFO] [ring_of_miner/]: Items registered.
[05Dec2019 12:04:00.532] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_miner : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.532] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid oreexcavation : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.532] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid oreexcavation : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.532] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid angelring : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.532] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid angelring : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.533] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid flexible_skills : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.533] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid flexible_skills : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.533] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid gobber2 : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.579] [Server thread/INFO] [gobber2/]: Gobber Items registered.
[05Dec2019 12:04:00.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid gobber2 : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cg : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cg : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid pottedbushes : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid pottedbushes : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.579] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid mcwroofs : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.581] [Server thread/INFO] [mcwroofs/]: Items registered.
[05Dec2019 12:04:00.581] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid mcwroofs : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.581] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cfm : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.582] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cfm : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.582] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid shulkerdt : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.582] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid shulkerdt : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.582] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid globalxp : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.582] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid globalxp : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.582] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid hsbdry : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.586] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid hsbdry : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.586] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid charm : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.586] [Server thread/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Item: The object piston has been registered twice for the same name minecraft:piston.
[05Dec2019 12:04:00.586] [Server thread/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Item: The object sticky_piston has been registered twice for the same name minecraft:sticky_piston.
[05Dec2019 12:04:00.586] [Server thread/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Item: The object potion has been registered twice for the same name minecraft:potion.
[05Dec2019 12:04:00.586] [Server thread/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Item: The object splash_potion has been registered twice for the same name minecraft:splash_potion.
[05Dec2019 12:04:00.586] [Server thread/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Item: The object lingering_potion has been registered twice for the same name minecraft:lingering_potion.
[05Dec2019 12:04:00.586] [Server thread/WARN] [net.minecraftforge.registries.ForgeRegistry/REGISTRIES]: Registry Item: The object enchanted_book has been registered twice for the same name minecraft:enchanted_book.
[05Dec2019 12:04:00.586] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid charm : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.586] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid instantunify : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.587] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid instantunify : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.587] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid moredogs : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.635] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:chihuahua
[05Dec2019 12:04:00.658] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:german_shepard
[05Dec2019 12:04:00.681] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:golden_retriever
[05Dec2019 12:04:00.705] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:husky
[05Dec2019 12:04:00.728] [Server thread/WARN] [net.minecraft.entity.EntityType/]: No data fixer registered for entity moredogs:pug
[05Dec2019 12:04:00.728] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid moredogs : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.728] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cobblefordays : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cobblefordays : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid fastleafdecay : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid fastleafdecay : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid servertabinfo : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid servertabinfo : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid prettybeaches : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid prettybeaches : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid quantumstorage : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid quantumstorage : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.729] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid corail_pillar : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.750] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid corail_pillar : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.750] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid autodoors : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.750] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid autodoors : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.750] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid inftrading : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.750] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid inftrading : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.750] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid sauuuuuceysfarming : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.762] [Server thread/DEBUG] [sauuuuuceysfarming Mod Event Subscriber/]: Registered Items
[05Dec2019 12:04:00.762] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid sauuuuuceysfarming : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.762] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid infinitewatersource : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.762] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid infinitewatersource : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.762] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid cucumber : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.762] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid cucumber : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.762] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid overloaded : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.895] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid overloaded : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.895] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid persistentbits : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.895] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid persistentbits : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.895] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid jei : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.895] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid jei : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.895] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid everlastingabilities : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.896] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid everlastingabilities : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.896] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid giftfromthegods : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.896] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid giftfromthegods : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.896] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid despeggshatch : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.896] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid despeggshatch : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.896] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid upgrade_aquatic : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.897] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid upgrade_aquatic : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.897] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid bloomful : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.898] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid bloomful : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.898] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ctdcore : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.898] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ctdcore : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.898] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ensorcellation : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.898] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ensorcellation : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.898] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid create : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.944] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid create : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.944] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid clumps : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.944] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid clumps : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.944] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid ring_of_repair : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.945] [Server thread/INFO] [ring_of_repair/]: Items registered.
[05Dec2019 12:04:00.945] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Fired event for modid ring_of_repair : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.945] [Server thread/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Firing event for modid enviromats : RegistryEvent.Register<minecraft:item>
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: Registering Itmes:
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_cobble
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_polished
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_small
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_small
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_stairs
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_cobble_stairs
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_polished_stairs
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_stairs
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_small_stairs
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_stairs
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_small_stairs
[05Dec2019 12:04:00.946] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_slab
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_cobble_slab
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_polished_slab
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_slab
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_small_slab
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_slab
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_tile_small_slab
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_wall
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_cobble_wall
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_wall
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_white_brick_small_wall
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_cobble
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_polished
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_small
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_small
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_stairs
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_cobble_stairs
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_polished_stairs
[05Dec2019 12:04:00.947] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_stairs
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_small_stairs
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_stairs
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_small_stairs
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_slab
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_cobble_slab
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_polished_slab
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_slab
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_small_slab
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_slab
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_tile_small_slab
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_wall
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_cobble_wall
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_wall
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_orange_brick_small_wall
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta
[05Dec2019 12:04:00.948] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_cobble
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_polished
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_small
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_small
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_stairs
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_cobble_stairs
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_polished_stairs
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_stairs
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_small_stairs
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_stairs
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_small_stairs
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_slab
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_cobble_slab
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_polished_slab
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_slab
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_small_slab
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_slab
[05Dec2019 12:04:00.949] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_tile_small_slab
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_wall
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_cobble_wall
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_wall
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_magenta_brick_small_wall
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_cobble
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_polished
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_small
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_small
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_stairs
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_cobble_stairs
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_polished_stairs
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_stairs
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_small_stairs
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_stairs
[05Dec2019 12:04:00.950] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_small_stairs
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_slab
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_cobble_slab
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_polished_slab
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_slab
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_small_slab
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_slab
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_tile_small_slab
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_wall
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_cobble_wall
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_wall
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_light_blue_brick_small_wall
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_cobble
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_polished
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_small
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_small
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_stairs
[05Dec2019 12:04:00.951] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_cobble_stairs
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_polished_stairs
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_stairs
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_small_stairs
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_stairs
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_small_stairs
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_slab
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_cobble_slab
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_polished_slab
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_slab
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_small_slab
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_slab
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_tile_small_slab
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_wall
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_cobble_wall
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_wall
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_yellow_brick_small_wall
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_cobble
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_polished
[05Dec2019 12:04:00.952] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_small
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_small
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_stairs
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_cobble_stairs
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_polished_stairs
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_stairs
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_small_stairs
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_stairs
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_small_stairs
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_slab
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_cobble_slab
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_polished_slab
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_slab
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_small_slab
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_slab
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_tile_small_slab
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_wall
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_cobble_wall
[05Dec2019 12:04:00.953] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_wall
[05Dec2019 12:04:00.954] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_lime_brick_small_wall
[05Dec2019 12:04:00.954] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink
[05Dec2019 12:04:00.954] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_cobble
[05Dec2019 12:04:00.954] [Server thread/INFO] [STDOUT/]: [com.valkyrieofnight.vlib.core.debug.SimpleDebugger:log:108]: enviromats:alabaster_pink_polished
[05Dec2019 12:04:00.954] [S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment