개인 자료란 (JE)

  서버 커뮤니티

Profile 프리루트 한마포 운영자

_FreeRoute_ 3bfdc013ee404a289b456efb141df84f

Profile

자료 공통 리뷰, 강좌 서버

서버구동기로 마인크래프트 모드 서버를 여는 방법

2016.04.13 조회 수 261655 추천 수 148


      개요


해당 문서는 한마포에서 마인크래프트 모드 서버용 서버구동기를 다운받아 사용할 때, 기본적인 사용법을 정리한 글입니다.
내용이 일반 서버구동기를 사용할 때보다 좀 더 복잡할 수 있으니 순서대로 잘 따라와주세요.




      사전 준비물


아래 과정을 따라하시기 전에 다음과 같은 준비물들을 미리 준비해주세요.

  • 자바(Java) : 모든 서버구동기는 자바가 필요하며, 마인크래프트 버전이나 코어에 따라 필요로 하는 자바 버전이 달라집니다.
    물론 한마포에서는 서버구동기 글 혹은 구동기에 필요한 자바 버전이 적혀있으니, 이에 맞게 꼭 자바를 설치해주세요.
    그리고 컴퓨터에 여러 버전의 자바가 설치되어있는 경우, 컴퓨터에서 여러분이 사용하고자 하는 자바 버전을 인식해야되는데
    그럴러면 환경변수를 추가로 설정해주셔야 합니다. 구글링을 해보시면 아시겠지만 방법이 까다로울 수 있기 때문에,
    귀찮으시면 그냥 제어판에서 여러분이 사용하실 자바는 남겨두고 이외에 다른 자바는 모두 삭제해주세요.

  • 서버구동기 : 당연히 모드 서버용 구동기로 준비해주시면 됩니다.
    여러분이 사용하실 마인크래프트 버전과 모드로더(포지 혹은 패브릭)에 맞춰서 다운받아주세요.

  • 서버에 적용할 모드 : 서버에 모드를 적용시키기 전에, 먼저 개인 마인크래프트에 여러분이 사용하실
    모드로더와 모드를 설치해보시고, 제대로 작동하면 아래 과정을 통해 서버에 모드를 적용시켜주세요.
    참고로 여기서 모드로더는 서버에서 사용하는 모드로더의 자체 버전과 동일하거나, 더 높은 버전을 설치해주세요.





      서버 구동하기


1. 먼저 한마포에서 다운 받으신 서버구동기 파일의 압축을 풀어보시면 다음과 같은 간단한 내용물이 나올겁니다.
여기서 서버구동기를 실행시켜줍니다.

[참고사항]

  • 보통은 코어(.jar)와 서버구동기(.bat)가 있을테고, 이외에 마인크래프트 버전이나 모드로더에 따라 추가 파일 및 폴더가
    있을 수 있습니다. 이런 기본적인 내용물은 절대로 건드리지마시고 이름도 바꾸시면 안됩니다.



2. 숫자 1을 입력하고 엔터를 쳐줍니다.



3. 서버에서 사용할 램 용량을 숫자로 선택해주면 됩니다. 자신의 컴퓨터에 장착되어있는 램 용량을 고려해 선택해주세요.

[참고사항]

  • 컴퓨터에 장착되어있는 램 용량을 모르시는 분들은 내 컴퓨터 > 빈 공간에 마우스 우클릭 > 속성에서 확인할 수 있습니다.
    보통 설치된 메모리(RAM)로 표시됩니다.



4. 곧바로 구동기가 작동하기 시작합니다. 그러다가 위와 같이 "Done (숫자s)!" 문구가 뜨면 서버가 정상적으로 열렸다는 뜻입니다.
이제 구동기에 stop 이라고 입력해 서버를 다시 종료해주세요.



5. 서버구동기가 있는 폴더 안에 들어가보시면 다음과 같이 서버의 여러 옵션들을 설정할 수 있는 수많은 yml, json, properties 파일들과
새로운 폴더들이 생겼을 겁니다. 이중에서 mods 폴더는 모드 파일을, plugins 폴더는 플러그인 파일을 넣는 곳이니 참고해주시고,
모드 파일 적용을 위해 mods 폴더에 들어가줍니다.

[주의사항]

  • 모드 서버용 구동기를 사용할 때는 가급적이면 플러그인은 최소한으로만 사용해주세요.
    모드와 플러그인은 완전히 서로 다른 API를 사용하기 때문에 서로 많이 적용하게되면 그만큼 오류가 발생할 확률이 높아집니다.
  • 서버의 기본적인 설정들은 server.properties 파일을 통해 설정하실 수 있습니다.



6. 이 mods 폴더에 서버에 적용하실 모드 파일들을 넣어주시면 됩니다. 저는 예시로 플랜모드 파일을 넣어줬습니다.

참고로 위에서도 이미 언급했지만 개인 마인크래프트에 먼저 모드로더(포지 혹은 패브릭)와 모드를 설치하신 다음에,
제대로 작동하면 서버에 해당 모드들을 적용하시는 것을 권장합니다. 개인 마인크래프트에 적용된 모드 파일은
.minecraft > mods 폴더에서 확인할 수 있으며, 여기서 서버에 적용할 모드는 복사하셔서 위 mods 폴더에 붙여넣기 해주시면 편합니다.

[주의사항]

  • 서버에 모드를 적용시킬 때, 아무 모드나 막 적용시키시면 안됩니다! 일반 모드나 서버 전용 모드는 적용시켜도되지만
    클라이언트 전용 모드는 서버에서 사용이 불가능하기에 적용시키면 오류가 발생합니다.
    클라이언트 전용 모드의 대표적인 예시는 다음과 같습니다.

    (예시 : 투매니, REI, JEI, 한글채팅, 옵티파인, 소듐, 아이리스 쉐이더, 인벤토리 HUD, 클라이언트 최적화 모드 등)
    (꿀팁 : 패브릭의 경우, 인게임에서 메인화면 > 모드 메뉴를 눌렀을 때 클라이언트 전용 모드는 따로 표시됩니다)

  • 서버 전용 모드는 일반 모드와 다르게 서버에만 적용시켜주면 되는 모드입니다. 아래에서 자세하게 설명하겠지만
    모드 서버에 접속할 때, 반드시 개인 마인크래프트에는 서버에 적용되어있는 모드로더와 모드가 설치되어있어야 합니다.
    하지만 서버 전용 모드는 따로 개인이 설치할 필요가 없습니다. 물론 일부는 설치를 요구하기도하며, 싱글에서 작동하기도 합니다.



7. 그리고 저는 플랜모드를 적용시켜서 따로 플랜팩도 서버에 적용시켜줬습니다. 제 마인크래프트에 이미 설치되어있기에
.minecraft 폴더 안에 플랜팩 파일들이 들어있는 Flan 폴더를 그대로 위와 같이 서버구동기가 있는 폴더 안에 붙여넣기 해줬습니다.
이건 제가 플랜 모드를 적용시켜서 그런거지 왠만한 일반 모드는 6번 과정만 수행하시면 됩니다.



8. 이렇게 서버에 모드 파일을 모두 적용했으면 다시 아까처럼 서버구동기를 실행시켜 서버를 열어줍니다.
다행히 오류 문구 없이 Done 문구가 떠줬네요!



9. 이제 서버에 제대로 접속은 되는지, 모드는 제대로 적용되었는지 확인해봅시다. 위에서부터 쭉 따라오신 분들은 이미 설치하셨겠지만,
서버에서 사용하는 모드로더와 적용된 모드를 여러분들의 마인크래프트에 설치하신 다음에 게임을 켜주세요.
(이부분은 서버에 접속하고자 하는 다른 유저들도 마찬가지입니다)

[주의사항]

  • 모드로더 : 개인 마인크래프트에 설치하실 때,
    서버에서 사용하는 모드로더의 자체 버전과 동일하거나 더 높은 버전을 설치해주세요.

    모드 : 개인 마인크래프트에 설치하실 때,
    가급적이면 서버에 적용하신 모드 파일의 자체 버전과 동일한 버전으로 설치해주세요.



10. 멀티플레이 메뉴로 들어가 서버 주소 부분에 localhost 혹은 여러분들의 아이피를 입력해서 서버에 접속해줍니다.
참고로 다른 유저가 여러분들의 서버에 접속하려면 여러분들의 아이피 혹은 아이피와 연결된 도메인 주소를 입력해야합니다.

[참고사항]

  • 여러분들의 컴퓨터 아이피는 네이버에서 직접 확인해보실 수 있습니다.



11. 접속이 잘되네요! 서버가 제대로 열려있고 접속도 가능한게 확인되었으니 이제 서버에 적용시킨 모드가 잘 작동하는지 확인해봅시다.



12. 참고로 초보 유저분들을 위해 TMI 설명을 드려보자면, 서버에서 자유롭게 아이템을 뽑아내는 크리에이티브 상태로 바꿀려면
먼저 서버 내에서 모든 것을 할 수 있는 관리자 권한을 부여 받아야 합니다. 구동기에 "op 닉네임" 을 입력해 관리자 권한을 부여한 뒤,
게임 내에서 "/gamemode creative" 혹은 "/gamemode 1" 명령어를 입력하시면 크리에이티브 상태로 전환됩니다.



13. 저는 플랜모드를 적용시켰기에 플랜 모드의 플랜팩에서 추가시켜주는 다연장 로켓포를 사용해봤습니다.
잘 작동하는 것을 보아하니 모드도 제대로 적용되었네요!



14. 참 많다 그죠? 이제 마지막으로 다른 유저들이 여러분들의 서버에 접속할 수 있도록 방화벽 설정만 해주면 됩니다.

화면 좌측 하단 검색칸에 "방화벽" 입력 > 고급 보안이 포함된 Windows Defender 방화벽 > 좌측에 인바운드 규칙을 누르면
위와 같이 많은 항목들이 표시됩니다. 이중에 자바 관련 항목(Java, javaw)들은 모두 초록불이 들어와있어야 합니다.
만약 빨간 차단 아이콘이 표시된 항목이 있다면, 해당 항목을 더블 클릭해서 작업 부분을 연결 허용으로 바꿔주세요.




      포트포워딩


모든 분들에게 해당되는 기본적인 과정은 여기까지입니다. 이외에 컴퓨터 인터넷을 직접 랜선으로 끌어와서 사용하는 경우가 아닌,
공유기를 통해 사용하시는 분들은 포트포워딩이라는 작업을 추가로 해주셔야 합니다. 포트포워딩은 공유기 제조사마다
방법이 다르기 때문에 구글에 공유기 제조사 명칭을 같이 입력해서 검색해보시는 것을 권장드립니다.




이외에 이해가 되지 않거나 궁금하신 점들은 댓글로 물어봐주시고, 서버 구동 중에 발생하는 오류나 버그 등에 대한 문의는
질문 포럼에 해주시기 바랍니다. 참고로 오류가 발생해서 질문 포럼에 글을 올리실 때는 구체적인 기록이 담겨있는
구동기 로그 파일을 같이 첨부해주시면 저를 포함한 다른 분들이 수월하게 진단해드릴 수 있습니다.

(로그 파일은 오류 발생 직후, 서버구동기 파일이 있는 폴더 안에 logs 폴더 > latest.log 파일입니다)




564개의 댓글

동원참치
2017.12.02

[11:03:17] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[11:03:18] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2281 for Minecraft 1.10.2 loading
[11:03:18] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_151
[11:03:18] [main/DEBUG] [FML/]: Java classpath at launch is [Forge]1.10.2-12.18.3.2281.jar
[11:03:18] [main/DEBUG] [FML/]: Java library path at launch is C:\ProgramData\Oracle\Java\javapath;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;.
[11:03:18] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[11:03:18] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[11:03:18] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[11:03:18] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[11:03:18] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[11:03:18] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[11:03:18] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[11:03:18] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\.
[11:03:18] [main/INFO] [FML/]: Failed to find the specified repository root C:/Users/FreeRoute/Desktop/프리루트_1.10.2_모드버킷_2274/libraries
[11:03:18] [main/DEBUG] [FML/]: Discovering coremods
[11:03:18] [main/DEBUG] [FML/]: Examining for coremod candidacy EssentialCmds-1.10.2-8.1.14-universal.jar
[11:03:18] [main/DEBUG] [FML/]: Not found coremod data in EssentialCmds-1.10.2-8.1.14-universal.jar
[11:03:18] [main/DEBUG] [FML/]: Examining for coremod candidacy FlexibleLogin.jar
[11:03:18] [main/DEBUG] [FML/]: Not found coremod data in FlexibleLogin.jar
[11:03:18] [main/DEBUG] [FML/]: Examining for coremod candidacy PixelmonGenerations-1.2.1(한글화).jar
[11:03:18] [main/DEBUG] [FML/]: Not found coremod data in PixelmonGenerations-1.2.1(한글화).jar
[11:03:18] [main/DEBUG] [FML/]: Examining for coremod candidacy Spigot-CommandSigns.jar
[11:03:18] [main/DEBUG] [FML/]: Not found coremod data in Spigot-CommandSigns.jar
[11:03:18] [main/DEBUG] [FML/]: Examining for coremod candidacy spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:18] [main/INFO] [FML/]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:03:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[11:03:18] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.6.8 Source=file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar Env=SERVER
[11:03:18] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #1
[11:03:18] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[11:03:18] [main/DEBUG] [mixin/]: Mixin platform: primary container is file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:18] [main/DEBUG] [mixin/]: Adding mixin platform agents for container file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:18] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentFML for file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:18] [main/DEBUG] [mixin/]: spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar has core plugin org.spongepowered.mod.SpongeCoremod. Injecting it into FML for co-initialisation:
[11:03:18] [main/DEBUG] [FML/]: Instantiating coremod class SpongeCoremod
[11:03:18] [main/DEBUG] [FML/]: The coremod org.spongepowered.mod.SpongeCoremod requested minecraft version 1.10.2 and minecraft is 1.10.2. It will be loaded.
[11:03:18] [main/INFO] [mixin/]: Compatibility level set to JAVA_8
[11:03:18] [main/INFO] [mixin/]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[11:03:18] [main/INFO] [mixin/]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[11:03:18] [main/INFO] [mixin/]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[11:03:18] [main/DEBUG] [FML/]: Added access transformer class org.spongepowered.mod.asm.transformer.SpongeAccessTransformer to enqueued access transformers
[11:03:18] [main/DEBUG] [FML/]: Enqueued coremod SpongeCoremod
[11:03:18] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:18] [main/DEBUG] [mixin/]: Scanning file:/C:/Users/Owner/Desktop/%ed%94%84%eb%a6%ac%eb%a3%a8%ed%8a%b8_1.10.2_%eb%aa%a8%eb%93%9c%eb%b2%84%ed%82%b7_2274/%5bForge%5d1.10.2-12.18.3.2281.jar for mixin tweaker
[11:03:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:03:18] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:03:18] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:03:18] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:03:18] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[11:03:18] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[11:03:18] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[PREINIT]
[11:03:18] [main/DEBUG] [mixin/]: Selecting config mixins.forge.preinit.json
[11:03:18] [main/DEBUG] [mixin/]: Preparing mixins.forge.preinit.json (9)
[11:03:18] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[11:03:18] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[11:03:18] [main/DEBUG] [mixin/]:   Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:03:18] [main/DEBUG] [mixin/]: Transformer delegation list created with 1 entries
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/UsernameCache to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/Loader to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/LoadController to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/ModContainer to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/ASMEventHandler to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/Event to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/GameRegistry to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/MinecraftDummyContainer to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/plugin/PluginContainer to metadata cache
[11:03:18] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[11:03:18] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[11:03:18] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[11:03:18] [main/DEBUG] [mixin/]: Mixing fml.common.eventhandler.MixinEvent from mixins.forge.preinit.json into net.minecraftforge.fml.common.eventhandler.Event
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/Cancellable to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinEvent to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeImpl to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/NamedCause to metadata cache
[11:03:18] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/Cause to metadata cache
[11:03:18] [main/DEBUG] [FML/]: Injection complete
[11:03:18] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[11:03:18] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[11:03:19] [main/DEBUG] [FML/]: Read 914 binary patches
[11:03:19] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.10.2.lzma with 32371 records
[11:03:19] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[11:03:19] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[11:03:19] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:03:19] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[11:03:19] [main/DEBUG] [FML/]: Injection complete
[11:03:19] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[11:03:19] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[11:03:19] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[11:03:19] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[11:03:19] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentFML:file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar]
[11:03:19] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar]
[11:03:19] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentFML:file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar]
[11:03:19] [main/DEBUG] [mixin/]: Creating FML remapper adapter: org.spongepowered.asm.bridge.RemapperAdapterFML
[11:03:21] [main/INFO] [mixin/]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@58ebfd03
[11:03:21] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar]
[11:03:21] [main/DEBUG] [mixin/]: Scanning file:/C:/Users/Owner/Desktop/%ed%94%84%eb%a6%ac%eb%a3%a8%ed%8a%b8_1.10.2_%eb%aa%a8%eb%93%9c%eb%b2%84%ed%82%b7_2274/%5bForge%5d1.10.2-12.18.3.2281.jar for mixin tweaker
[11:03:21] [main/DEBUG] [mixin/]: Scanning asmgen:/ for mixin tweaker
[11:03:21] [main/DEBUG] [mixin/]: injectIntoClassLoader running with 1 agents
[11:03:21] [main/DEBUG] [mixin/]: Processing injectIntoClassLoader() for PlatformAgent[MixinPlatformAgentFML:file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar]
[11:03:21] [main/DEBUG] [mixin/]: FML agent is co-initialising coremod instance SpongeCoremod {[]} for file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:21] [main/DEBUG] [FML/]: Injecting coremod SpongeCoremod {org.spongepowered.mod.SpongeCoremod} class transformers
[11:03:21] [main/TRACE] [FML/]: Registering transformer org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
[11:03:21] [main/DEBUG] [FML/]: Injection complete
[11:03:21] [main/DEBUG] [FML/]: Running coremod plugin for SpongeCoremod {org.spongepowered.mod.SpongeCoremod}
[11:03:21] [main/DEBUG] [FML/]: Running coremod plugin SpongeCoremod
[11:03:21] [main/DEBUG] [FML/]: Coremod plugin class SpongeCoremod run successfully
[11:03:21] [main/DEBUG] [mixin/]: Processing injectIntoClassLoader() for PlatformAgent[MixinPlatformAgentDefault:file:/C:/Users/Owner/Desktop/프리루트_1.10.2_모드버킷_2274/mods/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar]
[11:03:21] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:03:21] [main/DEBUG] [FML/]: Loaded 195 rules from AccessTransformer config file forge_at.cfg
[11:03:21] [main/DEBUG] [FML/]: Loaded 379 rules from AccessTransformer config file META-INF/common_at.cfg
[11:03:21] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\mods\PixelmonGenerations-1.2.1(한글화).jar!META-INF/pixelmon_at.cfg

[11:03:21] [main/DEBUG] [FML/]: Loaded 379 rules from AccessTransformer mod jar file C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\mods\spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar!META-INF/common_at.cfg

[11:03:21] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #2
[11:03:21] [main/DEBUG] [FML/]: Validating minecraft
[11:03:21] [main/DEBUG] [mixin/]: Ending MixinEnvironment[PREINIT], applied 1 mixins
[11:03:21] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[INIT]
[11:03:21] [main/DEBUG] [mixin/]: Mixing fml.common.MixinLoader from mixins.forge.preinit.json into net.minecraftforge.fml.common.Loader
[11:03:21] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    $wrapper.org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    org.spongepowered.mod.asm.transformer.SpongeAccessTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[11:03:21] [main/DEBUG] [mixin/]:   Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:03:21] [main/DEBUG] [mixin/]: Transformer delegation list created with 10 entries
[11:03:21] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/discovery/ModDiscoverer to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/io/File to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/FMLLog to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/SpongeConfig to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/type/GlobalConfig to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/GlobalGeneralCategory to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/GeneralCategory to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/PathTokens to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/io/Serializable to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/lang/Comparable to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/versioning/ArtifactVersion to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/lang/String to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/plugin/meta/version/VersionRange to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/plugin/meta/version/DefaultArtifactVersion to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/plugin/meta/version/ComparableVersion to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/plugin/meta/version/ArtifactVersion to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/math/BigInteger to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for org/apache/logging/log4j/Logger to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/toposort/ModSorter to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/util/List to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableList to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableCollection to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractCollection to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/lang/Exception to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/util/Properties to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/lang/Throwable to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/util/Hashtable to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/util/Dictionary to metadata cache
[11:03:21] [main/DEBUG] [mixin/]: Mixing fml.common.MixinModContainer from mixins.forge.preinit.json into net.minecraftforge.fml.common.ModContainer
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Strings to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Preconditions to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/util/Optional to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/ModMetadata to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/util/Collection to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/lang/Iterable to metadata cache
[11:03:21] [main/TRACE] [mixin/]: Added class metadata for java/util/RandomAccess to metadata cache
[11:03:22] [main/DEBUG] [mixin/]: Mixing fml.common.MixinMinecraftDummyContainerServer from mixins.forge.preinit.json into net.minecraftforge.fml.common.MinecraftDummyContainer
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/DummyModContainer to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/slf4j/LoggerFactory to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/MinecraftServer to metadata cache
[11:03:22] [main/DEBUG] [FML/]: Minecraft validated, launching...
[11:03:22] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[11:03:22] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[11:03:22] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[11:03:22] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[11:03:22] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #3
[11:03:22] [main/DEBUG] [mixin/]: Ending MixinEnvironment[INIT], applied 3 mixins
[11:03:22] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.api.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.core.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.core.optional.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.blockcapturing.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.bungeecord.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.concurrentchecks.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.entityactivation.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.entitycollisions.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.exploit.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.tracking.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.optimization.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.realtime.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.tileentityactivation.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.vanilla-command.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.common.multi-world-command.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.forge.core.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.forge.bungeecord.json
[11:03:22] [main/DEBUG] [mixin/]: Selecting config mixins.forge.entityactivation.json
[11:03:22] [main/DEBUG] [mixin/]: Preparing mixins.common.api.json (10)
[11:03:22] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    $wrapper.org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    org.spongepowered.mod.asm.transformer.SpongeAccessTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Adding:    net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:03:22] [main/DEBUG] [mixin/]:   Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[11:03:22] [main/DEBUG] [mixin/]:   Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:03:22] [main/DEBUG] [mixin/]: Transformer delegation list created with 10 entries
[11:03:22] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/AbstractAITask to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/common/AbstractDamageSource to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/common/AbstractEntityDamageSource to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/Text to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/LiteralText to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/ScoreText to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/SelectorText to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/TranslatableText to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/title/Title to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/Location to metadata cache
[11:03:22] [main/DEBUG] [mixin/]: Preparing mixins.common.core.json (494)
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Bootstrap$10 to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Bootstrap$11 to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/GameProfile to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/properties/Property to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/properties/PropertyMap to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListEntryBan to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListIPBansEntry to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListBansEntry to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/dispenser/BehaviorProjectileDispense to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/Block to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockAnvil to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBanner to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBanner$BlockBannerHanging to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBanner$BlockBannerStanding to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBed to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockButton to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCactus to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCake to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCarpet to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockChest to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCocoa to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockColored to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCommandBlock to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockCrops to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDaylightDetector to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDirectional to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDirt to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDispenser to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoor to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoublePlant to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoubleStoneSlabNew to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoubleStoneSlab to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoubleWoodSlab to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDynamicLiquid to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockEnderChest to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockEndPortalFrame to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockEventData to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFalling to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFarmland to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFence to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFenceGate to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFire to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFlower to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFurnace to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockGrass to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHay to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHopper to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHugeMushroom to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLadder to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLeaves to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLever to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLog to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockMagma to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockMycelium to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockNetherWart to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPane to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPistonBase to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPistonExtension to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPistonMoving to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPlanks to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPortal to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPressurePlate to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPressurePlateWeighted to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPrismarine to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPumpkin to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockQuartz to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRailBase to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRailDetector to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRailPowered to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedSandstone to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneComparator to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneDiode to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneRepeater to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneWire to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockReed to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSand to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSandStone to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSapling to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSign to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSilverfish to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSkull to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSnow to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSponge to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStainedGlass to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStainedGlassPane to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStairs to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStandingSign to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStem to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStone to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneBrick to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneSlabNew to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneSlab to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTallGrass to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTNT to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTorch to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTrapDoor to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTripWire to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTripWireHook to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockVine to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockWall to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockWallSign to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockWoodSlab to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/SoundType to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/IProperty to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyBool to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyEnum to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyHelper to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyInteger to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/IBlockState to metadata cache
[11:03:22] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/BlockStateContainer$StateImplementation to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityCommandBlock$1 to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandBase to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityCommandBlock to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartCommandBlock to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntitySign$1 to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandExecuteAt$1 to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandHandler to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandScoreboard to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayer to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/CommandBlockBaseLogic to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayerMP to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/rcon/RConConsoleSource to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartCommandBlock$1 to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/player/SpongeUser to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/EntitySelector to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/EntitySelector$6 to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandBanIp to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandPardonIp to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ServerCommandManager to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandSummon to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandTeleport to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandTP to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntity to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/Entity to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemStack to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityPainting$EnumArt to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDirt$DirtType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoor$EnumHingePosition to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoublePlant$EnumPlantType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFlower$EnumFlowerType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHugeMushroom$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPistonExtension$EnumPistonType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPlanks$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockPrismarine$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockQuartz$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRailBase$EnumRailDirection to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedstoneComparator$Mode to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSand$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSandStone$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSilverfish$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSlab$EnumBlockHalf to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStairs$EnumShape to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneBrick$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStone$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneSlab$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStoneSlabNew$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTallGrass$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockWall$EnumType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/BossInfo$Color to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/BossInfo$Overlay to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityArrow$PickupStatus to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityBanner$EnumBannerPattern to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayer$EnumChatVisibility to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/EnumDifficulty to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/EnumDyeColor to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLog$EnumAxis to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemFishFood$FishType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/GameType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/SkeletonType to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityAreaEffectCloud to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityArmorStand to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGiantZombie to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySkeleton to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityZombie to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/living/human/EntityHuman to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityAgeable to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityCreature to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityFlying to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityHanging to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLeashKnot to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLiving to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLivingBase to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityTracker to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityTrackerEntry to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityLargeFireball to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityWitherSkull to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntitySmallFireball to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySnowman to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityWitch to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/boss/EntityWither to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityShulkerBullet to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIAttackMelee to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIAttackRanged to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIAvoidEntity to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIBase to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIBreakDoor to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIEatGrass to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIHarvestFarmland to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAILookIdle to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIMate to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAINearestAttackableTarget to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAITasks to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIRunAroundLikeCrazy to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAISwimming to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAITarget to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIWander to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIWatchClosest to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityBlaze$AIFireballAttack to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGhast$AIFireballAttack to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEnderman$AIPlaceBlock to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEnderman$AITakeBlock to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartMobSpawner to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityRabbit$AIRaidFarm to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySilverfish$AIHideInStone to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySilverfish$AISummonSilverfish to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/boss/EntityDragon to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/boss/EntityDragonPart to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/effect/EntityLightningBolt to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/effect/EntityWeatherEffect to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityBoat to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityEnderCrystal to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityEnderEye to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityEnderPearl to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityExpBottle to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityFallingBlock to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityFireworkRocket to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityItem to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityItemFrame to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecart to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartChest to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartContainer to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartEmpty to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartFurnace to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartHopper to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecartTNT to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityPainting to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityTNTPrimed to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityXPOrb to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityBlaze to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityCaveSpider to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityCreeper to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEnderman to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityEndermite to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGhast to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGolem to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityGuardian to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityIronGolem to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityMagmaCube to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityMob to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityPigZombie to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySilverfish to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityShulker to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySlime to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySpider to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityAmbientCreature to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ITradeList to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityAnimal to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityBat to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityChicken to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityCow to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityHorse to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityMooshroom to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityOcelot to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityPig to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityPolarBear to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityRabbit to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntitySheep to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntitySquid to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityTameable to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$EmeraldForItems to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ItemAndEmeraldToItem to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ListEnchantedBookForEmeralds to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ListEnchantedItemForEmeralds to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$ListItemForEmeralds to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityWaterMob to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityWolf to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/InventoryPlayer to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityArrow to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityTippedArrow to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntitySpectralArrow to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityDragonFireball to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityEgg to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityFireball to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityFishHook to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityPotion to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntitySnowball to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/projectile/EntityThrowable to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/damage/MinecraftBlockDamageSource to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/damage/MinecraftFallingBlockDamageSource to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/InventoryEnderChest to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/InventoryHelper to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/InventoryLargeChest to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/Enchantment to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/Item to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemArmor$ArmorMaterial to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemBlock to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemEmptyMap to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemEnderEye to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemFirework to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemFishingRod to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemMap to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/Item$ToolMaterial to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemPotion to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemWritableBook to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemWrittenBook to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/Container to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerChest to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerPlayer to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerHopper to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerDispenser to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerFurnace to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerEnchantment to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerRepair to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerBrewingStand to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerBeacon to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerHorseInventory to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerMerchant to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ContainerWorkbench to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/Slot to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/SlotCrafting to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityLockable to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/custom/CustomInventory to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/village/MerchantRecipe to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/NBTTagCompound to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for io/netty/channel/AbstractChannelHandlerContext to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/NetHandlerPlayServer to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/NetworkManager to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/PacketBuffer to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketScoreboardObjective to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketResourcePackSend to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerListItem to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketWorldBorder to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/potion/Potion to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/potion/PotionEffect to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/profiler/Profiler to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Team$CollisionRule to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScoreCriteriaColored to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScoreCriteria to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Team$EnumVisible to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Score to metadata cache
[11:03:23] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Scoreboard to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ServerScoreboard to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/IScoreCriteria$EnumRenderType to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScoreObjective to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/ScorePlayerTeam to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerList to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerInteractionManager to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerChunkMap to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerChunkMapEntry to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerProfileCache to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/PlayerProfileCache$ProfileEntry to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/network/NetHandlerHandshakeTCP to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/network/NetHandlerLoginServer to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/network/NetHandlerLoginServer$2 to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/SoundCategory to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/SoundEvent to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/Achievement to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/LegacyPingHandler to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/network/NetHandlerStatusServer to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/ServerStatusResponse to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/ServerStatusResponse$Players to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/ServerStatusResponse$Version to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentBase to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentScore to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentSelector to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentString to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentTranslation to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/event/ClickEvent to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/event/HoverEvent to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/MobSpawnerBaseLogic to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityBanner to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityBeacon to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityBrewingStand to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityChest to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityComparator to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityDaylightDetector to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityDispenser to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityDropper to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityEnchantmentTable to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityEnderChest to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityEndPortal to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityFlowerPot to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityFurnace to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityHopper to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockJukebox$TileEntityJukebox to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityMobSpawner to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityNote to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityPiston to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntitySign to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntitySkull to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ClassInheritanceMultiMap to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/DamageSource to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EntityDamageSource to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumHand to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EntityDamageSourceIndirect to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/PacketThreadUtil$1 to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/datafix/DataFixer to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/Vec3i to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/village/Village to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/AnvilSaveHandler to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/BossInfo to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/BossInfoServer to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/Chunk to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/DimensionType to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/Explosion to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/NextTickListEntry to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/ServerWorldEventHandler to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/Teleporter to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldEntitySpawner to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/World to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/border/WorldBorder to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldProvider to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldProviderHell to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldServer to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldServerMulti to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldSettings to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldType to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/Biome to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeDesert to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeEnd to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeForest to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeHell to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeHills to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeJungle to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeMesa to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomePlains to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeSavanna to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeSnow to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeTaiga to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeSwamp to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeProvider to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/BlockStateContainer to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/AnvilChunkLoader to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/end/DragonFightManager to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderEnd to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderFlat to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderOverworld to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderHell to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/MapGenBase to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderServer to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenAbstractTree to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBigMushroom to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBigTree to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBlockBlob to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBush to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenCactus to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenCanopyTree to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenDeadBush to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenDesertWells to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenDoublePlant to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenDungeons to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenEndIsland to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenerator to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenFire to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenFlowers to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenBirchTree to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenGlowStone1 to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenIcePath to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenIceSpike to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenLakes to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenMegaPineTree to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenMegaJungle to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenMelon to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenMinable to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenPumpkin to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenReed to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenSavannaTree to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenShrub to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenSwamp to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenTaiga1 to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenTaiga2 to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenTallGrass to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenTrees to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenVines to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenWaterlily to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/structure/MapGenStructure to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/structure/MapGenVillage to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/SaveHandler to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/ThreadedFileIOBase to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/WorldInfo to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/rcon/RConThreadClient to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/dedicated/DedicatedServer to metadata cache
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserList to metadata cache
[11:03:24] [main/DEBUG] [mixin/]: Preparing mixins.common.core.optional.json (1)
[11:03:24] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/BlockPos$MutableBlockPos to metadata cache
[11:03:24] [main/DEBUG] [mixin/]: Preparing mixins.common.blockcapturing.json (1)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.bungeecord.json (4)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.concurrentchecks.json (2)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.entityactivation.json (7)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.entitycollisions.json (3)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.exploit.json (1)
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/network/PacketUtil to metadata cache
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.tracking.json (3)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.optimization.json (7)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.realtime.json (15)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.tileentityactivation.json (3)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.vanilla-command.json (5)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.common.multi-world-command.json (9)
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandDefaultGameMode to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandDifficulty to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandGameRule to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandShowSeed to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/server/CommandSetDefaultSpawnpoint to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandTime to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandToggleDownfall to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandWeather to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandWorldBorder to metadata cache
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.forge.bungeecord.json (1)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.forge.entityactivation.json (1)
[11:03:25] [main/DEBUG] [mixin/]: Preparing mixins.forge.core.json (78)
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/impl/AbstractEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockOldLeaf to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/SpongeCommonEventFactory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeImplHooks to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/SpongeProxyBlockAccess to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/extra/fluid/SpongeFluidStackBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/WorldManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLConstructionEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLInitializationEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLLoadCompleteEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLPreInitializationEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLPostInitializationEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerAboutToStartEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerStartingEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerStartedEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerStoppingEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLServerStoppedEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLStateEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/EventBus to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/gameevent/PlayerEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/EntityRegistry to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/PersistentRegistryManager$BlockDummyAir to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/VillagerRegistry$VillagerCareer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/VillagerRegistry$VillagerProfession to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/VillagerRegistry to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/util/BlockSnapshot to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/DimensionManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ForgeInternalHandler to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ForgeChunkManager$Ticket to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ForgeHooks to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/ForgeEventFactory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fluids/Fluid to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fluids/FluidRegistry to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fluids/FluidStack to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemShears to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemLilyPad to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketClickWindow to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketPlayerTryUseItemOnBlock to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeDecorator to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/handshake/client/C00Handshake to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ShiftClickAction$InsertText to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/ITextComponent$Serializer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketTitle$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/profile/GameProfile to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Identifiable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataSerializable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Objects$ToStringHelper to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/profile/property/ProfileProperty to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/Ban$Ip to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/Ban$Profile to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ConstructEntityEvent$Pre to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/Cause$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/block/BlockPhase$State to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/ItemDropData$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/translation/Translatable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/CatalogType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/PropertyHolder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/IForgeRegistryEntry$Impl to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockContainer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableList$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockHorizontal to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/asm/mixin/injection/At$Shift to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBush to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/invoke/MethodHandles$Lookup to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoor$EnumDoorHalf to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockDoublePlant$EnumBlockHalf to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSlab to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/ChangeBlockEvent$Pre to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/BlockSpawnCause$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/BlockSpawnCause$BlockSpawnCauseBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnCause$SpawnCauseBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockFlower$EnumFlowerColor to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRotatedPillar to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing$Axis to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/LocatableBlock$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/block/MixinBlockLever$1 to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLever$EnumOrientation to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBreakable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockBasePressurePlate to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/Map$Entry to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRedSandstone$EnumType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStairs$EnumHalf to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockTrapDoor$DoorHalf to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockSoundGroup to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/trait/BlockTrait to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataVersions$BlockState to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableMap$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableSet$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/command/MixinSubject$1 to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/EntitySpawnCause$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnCause$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/item/EntityMinecart$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/EntitySpawnCause$EntitySpawnCauseBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandBase$CoordinateArg to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/MoveEntityEvent$Teleport to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerPosLook$EnumFlags to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataTransactionResult$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataTransactionResult$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/data/MixinDataHolder$1 to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DirtType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Hinge to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Cycleable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DoublePlantType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PlantType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BigMushroomType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PistonType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/TreeType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PrismarineType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/QuartzType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/RailDirection to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ComparatorType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SandType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SandstoneType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DisguisedBlockType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PortionType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/StairShape to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BrickType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/StoneType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SlabType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/data/types/MixinBlockTallGrassEnumType$1 to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ShrubType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/WallType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DyeColor to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/LogAxis to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/player/gamemode/GameMode to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ArmorEquipable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Equipable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/Carrier to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/RideEntityEvent$Mount to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/RideEntityEvent$Dismount to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerListItem$Action to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntityArchetype$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Entity to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/Locatable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataHolder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/CompositeValueStore to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/ValueContainer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/ValueFactory$BoundedValueBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAITasks$EntityAITaskEntry to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ai/AITaskEvent$Add to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/InternalNamedCauses$General to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/entity/EntityPhase$State to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/AITask to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/BreedEntityEvent$Breed to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ai/AITaskEvent$Remove to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/Goal to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/explosion/Explosion$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/LightningEvent$Strike to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/LightningEvent$Post to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/ArmorStand to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Living to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/TeamMember to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Entity to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Entity$Item to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/collections/SlotCollection$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/MinecraftInventoryAdapter to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/InventoryAdapter to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/observer/Observer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/Inventory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Nameable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/ChestMinecart to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/ContainerMinecart to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/type/CarriedInventory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/Minecart to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/HopperMinecart to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Catalog to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockState$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinAggressive to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Horse to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Ocelot to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataConstants$Rabbit to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Villager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/merchant/Merchant to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Ageable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Creature to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Agent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityVillager$PriceInfo to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/EntityDamageSource$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/SleepingEvent$Tick to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/EntityDamageSource$EntityDamageSourceBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/DamageSource$DamageSourceBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityList$EntityEggInfo to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/ChangeGameModeEvent$TargetPlayer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/message/MessageChannelEvent$Chat to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/message/MessageEvent$MessageFormatter to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCombatEvent$Event to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractInventoryEvent$Close to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/RayTraceResult$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootContext$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/FishingEvent$Stop to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/Enchantment$Rarity to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/Enchantment to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/FishingEvent$Start to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/ClickInventoryEvent$Creative to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent$Disconnect to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/InternalNamedCauses$Packet to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/tick/TickPhase$Tick to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/client/CPacketUseEntity$Action to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent$Secondary to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent$Primary to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/ChannelBuf to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerListItem$AddPlayerData to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/potion/PotionEffectType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/potion/PotionEffect to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/profiler/Profiler$Result to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/critieria/Criterion to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/Scoreboard to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/Team to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/command/TabCompleteEvent$Chat to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/InternalNamedCauses$WorldGeneration to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/generation/GenerationPhase$State to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/InteractBlockEvent$Primary to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/plugin/PluginPhase$State to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent$Login to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent$Join to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/MoveEntityEvent$Teleport$Portal to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/PlayerPhase$State to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandResultStats$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/InteractBlockEvent$Secondary to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/server/management/IMixinPlayerProfileCacheEntry to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent$Auth to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/sound/SoundCategory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/server/ClientPingServerEvent$Response to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/server/ClientPingServerEvent$Response$Players to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/Text$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/SelectorText$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/LiteralText$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/TranslatableText$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/text/MixinClickEvent$1 to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/event/ClickEvent$Action to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$OpenUrl to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$ExecuteCallback to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$RunCommand to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$SuggestCommand to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ClickAction$ChangePage to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/text/MixinHoverEvent$1 to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/event/HoverEvent$Action to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/HoverAction$ShowText to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/HoverAction$ShowAchievement to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/HoverAction$ShowItem to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/HoverAction$ShowEntity to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/NbtDataUtil$Minecraft to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/TileEntityArchetype$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/tile/IMixinTileEntity to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntityLockableLoot to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing$Plane to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/PlayerTracker$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/type/TileEntityInventory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/type/PersistentInventory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/type/Interactable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/tile/IMixinTileEntitySkull to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/util/math/IMixinBlockPos to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/boss/BossBar to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketUpdateBossInfo$Operation to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/boss/ServerBossBar to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/core/world/MixinChunk$1 to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/Chunk$EnumCreateEntityType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/EntityUniverse$EntityHit to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/SpongeConfig$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/DimensionType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/ExplosionEvent$Detonate to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseContext$CaptureBlockPos to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/Teleporter$PortalPosition to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/pattern/BlockPattern$PatternHelper to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing$AxisDirection to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/Biome$SpawnListEntry to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLiving$SpawnPlacementType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/WeightedRandom$Item to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/WorldBorder$ChunkPreGenerate to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/BlockPos$PooledMutableBlockPos to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockSnapshot$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/WorldBorder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldServer$ServerBlockEventList to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/SpawnEntityEvent$Custom to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/SpawnEntityEvent$ChunkLoad to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/ExplosionEvent$Pre to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseContext$CaptureFlag to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for ninja/leaping/configurate/hocon/HoconConfigurationLoader$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/WeatherSpawnCause$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for ninja/leaping/configurate/loader/AbstractConfigurationLoader$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/SaveWorldEvent$Pre to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/SaveWorldEvent$Post to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseContext$CaptureExplosion to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/general/GeneralPhase$State to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldServer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorld to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/WorldArchetype to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderSettings$Factory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Ore$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/SeaFloor$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Forest$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/BigMushroom$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Flower$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Shrub$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DeadBush$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/WaterLily$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Mushroom$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Reed$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Pumpkin$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Cactus$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/RandomBlock$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DesertWell$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/EndIsland$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/ChorusFlower$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeForest$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DoublePlant$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/NetherFire$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Glowstone$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeHills$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Melon$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Vine$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/IceSpike$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/IcePath$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/biome/BiomeTaiga$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/BlockBlob$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinAnvilChunkLoader to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/world/dragon/DragonPhase$State to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Lake$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Dungeon$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/plugin/PluginPhase$Listener to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/block/MatterProperty$Matter to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Platform$Type to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/storage/WorldProperties to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/rcon/RconConnectionEvent$Login to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/rcon/RconConnectionEvent$Disconnect to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/DestructEntityEvent$Death to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/Event$Result to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/network/ForgeMessage$DimensionRegisterMessage to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/network/FMLOutboundHandler$OutboundTarget to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ISpecialArmor$ArmorProperties to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayer$SleepResult to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/SleepingEvent$Post to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/SleepingEvent$Finish to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/event/FMLEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerInteractEvent$EntityInteract to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/world/WorldEvent$Save to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/world/WorldEvent$Unload to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for com/google/common/reflect/TypeToken$TypeSet to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/event/forge/IMixinWorldTickEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/WorldArchetype$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerInteractEvent$RightClickItem to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/extra/fluid/FluidType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/mixin/core/forge/fluids/MixinFluidStack$1 to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/extra/fluid/FluidStackSnapshot$Builder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/DropItemEvent$Pre to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/Dimension to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/context/ContextSource to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/biome/BiomeType to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/ChunkGeneratorEvent$ReplaceBiomeBlocks to metadata cache
[11:03:25] [main/DEBUG] [mixin/]: Prepared 606 mixins in 3.266 sec (5.4 msec avg.)
[11:03:25] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.server.MinecraftServer
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/command/IMixinCommandSourceName to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/CommandSource to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/permission/Subject to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/context/Contextual to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/channel/MessageReceiver to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/channel/MessageChannel to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinCommandSource to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/SpongeTexts to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ICommandSender to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/player/User to metadata cache
[11:03:25] [main/DEBUG] [mixin/]: Mixing command.MixinICommandSender from mixins.common.core.json into net.minecraft.server.MinecraftServer
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinCommandSender to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/command/CommandPermissions to metadata cache
[11:03:25] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.server.MinecraftServer
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinSubject to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeInternalListeners to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/permission/SubjectSettingCallback to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/function/Predicate to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/ref/WeakReference to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/ref/Reference to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeGame to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/ServiceManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/StringBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/AbstractStringBuilder to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/Appendable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/CharSequence to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/IllegalStateException to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/RuntimeException to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Tristate to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/Enum to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/Collections to metadata cache
[11:03:25] [main/DEBUG] [mixin/]: Mixing server.MixinMinecraftServer from mixins.common.core.json into net.minecraft.server.MinecraftServer
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinMinecraftServer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Server to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/source/ConsoleSource to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/storage/SpongeChunkLayout to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/MathHelper to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/Math to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/Iterator to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/player/Player to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/ModuleCategory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/OptimizationCategory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/ExecutorService to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/TimeUnit to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/InterruptedException to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IMixinChunkProviderServer to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/CauseTracker to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseContext to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/World to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/IThreadListener to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/profiler/ISnooperInfo to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/Runnable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/BlockPos to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/UUID to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/UnsupportedOperationException to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/profile/SpongeProfileManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/profile/GameProfileManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/resourcepack/SpongeResourcePack to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/resourcepack/ResourcePack to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/net/URISyntaxException to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfo to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/ArrayList to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractList to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/Cloneable to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/SpongeEventFactory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Sponge to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/EventManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/command/TabCompleteEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/Event to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/command/SpongeCommandManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/VecHelper to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/Class to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/TimingsManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/FullServerTickHandler to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockSnapshot to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractItemEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/InteractEvent to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/GlobalWorldCategory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/type/ConfigBase to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/WorldCategory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/LoggingCategory to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/SerializationBehaviors to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/MinecraftException to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/lang/Thread to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/Callable to metadata cache
[11:03:25] [main/DEBUG] [mixin/]: Mixing server.MixinMinecraftServer from mixins.forge.core.json into net.minecraft.server.MinecraftServer
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/service/world/SpongeChunkTicketManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/ChunkTicketManager to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/permission/PermissionService to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/function/Function to metadata cache
[11:03:25] [main/TRACE] [mixin/]: Added class metadata for java/util/function/Supplier to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/StartupQuery$AbortedException to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSendCommandFeedback from mixins.common.core.json into net.minecraft.entity.player.EntityPlayer
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.player.MixinEntityPlayer from mixins.common.core.json into net.minecraft.entity.player.EntityPlayer
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntity to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilitySerializable to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/capabilities/ICapabilityProvider to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/util/INBTSerializable to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityLivingBase to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/ITargetedLocation to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/player/IMixinEntityPlayer to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/PlayerCapabilities to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/FoodStats to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vector3d to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/serializer/LegacyTexts to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Items to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/GameRules to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/StatList to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/channel/ChatTypeMessageReceiver to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/weather/WeatherUniverse to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/Viewer to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/Extent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/Random to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/EntityUtil to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/event/DamageSourceRegistryModule to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/lang/Boolean to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/SharedMonsterAttributes to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/attributes/IAttributeInstance to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EnumCreatureAttribute to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/damage/DamageEventHandler to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/stream/Stream to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/stream/Collectors to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/stream/DoubleStream to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/EnchantmentHelper to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/MobEffects to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/AttackEntityEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/AxisAlignedBB to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/EntityDamageSource to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/DamageSource to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageTypes to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/util/ItemStackUtil to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/SoundEvents to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntityVelocity to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/Packet to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/CooldownTracker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/AchievementList to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumParticleTypes to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/lang/Double to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/lang/Number to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.player.MixinEntityPlayer from mixins.forge.core.json into net.minecraft.entity.player.EntityPlayer
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/player/ISpongeUser to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/HashMap to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vectord to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Transform to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/action/SleepingEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/TargetEntityEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Game to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Maps to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/Map to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/Set to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableMap to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/NBTBase to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/StatBase to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vector3i to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/attributes/IAttribute to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/lang/invoke/MethodType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/lang/invoke/MethodHandle to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/lang/invoke/CallSite to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Tuple to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageModifier to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/stream/Collector to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/function/ToDoubleFunction to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemSword to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/DamageType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/ItemStackSnapshot to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemAxe to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IEntityMultiPart to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/IBlockAccess to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/ITextComponent to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityLivingBase from mixins.common.core.json into net.minecraft.entity.EntityLivingBase
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/CombatTracker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/attributes/AbstractAttributeMap to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/TextRepresentable to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/TextElement to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/PhaseData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/IPhaseState to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/DamageEntityEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/EntityEquipmentSlot to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/IBlockBehaviors to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/IBlockProperties to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/material/Material to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/MoveEntityEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/pathfinding/PathNavigate to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeHealthData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/DataManipulator to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/HealthData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/key/Keys to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/SpongeValueFactory to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/ValueFactory to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/mutable/SpongeOptionalValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/mutable/SpongeValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/AbstractBaseValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/BaseValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/Value to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/OptionalValue to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.MixinGriefer from mixins.common.core.json into net.minecraft.entity.EntityLivingBase
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinGriefer to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing MixinEntityLivingBase_Activation from mixins.common.entityactivation.json into net.minecraft.entity.EntityLivingBase
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/plugin/entityactivation/interfaces/IModData_Activation to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.living.MixinEntityLivingBase from mixins.forge.core.json into net.minecraft.entity.EntityLivingBase
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/util/StaticMixinForgeHelper to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/function/Consumer to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/FallingBlockDamageSource to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/damage/DamageObject to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/MutableBoundedValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/key/Key to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/NBTTagList to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing data.MixinDataHolder from mixins.common.core.json into net.minecraft.entity.Entity
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/Timing to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/SpongeTimings to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/SpongeDataManager to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataManager to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/DataProcessor to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/data/IMixinCustomDataHolder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/DataManipulatorBuilder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/ValueProcessor to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataTransactionResult to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/MemoryDataContainer to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/MemoryDataView to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataView to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataContainer to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing data.MixinCustomDataHolder from mixins.common.core.json into net.minecraft.entity.Entity
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Lists to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/merge/MergeFunction to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.entity.Entity
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/property/SpongePropertyRegistry to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/PropertyRegistry to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/PropertyStore to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.MixinEntity from mixins.common.core.json into net.minecraft.entity.Entity
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/SpongeGameRegistry to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/lang/Integer to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntityType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EnumCreatureType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/ShouldFire to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/SpongeHooks to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeGravityData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractBooleanData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractSingleData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/GravityData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntitySnapshotBuilder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/AbstractDataBuilder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/DataBuilder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ResettableBuilder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntitySnapshot$Builder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/ImmutableDataBuilder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/network/IMixinNetHandlerPlayServer to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/EnumSet to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractSet to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/RelativePositions to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/IntHashMap to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketDestroyEntities to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/lang/IllegalArgumentException to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/immutable/ImmutableSpongeListValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/immutable/ImmutableSpongeCollectionValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/immutable/ImmutableSpongeValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/immutable/ImmutableValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/immutable/ImmutableCollectionValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/immutable/ImmutableListValue to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/persistence/NbtTranslator to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/persistence/DataTranslator to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataUtil to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/NbtDataUtil to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/Queries to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DataQueries to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntityType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityList to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinBlock to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Direction to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Blocks to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntityArchetypeBuilder to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.MixinEntity from mixins.forge.core.json into net.minecraft.entity.Entity
[11:03:26] [main/DEBUG] [mixin/]: Mixing MixinEntity_Activation from mixins.common.entityactivation.json into net.minecraft.entity.Entity
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/plugin/entityactivation/EntityActivationRange to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldInfo to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntityTypes to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing MixinEntity_Collisions from mixins.common.entitycollisions.json into net.minecraft.entity.Entity
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/plugin/entitycollisions/interfaces/IModData_Collisions to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/EntityCollisionCategory to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/CollisionModCategory to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/ConfigCategory to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.MixinEntity_Tracker from mixins.common.tracking.json into net.minecraft.entity.Entity
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/SpongeUsernameCache to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/user/UserStorageService to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/profile/GameProfileCache to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/VehicleData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/IgniteableData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EntitySnapshot to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[11:03:26] [main/DEBUG] [mixin/]: Mixing command.MixinICommandSender from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[11:03:26] [main/DEBUG] [mixin/]: Mixing command.MixinLocatedSource from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[11:03:26] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/ItemStack to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/ItemTypes to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.player.MixinEntityPlayerMP from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/player/IMixinEntityPlayerMP to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/source/RemoteSource to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Humanoid to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/source/ProjectileSource to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Tamer to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/player/tab/TabList to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Sets to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/player/tab/SpongeTabList to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCombatEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/Team to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/scoreboard/IScoreCriteria to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/LanguageUtil to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/google/common/cache/LoadingCache to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/chat/ChatTypes to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/chat/SpongeChatType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketChat to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/chat/ChatUtil to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/BookFaker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinTitle to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/effect/particle/SpongeParticleHelper to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/NetworkUtil to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketSetSlot to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/CombatHelper to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/InteractInventoryEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/TargetContainerEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/TargetInventoryEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinServerScoreboard to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinTeam to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/player/PlayerKickHelper to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/sound/SoundType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCustomSound to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketSoundEffect to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinPacketResourcePackSend to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/player/TargetPlayerEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/TargetHumanoidEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/TargetLivingEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/ChangeGameModeEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/attributes/AttributeMap to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketSpawnPosition to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/storage/SpongePlayerDataHandler to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/time/Instant to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/time/temporal/TemporalAdjuster to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/time/temporal/Temporal to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/time/temporal/TemporalAccessor to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeJoinData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/JoinData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeGameModeData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractSingleCatalogData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/VariantData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/GameModeData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketBlockChange to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinContainer to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/transform/FixedPartitionedTextFormatter to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/transform/PartitionedTextFormatter to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/transform/TextFormatter to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/message/MessageChannelEvent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/message/MessageEvent to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityProjectileSource from mixins.common.core.json into net.minecraft.entity.player.EntityPlayerMP
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/projectile/ProjectileLauncher to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing entity.player.MixinEntityPlayerMP from mixins.forge.core.json into net.minecraft.entity.player.EntityPlayerMP
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/network/NetworkRegistry to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for io/netty/channel/Channel to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for io/netty/util/AttributeMap to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for io/netty/util/Attribute to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/Vec3d to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/IContainerListener to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/permission/SubjectCollection to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/permission/SubjectData to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/ItemType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HandType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/HashSet to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/util/Locale to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/chat/ChatVisibility to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/chat/ChatType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/BookView to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/particle/ParticleEffect to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/effect/particle/SpongeParticleEffect to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/PlayerConnection to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for java/net/SocketAddress to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/IInventory to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/Container to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/translation/Translation to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockState to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/RemoteConnection to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for io/netty/util/AttributeKey to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing MixinWorld_Activation from mixins.forge.entityactivation.json into net.minecraft.world.World
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/TimingHistory to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing world.MixinWorld from mixins.common.core.json into net.minecraft.world.World
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/EntityUniverse to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/LocationCompositeValueStore to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/TileEntityVolume to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/MutableBlockVolume to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/BlockVolume to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/LocationBasePropertyHolder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/InteractableVolume to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/MutableBiomeVolume to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/BiomeVolume to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/block/SpongeBlockSnapshotBuilder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldProvider to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/service/context/Context to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/storage/ChunkLayout to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/BlockTypes to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/BlockChangeFlag to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/Chunk to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Functional to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IProjectile to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/EnderPearl to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/DamagingProjectile to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/Projectile to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/apache/commons/lang3/reflect/ConstructorUtils to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/LocatableSnapshot to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/SpongeChunkPreGenerate to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vectori to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/PositionOutOfBoundsException to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/explosion/Explosion to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/ExtentViewDownsize to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/DefaultedExtent to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/worker/SpongeMutableBiomeVolumeWorker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/worker/SpongeBiomeVolumeWorker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/worker/BiomeVolumeWorker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/worker/MutableBiomeVolumeWorker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/worker/SpongeMutableBlockVolumeWorker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/extent/worker/SpongeBlockVolumeWorker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/worker/BlockVolumeWorker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/extent/worker/MutableBlockVolumeWorker to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/TileEntity to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/AABB to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/GenericMath to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinChunk to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/flowpowered/math/vector/Vector2d to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Predicate to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/block/BlockUtil to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ITickable to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/type/SpongeTileEntityType to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/EnumSkyBlock to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/IStringSerializable to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/crash/CrashReport to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/crash/CrashReportCategory to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing world.MixinWorld_Data from mixins.common.core.json into net.minecraft.world.World
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/provider/DirectionFacingProvider to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/TypeProvider to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/ImmutableDataHolder to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/immutable/ImmutableValueStore to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/ImmutableDataManipulator to metadata cache
[11:03:26] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableSet to metadata cache
[11:03:26] [main/DEBUG] [mixin/]: Mixing world.extent.MixinExtent from mixins.common.core.json into net.minecraft.world.World
[11:03:26] [main/DEBUG] [mixin/]: Mixing world.MixinWorld from mixins.forge.core.json into net.minecraft.world.World
[11:03:26] [main/DEBUG] [mixin/]: Mixing world.MixinWorld_Tracker from mixins.common.tracking.json into net.minecraft.world.World
[11:03:26] [main/DEBUG] [mixin/]: Mixing world.MixinWorldServer from mixins.common.core.json into net.minecraft.world.WorldServer
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/SpongeChunkGenerator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/weather/Weather to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for co/aikar/timings/WorldTimingsHandler to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/TreeSet to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractMap to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/border/PlayerBorderListener to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/border/IBorderListener to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/PortalAgentTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/PortalAgentType to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/Constructor to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/apache/logging/log4j/Level to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/MapStorage to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/GeneratorTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/SpongeWorldGenerator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/WorldGenConstants to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IPopulatorProvider to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/WorldGeneratorModifier to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/WorldGenerator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/IChunkGenerator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/io/StringWriter to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/io/Writer to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/io/Flushable to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/io/Closeable to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/AutoCloseable to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for ninja/leaping/configurate/hocon/HoconConfigurationLoader to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for ninja/leaping/configurate/loader/AbstractConfigurationLoader to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for ninja/leaping/configurate/loader/ConfigurationLoader to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for configurate/typesafe/config/ConfigRenderOptions to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/persistence/ConfigurateTranslator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/type/SpongeWorldType to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/SpongeGenerationPopulator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/GenerationPopulator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IGenerationPopulator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/DifficultyInstance to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/WeatherSpawnCause to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnCause to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ConstructEntityEvent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/IAnimals to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IJumpingMount to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/IInventoryChangedListener to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/HorseType to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/ExtendedBlockStorage to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/TrackingPhase to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/TrackingUtil to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ReportedException to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinBlockEventData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/LocatableBlock to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/IChunkProvider to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/server/management/IMixinPlayerChunkMap to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Throwables to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinNextTickListEntry to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/SpawnEntityEvent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/AffectEntityEvent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/event/InternalSpawnTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/asm/util/PrettyPrinter to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketExplosion to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/NotifyNeighborBlockEvent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/block/SpongeBlockSnapshot to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinExplosion to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/weather/Weathers to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/ChangeWorldWeatherEvent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Objects to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinServerWorldEventHandler to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/io/BufferedWriter to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing world.MixinWorldServer_Async_Lighting from mixins.common.optimization.json into net.minecraft.world.WorldServer
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/util/concurrent/ThreadFactoryBuilder to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/Executors to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/atomic/AtomicInteger to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/Executor to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing world.MixinWorldServer from mixins.forge.core.json into net.minecraft.world.WorldServer
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/world/gen/SpongeChunkGeneratorForge to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing MixinWorldServer_Activation from mixins.common.entityactivation.json into net.minecraft.world.WorldServer
[11:03:27] [main/DEBUG] [mixin/]: Mixing MixinWorldServer_Explosion from mixins.common.optimization.json into net.minecraft.world.WorldServer
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/ISaveHandler to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/GeneratorType to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/BiomeGenerator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/DataQuery to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for ninja/leaping/configurate/ConfigurationNode to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/SpawnType to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/IProgressUpdate to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/ScheduledBlockUpdate to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/ITileEntityProvider to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/storage/WorldStorage to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/PortalAgent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/IWorldEventListener to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/ThreadFactory to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing text.MixinText from mixins.common.api.json into org.spongepowered.api.text.Text
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinText to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/format/TextFormat to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/format/TextColors to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/format/SpongeTextColor to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/Style to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/format/TextStyle to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/action/SpongeClickAction to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/action/SpongeHoverAction to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/ShiftClickAction to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/TextAction to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinTextComponent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonSerializer to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonDeserializer to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/ScoreText$Builder to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityTracker from mixins.common.core.json into net.minecraft.entity.EntityTracker
[11:03:27] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandServerManager from mixins.common.core.json into net.minecraft.command.ServerCommandManager
[11:03:27] [main/DEBUG] [mixin/]: Mixing server.MixinServerCommandManager from mixins.common.core.json into net.minecraft.command.ServerCommandManager
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ICommandManager to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinServerCommandManager to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/command/WrapperCommandSource to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/permission/base/SpongeSubject to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/CommandManager to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/CommandResult to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/command/MinecraftCommandWrapper to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/CommandCallable to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/permission/SpongePermissionService to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing server.MixinServerCommandManager from mixins.forge.core.json into net.minecraft.command.ServerCommandManager
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/command/ForgeMinecraftCommandWrapper to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ICommand to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/ICommandListener to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing command.MixinCommandHandler from mixins.common.core.json into net.minecraft.command.CommandHandler
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/command/IMixinCommandHandler to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/command/IMixinCommandBase to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandException to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/WrongUsageException to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/SyntaxErrorException to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/CommandEvent to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing data.types.MixinGameType from mixins.common.core.json into net.minecraft.world.GameType
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/translation/SpongeTranslation to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing data.types.MixinEnumDifficulty from mixins.common.core.json into net.minecraft.world.EnumDifficulty
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/difficulty/Difficulty to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing status.MixinServerStatusResponse from mixins.common.core.json into net.minecraft.network.ServerStatusResponse
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/status/StatusResponse to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/network/status/SpongeFavicon to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/status/Favicon to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing authlib.MixinGameProfile from mixins.common.core.json into com.mojang.authlib.GameProfile
[11:03:27] [main/DEBUG] [mixin/]: Mixing util.math.MixinVec3i from mixins.common.core.json into net.minecraft.util.math.Vec3i
[11:03:27] [main/DEBUG] [mixin/]: Mixing server.MixinPlayerList from mixins.common.core.json into net.minecraft.server.management.PlayerList
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinPlayerList to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/ban/SpongeUserListBans to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListBans to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/ban/SpongeIPBanList to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListIPBans to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/service/whitelist/SpongeUserListWhitelist to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListWhitelist to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketDisconnect to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/user/TargetUserEvent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/network/ClientConnectionEvent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/INetHandlerPlayServer to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/INetHandler to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketJoinGame to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for io/netty/buffer/Unpooled to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for io/netty/buffer/ByteBuf to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for io/netty/util/ReferenceCounted to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCustomPayload to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketServerDifficulty to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketPlayerAbilities to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketHeldItemChange to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/stats/StatisticsManagerServer to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntityEffect to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/IChunkLoader to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/IThreadedFileIO to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextFormatting to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/demo/DemoWorldManager to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/humanoid/player/RespawnPlayerEvent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketRespawn to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketSetExperience to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/EntitySpawnCause to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketEntityStatus to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/network/play/server/IMixinSPacketWorldBorder to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing server.MixinPlayerList from mixins.forge.core.json into net.minecraft.server.management.PlayerList
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/FMLCommonHandler to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing server.management.MixinPlayerProfileCache from mixins.common.core.json into net.minecraft.server.management.PlayerProfileCache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/server/management/IMixinPlayerProfileCache to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/concurrent/ConcurrentLinkedQueue to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/AbstractQueue to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/Queue to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/GameProfileRepository to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/ProfileLookupCallback to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/minecraft/MinecraftSessionService to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/profile/callback/SingleProfileLookupCallback to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/Agent to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Iterables to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/profile/callback/MapProfileLookupCallback to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/GuavaCollectors to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/System to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/Date to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/util/function/BiConsumer to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/io/FileNotFoundException to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/io/IOException to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonParseException to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing util.datafix.MixinDataFixer from mixins.common.core.json into net.minecraft.util.datafix.DataFixer
[11:03:27] [main/DEBUG] [mixin/]: Mixing world.MixinWorldType from mixins.common.core.json into net.minecraft.world.WorldType
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldType to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/FlatGeneratorInfo to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonParser to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonElement to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/persistence/JsonTranslator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/AssertionError to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/Error to metadata cache
[11:03:27] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[11:03:27] [main/DEBUG] [mixin/]: Mixing sound.MixinSoundEvent from mixins.common.core.json into net.minecraft.util.SoundEvent
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ResourceLocation to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlock from mixins.common.core.json into net.minecraft.block.Block
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/Method to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/BlockTypeRegistryModule to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/SpongeAdditionalCatalogRegistryModule to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/AdditionalCatalogRegistryModule to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/CatalogRegistryModule to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/RegistryModule to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/AlternateCatalogRegistryModule to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/registry/RegistryNamespacedDefaultedByKey to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/IForgeRegistryEntry to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Multimap to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/ItemDropData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.block.Block
[11:03:27] [main/DEBUG] [mixin/]: Mixing MixinBlock_BlockCapturing from mixins.common.blockcapturing.json into net.minecraft.block.Block
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/mixin/plugin/blockcapturing/IModData_BlockCapturing to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/BlockCapturingCategory to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/BlockCapturingModCategory to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing MixinBlock_Collisions from mixins.common.entitycollisions.json into net.minecraft.block.Block
[11:03:27] [main/DEBUG] [mixin/]: Mixing item.MixinItem from mixins.common.core.json into net.minecraft.item.Item
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/SpongeGameDictionaryEntry to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/GameDictionary$Entry to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/item/IMixinItem to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/ItemTypeRegistryModule to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/registry/RegistryNamespaced to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing item.MixinItem from mixins.forge.core.json into net.minecraft.item.Item
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/EnchantmentData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/DisplayNameData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/LoreData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing potion.MixinPotion from mixins.common.core.json into net.minecraft.potion.Potion
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/potion/IMixinPotion to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/effect/PotionEffectTypeRegistryModule to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiome from mixins.common.core.json into net.minecraft.world.biome.Biome
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/biome/IMixinBiome to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/biome/SpongeBiomeGenerationSettings to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/biome/BiomeGenerationSettings to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/WrappedBiomeDecorator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/Populator to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/SeededVariableAmount to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/biome/GroundCoverLayer to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Ore to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/ChunkProviderSettings to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/VariableAmount to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/SeaFloor to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Forest to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/type/BiomeTreeTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/type/BiomeTreeType to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/BigMushroom to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/type/MushroomTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/type/MushroomType to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Flower to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PlantTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Shrub to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ShrubTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DeadBush to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/WaterLily to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/ChanceTable to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/RandomObjectTable to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/WeightedObject to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/TableEntry to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/EmptyObject to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Mushroom to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Reed to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Pumpkin to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Cactus to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/RandomBlock to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLiquid to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeGenBaseForge from mixins.forge.core.json into net.minecraft.world.biome.Biome
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/DeferredBiomeDecorator to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing item.MixinEnchantment from mixins.common.core.json into net.minecraft.enchantment.Enchantment
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinEnchantment to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/registry/RegistrySimple to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing item.MixinEnchantment from mixins.forge.core.json into net.minecraft.enchantment.Enchantment
[11:03:27] [main/DEBUG] [mixin/]: Mixing item.MixinItemBlock from mixins.common.core.json into net.minecraft.item.ItemBlock
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockGrass from mixins.common.core.json into net.minecraft.block.BlockGrass
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/ImmutableDataCachingUtil to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSnowedData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSnowedData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSand from mixins.common.core.json into net.minecraft.block.BlockSand
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSandData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/ImmutableVariantData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSandData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFalling from mixins.common.core.json into net.minecraft.block.BlockFalling
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/spawn/BlockSpawnCause to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLeaves from mixins.common.core.json into net.minecraft.block.BlockLeaves
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/TrackingPhases to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockNewLeaf to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/TreeTypeResolver to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableTreeData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/TreeTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDecayableData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLeaves from mixins.forge.core.json into net.minecraft.block.BlockLeaves
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/phase/block/BlockPhase to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/IShearable to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeTreeData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDecayableData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPistonBase from mixins.common.core.json into net.minecraft.block.BlockPistonBase
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDirectionalData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DirectionResolver to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableExtendedData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyDirection to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeExtendedData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDirectionalData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDirectional from mixins.common.core.json into net.minecraft.block.BlockDirectional
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/util/DirectionChecker to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTallGrass from mixins.common.core.json into net.minecraft.block.BlockTallGrass
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableShrubData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeShrubData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFlower from mixins.common.core.json into net.minecraft.block.BlockFlower
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePlantData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePlantData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockChest from mixins.common.core.json into net.minecraft.block.BlockChest
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCactus from mixins.common.core.json into net.minecraft.block.BlockCactus
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableGrowthData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/immutable/ImmutableBoundedValue to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/BoundedValue to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/IPlantable to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeGrowthData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockMycelium from mixins.common.core.json into net.minecraft.block.BlockMycelium
[11:03:27] [main/DEBUG] [mixin/]: Mixing item.MixinItemLilyPad from mixins.forge.core.json into net.minecraft.item.ItemLilyPad
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemColored to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumActionResult to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ActionResult to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/RayTraceResult to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTripWireHook from mixins.common.core.json into net.minecraft.block.BlockTripWireHook
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePoweredData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableAttachedData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeAttachedData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePoweredData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDaylightDetector from mixins.common.core.json into net.minecraft.block.BlockDaylightDetector
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableRedstonePoweredData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeRedstonePoweredData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockHopper from mixins.common.core.json into net.minecraft.block.BlockHopper
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoublePlant from mixins.common.core.json into net.minecraft.block.BlockDoublePlant
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDoublePlantData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePortionData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PortionTypes to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDoublePlantData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePortionData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStainedGlass from mixins.common.core.json into net.minecraft.block.BlockStainedGlass
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinDyeableBlock to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinDyeableBlock from mixins.common.core.json into net.minecraft.block.BlockStainedGlass
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/ImmutableDyeableData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/ImmutableSpongeDyeableData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStainedGlassPane from mixins.common.core.json into net.minecraft.block.BlockStainedGlassPane
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinDyeableBlock from mixins.common.core.json into net.minecraft.block.BlockStainedGlassPane
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPane from mixins.common.core.json into net.minecraft.block.BlockPane
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableConnectedDirectionData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeConnectedDirectionData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoor from mixins.common.core.json into net.minecraft.block.BlockDoor
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableHingeData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableOpenData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeHingeData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeOpenData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDynamicLiquid from mixins.common.core.json into net.minecraft.block.BlockDynamicLiquid
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockReed from mixins.common.core.json into net.minecraft.block.BlockReed
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedstoneRepeater from mixins.common.core.json into net.minecraft.block.BlockRedstoneRepeater
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDelayableData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDelayableData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedstoneDiode from mixins.common.core.json into net.minecraft.block.BlockRedstoneDiode
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedstoneComparator from mixins.common.core.json into net.minecraft.block.BlockRedstoneComparator
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableComparatorData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeComparatorData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPistonMoving from mixins.common.core.json into net.minecraft.block.BlockPistonMoving
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePistonData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePistonData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing block.properties.MixinIProperty from mixins.common.core.json into net.minecraft.block.properties.IProperty
[11:03:27] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityItem from mixins.common.core.json into net.minecraft.entity.item.EntityItem
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/item/IMixinEntityItem to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/Item to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/RepresentedItemData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/SpongeRepresentedItemData to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing MixinEntityItem_Activation from mixins.common.entityactivation.json into net.minecraft.entity.item.EntityItem
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/type/WorldConfig to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/category/EntityCategory to metadata cache
[11:03:27] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityItem from mixins.forge.core.json into net.minecraft.entity.item.EntityItem
[11:03:27] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityXPOrb from mixins.common.core.json into net.minecraft.entity.item.EntityXPOrb
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityXPOrb to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ExperienceOrb to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeExpOrbData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractBoundedComparableData to metadata cache
[11:03:27] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ExpOrbData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinSoundType from mixins.common.core.json into net.minecraft.block.SoundType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.state.MixinStateImplementation from mixins.common.core.json into net.minecraft.block.state.BlockStateContainer$StateImplementation
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/BlockStateBase to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinBlockState to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/DirectionRelativePropertyHolder to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Joiner to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.block.state.BlockStateContainer$StateImplementation
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.state.MixinIBlockState from mixins.common.core.json into net.minecraft.block.state.IBlockState
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinLocation to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing common.MixinSpongeImplHooks from mixins.forge.core.json into org.spongepowered.common.SpongeImplHooks
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/launchwrapper/Launch to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/MinecraftForge to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/EntityJoinWorldEvent to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/EntityEvent to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinEventBus to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/world/PortalAgentRegistryModule to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/ForgeModContainer to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/relauncher/FMLRelaunchLog to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/FMLControlledNamespacedRegistry to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinVillagerProfession to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeProfession to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntityMeta to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/SpongeCatalogType to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Profession to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/registry/SpongeForgeVillagerRegistry to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityLiving from mixins.common.core.json into net.minecraft.entity.EntityLiving
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/ai/IMixinEntityAITasks to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/GoalTypes to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/ai/AITaskEvent to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/living/TargetAgentEvent to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/ai/IMixinEntityAIBase to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/LeashEntityEvent to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/UnleashEntityEvent to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeAgentData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/AgentData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/GoalType to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.MixinDataHolder from mixins.common.core.json into net.minecraft.item.ItemStack
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.item.ItemStack
[11:03:28] [main/DEBUG] [mixin/]: Mixing item.MixinItemStack from mixins.common.core.json into net.minecraft.item.ItemStack
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/item/IMixinItemStack to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/SpongeItemStackSnapshot to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryObservable from mixins.common.core.json into net.minecraft.item.ItemStack
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/inventory/trait/IInventoryObservable to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/observer/Observable to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing item.MixinItemStack from mixins.forge.core.json into net.minecraft.item.ItemStack
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/HashMultimap to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/AbstractSetMultimap to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/AbstractMapBasedMultimap to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/AbstractMultimap to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.MixinExplosion from mixins.common.core.json into net.minecraft.world.Explosion
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/EnchantmentProtection to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing util.MixinEnumHand from mixins.common.core.json into net.minecraft.util.EnumHand
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.MixinDataHolder from mixins.common.core.json into net.minecraft.tileentity.TileEntity
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.MixinCustomDataHolder from mixins.common.core.json into net.minecraft.tileentity.TileEntity
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.MixinPropertyHolder from mixins.common.core.json into net.minecraft.tileentity.TileEntity
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntity from mixins.common.core.json into net.minecraft.tileentity.TileEntity
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/block/TileEntityTypeRegistryModule to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/registry/ExtraClassCatalogRegistryModule to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/TileEntityType to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/block/SpongeTileEntityArchetypeBuilder to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinEnumDyeColor from mixins.common.core.json into net.minecraft.item.EnumDyeColor
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/material/MapColor to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Color to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLog from mixins.common.core.json into net.minecraft.block.BlockLog
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockOldLog to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockNewLog to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableLogAxisData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLog from mixins.forge.core.json into net.minecraft.block.BlockLog
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeLogAxisData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStone from mixins.common.core.json into net.minecraft.block.BlockStone
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableStoneData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeStoneData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStoneEnumType from mixins.common.core.json into net.minecraft.block.BlockStone$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.properties.MixinPropertyEnum from mixins.common.core.json into net.minecraft.block.properties.PropertyEnum
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/IMixinPropertyHolder to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.properties.MixinPropertyHelper from mixins.common.core.json into net.minecraft.block.properties.PropertyHelper
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinEnumLogAxis from mixins.common.core.json into net.minecraft.block.BlockLog$EnumAxis
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockPlanksEnumType from mixins.common.core.json into net.minecraft.block.BlockPlanks$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFarmland from mixins.common.core.json into net.minecraft.block.BlockFarmland
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableMoistureData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeMoistureData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing util.math.MixinMutableBlockPos from mixins.common.core.optional.json into net.minecraft.util.math.BlockPos$MutableBlockPos
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.properties.MixinPropertyInteger from mixins.common.core.json into net.minecraft.block.properties.PropertyInteger
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPistonExtension from mixins.common.core.json into net.minecraft.block.BlockPistonExtension
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.properties.MixinPropertyBoolean from mixins.common.core.json into net.minecraft.block.properties.PropertyBool
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockVine from mixins.common.core.json into net.minecraft.block.BlockVine
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedSandstone from mixins.common.core.json into net.minecraft.block.BlockRedSandstone
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSandstoneData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSandstoneData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockColored from mixins.common.core.json into net.minecraft.block.BlockColored
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinDyeableBlock from mixins.common.core.json into net.minecraft.block.BlockColored
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTorch from mixins.common.core.json into net.minecraft.block.BlockTorch
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDirt from mixins.common.core.json into net.minecraft.block.BlockDirt
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDirtData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDirtData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockDirtDirtType from mixins.common.core.json into net.minecraft.block.BlockDirt$DirtType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockEndPortalFrame from mixins.common.core.json into net.minecraft.block.BlockEndPortalFrame
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCarpet from mixins.common.core.json into net.minecraft.block.BlockCarpet
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinDyeableBlock from mixins.common.core.json into net.minecraft.block.BlockCarpet
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockHugeMushroom from mixins.common.core.json into net.minecraft.block.BlockHugeMushroom
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableBigMushroomData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeBigMushroomData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockHugeMushroomEnumType from mixins.common.core.json into net.minecraft.block.BlockHugeMushroom$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSnow from mixins.common.core.json into net.minecraft.block.BlockSnow
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableLayeredData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeLayeredData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockWall from mixins.common.core.json into net.minecraft.block.BlockWall
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableWallData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeWallData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockWallEnumType from mixins.common.core.json into net.minecraft.block.BlockWall$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStairs from mixins.common.core.json into net.minecraft.block.BlockStairs
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableStairShapeData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeStairShapeData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStairsEnumShape from mixins.common.core.json into net.minecraft.block.BlockStairs$EnumShape
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockButton from mixins.common.core.json into net.minecraft.block.BlockButton
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCrops from mixins.common.core.json into net.minecraft.block.BlockCrops
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockNetherWart from mixins.common.core.json into net.minecraft.block.BlockNetherWart
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockDoublePlantEnumPlantType from mixins.common.core.json into net.minecraft.block.BlockDoublePlant$EnumPlantType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStem from mixins.common.core.json into net.minecraft.block.BlockStem
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockTallGrassEnumType from mixins.common.core.json into net.minecraft.block.BlockTallGrass$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSapling from mixins.common.core.json into net.minecraft.block.BlockSapling
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/feature/WorldGenHugeTrees to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenAbstractTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenAbstractTree
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenerator from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenerator
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.feature.MixinWorldGeneratorForge from mixins.forge.core.json into net.minecraft.world.gen.feature.WorldGenerator
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBigTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBigTree
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/PopulatorObject to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenTrees from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenTrees
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IWorldGenTrees to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenMegaPineTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenMegaPineTree
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenTaiga2 from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenTaiga2
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBirchTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBirchTree
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenMegaJungle from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenMegaJungle
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenSavannaTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenSavannaTree
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenCanopyTree from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenCanopyTree
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPrismarine from mixins.common.core.json into net.minecraft.block.BlockPrismarine
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutablePrismarineData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongePrismarineData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockPrismarineEnumType from mixins.common.core.json into net.minecraft.block.BlockPrismarine$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFence from mixins.common.core.json into net.minecraft.block.BlockFence
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSilverfish from mixins.common.core.json into net.minecraft.block.BlockSilverfish
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDisguisedBlockData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDisguisedBlockData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySilverfish from mixins.common.core.json into net.minecraft.entity.monster.EntitySilverfish
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Monster to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Hostile to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityMob from mixins.common.core.json into net.minecraft.entity.monster.EntityMob
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/IMob to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityCreature from mixins.common.core.json into net.minecraft.entity.EntityCreature
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockSilverfishEnumType from mixins.common.core.json into net.minecraft.block.BlockSilverfish$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockQuartz from mixins.common.core.json into net.minecraft.block.BlockQuartz
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableQuartzData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeQuartzData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockQuartzEnumType from mixins.common.core.json into net.minecraft.block.BlockQuartz$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockPistonExtensionEnumPistonType from mixins.common.core.json into net.minecraft.block.BlockPistonExtension$EnumPistonType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSandStone from mixins.common.core.json into net.minecraft.block.BlockSandStone
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockSandStoneEnumType from mixins.common.core.json into net.minecraft.block.BlockSandStone$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPlanks from mixins.common.core.json into net.minecraft.block.BlockPlanks
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPortal from mixins.common.core.json into net.minecraft.block.BlockPortal
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableAxisData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/Axis to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeAxisData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRailBase from mixins.common.core.json into net.minecraft.block.BlockRailBase
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableRailDirectionData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockRail to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRailBase from mixins.forge.core.json into net.minecraft.block.BlockRailBase
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/UnmodifiableIterator to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeRailDirectionData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockRailBaseEnumRailDirection from mixins.common.core.json into net.minecraft.block.BlockRailBase$EnumRailDirection
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRailPowered from mixins.common.core.json into net.minecraft.block.BlockRailPowered
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRailDetector from mixins.common.core.json into net.minecraft.block.BlockRailDetector
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockOldLeaf from mixins.forge.core.json into net.minecraft.block.BlockOldLeaf
[11:03:28] [main/DEBUG] [mixin/]: Mixing item.data.MixinItemPotion from mixins.common.core.json into net.minecraft.item.ItemPotion
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockBanner from mixins.common.core.json into net.minecraft.block.BlockBanner
[11:03:28] [main/DEBUG] [mixin/]: Mixing nbt.MixinNBTTagCompound from mixins.common.core.json into net.minecraft.nbt.NBTTagCompound
[11:03:28] [main/DEBUG] [mixin/]: Mixing nbt.MixinNBTTagCompound from mixins.forge.core.json into net.minecraft.nbt.NBTTagCompound
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/PEBKACException to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/AnnotatedElement to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/GenericDeclaration to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/Type to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/Executable to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/reflect/AccessibleObject to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityBanner from mixins.common.core.json into net.minecraft.tileentity.TileEntityBanner
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Banner to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/block/tile/IMixinBanner to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/meta/SpongePatternLayer to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/meta/PatternLayer to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/NonNullArrayList to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/DyeColorRegistryModule to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DyeColors to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/BannerData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BannerPatternShape to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSkull from mixins.common.core.json into net.minecraft.block.BlockSkull
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDropData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDropData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing stats.MixinAchievement from mixins.common.core.json into net.minecraft.stats.Achievement
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/statistic/achievement/Achievement to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.MixinRanger from mixins.common.core.json into net.minecraft.entity.boss.EntityWither
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.boss.MixinEntityWither from mixins.common.core.json into net.minecraft.entity.boss.EntityWither
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Wither to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Boss to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Aerial to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Ranger to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/explosive/FusedExplosive to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/explosive/Explosive to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/explosive/IMixinFusedExplosive to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/explosive/IMixinExplosive to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityProjectileSource from mixins.common.core.json into net.minecraft.entity.boss.EntityWither
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IRangedAttackMob to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntitySkull from mixins.common.core.json into net.minecraft.tileentity.TileEntitySkull
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Skull to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/processor/common/SkullUtils to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/SkullData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/RepresentedPlayerData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStandingSign from mixins.common.core.json into net.minecraft.block.BlockStandingSign
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSign from mixins.common.core.json into net.minecraft.block.BlockSign
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntitySign from mixins.common.core.json into net.minecraft.tileentity.TileEntitySign
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Sign to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/SignData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityBrewingStand from mixins.common.core.json into net.minecraft.tileentity.TileEntityBrewingStand
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/TileEntityCarrier to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/IWorldNameable to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/IInteractionObject to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/ILockableContainer to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/data/IMixinCustomNameable to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/BrewingStand to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/comp/OrderedInventoryLensImpl to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/MinecraftLens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/AbstractLens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/ObservableLens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/Lens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/LensCollection to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/OrderedInventoryLens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/FilteringSlotLensImpl to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/SlotLensImpl to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/slots/SlotLens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/slots/FilteringSlotLens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/InputSlotLensImpl to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/slots/InputSlotLens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/ISidedInventory to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/InputSlotAdapter to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/collections/SlotLensProvider to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/FilteringSlotAdapter to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/collections/SlotCollection to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/SlotProvider to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.tileentity.TileEntityLockable
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/EmptyInventory to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/IndexOutOfBoundsException to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/EmptyInventoryImpl to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/Fabric to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityLockable from mixins.common.core.json into net.minecraft.tileentity.TileEntityLockable
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/LockCode to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/fabric/DefaultInventoryFabric to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/MinecraftFabric to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/LockableData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/InventoryItemData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityHopper from mixins.common.core.json into net.minecraft.tileentity.TileEntityHopper
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Hopper to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/ILootContainer to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/IHopper to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/CooldownData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityFlowerPot from mixins.common.core.json into net.minecraft.tileentity.TileEntityFlowerPot
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityDaylightDetector from mixins.common.core.json into net.minecraft.tileentity.TileEntityDaylightDetector
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDispenser from mixins.common.core.json into net.minecraft.block.BlockDispenser
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityDispenser from mixins.common.core.json into net.minecraft.tileentity.TileEntityDispenser
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Dispenser to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/source/BlockProjectileSource to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/comp/GridInventoryLensImpl to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/comp/Inventory2DLensImpl to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/Inventory2DLens to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/GridInventoryLens to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityJukebox from mixins.common.core.json into net.minecraft.block.BlockJukebox$TileEntityJukebox
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Jukebox to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockJukebox to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemRecord to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityFallingBlock from mixins.common.core.json into net.minecraft.entity.item.EntityFallingBlock
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/FallingBlock to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockSandEnumType from mixins.common.core.json into net.minecraft.block.BlockSand$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockAnvil from mixins.common.core.json into net.minecraft.block.BlockAnvil
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCake from mixins.common.core.json into net.minecraft.block.BlockCake
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFire from mixins.common.core.json into net.minecraft.block.BlockFire
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFire from mixins.forge.core.json into net.minecraft.block.BlockFire
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockSlabEnumBlockHalf from mixins.common.core.json into net.minecraft.block.BlockSlab$EnumBlockHalf
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStoneSlab from mixins.common.core.json into net.minecraft.block.BlockStoneSlabNew
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSlabData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SlabTypes to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableSeamlessData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSlabData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStoneSlabNewEnumType from mixins.common.core.json into net.minecraft.block.BlockStoneSlabNew$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStoneSlab from mixins.common.core.json into net.minecraft.block.BlockStoneSlab
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStoneSlabEnumType from mixins.common.core.json into net.minecraft.block.BlockStoneSlab$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockWoodSlab from mixins.common.core.json into net.minecraft.block.BlockWoodSlab
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSponge from mixins.common.core.json into net.minecraft.block.BlockSponge
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/ImmutableWetData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/ImmutableSpongeWetData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockDoorEnumHingePosition from mixins.common.core.json into net.minecraft.block.BlockDoor$EnumHingePosition
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Hinges to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockStoneBrick from mixins.common.core.json into net.minecraft.block.BlockStoneBrick
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableBrickData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeBrickData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockStoneBrickEnumType from mixins.common.core.json into net.minecraft.block.BlockStoneBrick$EnumType
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLever from mixins.common.core.json into net.minecraft.block.BlockLever
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTNT from mixins.common.core.json into net.minecraft.block.BlockTNT
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityTNTPrimed to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityTNTPrimed from mixins.common.core.json into net.minecraft.entity.item.EntityTNTPrimed
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/explosive/PrimedTNT to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockBed from mixins.common.core.json into net.minecraft.block.BlockBed
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableOccupiedData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeOccupiedData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityComparator from mixins.common.core.json into net.minecraft.tileentity.TileEntityComparator
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockRedstoneComparatorMode from mixins.common.core.json into net.minecraft.block.BlockRedstoneComparator$Mode
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCocoa from mixins.common.core.json into net.minecraft.block.BlockCocoa
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFenceGate from mixins.common.core.json into net.minecraft.block.BlockFenceGate
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableInWallData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeInWallData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockRedstoneWire from mixins.common.core.json into net.minecraft.block.BlockRedstoneWire
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTripWire from mixins.common.core.json into net.minecraft.block.BlockTripWire
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/block/ImmutableDisarmedData to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeDisarmedData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPressurePlateWeighted from mixins.common.core.json into net.minecraft.block.BlockPressurePlateWeighted
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPressurePlate from mixins.common.core.json into net.minecraft.block.BlockPressurePlate
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockTrapDoor from mixins.common.core.json into net.minecraft.block.BlockTrapDoor
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityNote from mixins.common.core.json into net.minecraft.tileentity.TileEntityNote
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for java/lang/Byte to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/Note to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/NoteData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecart from mixins.common.core.json into net.minecraft.entity.item.EntityMinecart
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/VectorSerializer to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing entity.vehicle.MixinEntityMinecart from mixins.forge.core.json into net.minecraft.entity.item.EntityMinecart
[11:03:28] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityPiston from mixins.common.core.json into net.minecraft.tileentity.TileEntityPiston
[11:03:28] [main/DEBUG] [mixin/]: Mixing data.types.MixinBlockFlowerEnumFlowerType from mixins.common.core.json into net.minecraft.block.BlockFlower$EnumFlowerType
[11:03:28] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBigMushroom from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBigMushroom
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/WeightedTable to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/PopulatorTypes to metadata cache
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/PopulatorType to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoubleStoneSlab from mixins.common.core.json into net.minecraft.block.BlockDoubleStoneSlab
[11:03:28] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/immutable/block/ImmutableSpongeSeamlessData to metadata cache
[11:03:28] [main/DEBUG] [mixin/]: Mixing sound.MixinSoundCategory from mixins.common.core.json into net.minecraft.util.SoundCategory
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityMobSpawner from mixins.common.core.json into net.minecraft.tileentity.TileEntityMobSpawner
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/MobSpawner to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityChest from mixins.common.core.json into net.minecraft.tileentity.TileEntityChest
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Chest to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/block/ConnectedDirectionData to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockFurnace from mixins.common.core.json into net.minecraft.block.BlockFurnace
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityFurnace from mixins.common.core.json into net.minecraft.tileentity.TileEntityFurnace
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Furnace to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/OutputSlotLensImpl to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/slots/OutputSlotLens to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/slots/FuelSlotLensImpl to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/SlotFurnaceFuel to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/FuelSlotAdapter to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/OutputSlotAdapter to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockLadder from mixins.common.core.json into net.minecraft.block.BlockLadder
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockWallSign from mixins.common.core.json into net.minecraft.block.BlockWallSign
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockPumpkin from mixins.common.core.json into net.minecraft.block.BlockPumpkin
[11:03:29] [main/DEBUG] [mixin/]: Mixing entity.MixinRanger from mixins.common.core.json into net.minecraft.entity.monster.EntitySnowman
[11:03:29] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySnowman from mixins.common.core.json into net.minecraft.entity.monster.EntitySnowman
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/golem/Golem to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityGolem from mixins.common.core.json into net.minecraft.entity.monster.EntityGolem
[11:03:29] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityIronGolem from mixins.common.core.json into net.minecraft.entity.monster.EntityIronGolem
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityEnchantmentTable from mixins.common.core.json into net.minecraft.tileentity.TileEntityEnchantmentTable
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/EnchantmentTable to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityEndPortal from mixins.common.core.json into net.minecraft.tileentity.TileEntityEndPortal
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoubleWoodSlab from mixins.common.core.json into net.minecraft.block.BlockDoubleWoodSlab
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockEnderChest from mixins.common.core.json into net.minecraft.block.BlockEnderChest
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityEnderChest from mixins.common.core.json into net.minecraft.tileentity.TileEntityEnderChest
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockCommandBlock from mixins.common.core.json into net.minecraft.block.BlockCommandBlock
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/play/server/SPacketCloseWindow to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing command.MixinCommandBlockSource from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/source/CommandBlockSource to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[11:03:29] [main/DEBUG] [mixin/]: Mixing command.MixinLocatedSource from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[11:03:29] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityCommandBlock from mixins.common.core.json into net.minecraft.tileentity.TileEntityCommandBlock
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/CommandBlock to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/CommandData to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityBeacon from mixins.common.core.json into net.minecraft.tileentity.TileEntityBeacon
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/block/tileentity/carrier/Beacon to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/tileentity/BeaconData to metadata cache
[11:03:29] [main/DEBUG] [mixin/]: Mixing tileentity.MixinTileEntityDropper from mixins.common.core.json into net.minecraft.tileentity.TileEntityDropper
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockHay from mixins.common.core.json into net.minecraft.block.BlockHay
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockBannerStanding from mixins.common.core.json into net.minecraft.block.BlockBanner$BlockBannerStanding
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockBannerHanging from mixins.common.core.json into net.minecraft.block.BlockBanner$BlockBannerHanging
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockDoubleStoneSlab from mixins.common.core.json into net.minecraft.block.BlockDoubleStoneSlabNew
[11:03:29] [main/DEBUG] [mixin/]: Mixing block.MixinBlockMagma from mixins.common.core.json into net.minecraft.block.BlockMagma
[11:03:29] [main/DEBUG] [mixin/]: Mixing forge.event.MixinForgeEventFactory from mixins.forge.core.json into net.minecraftforge.event.ForgeEventFactory
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/PopulateChunkEvent$Pre to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/PopulateChunkEvent$Post to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/PopulateChunkEvent to metadata cache
[11:03:29] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/terraingen/ChunkGeneratorEvent to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing fml.common.eventhandler.MixinEventBus from mixins.forge.core.json into net.minecraftforge.fml.common.eventhandler.EventBus
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/event/SpongeForgeEventFactory to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/ListenerList to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/event/SpongeModEventManager to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/Platform to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinASMEventHandler to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/event/SpongeForgeEventHooks to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/IEventListener to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/IEventExceptionHandler to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for com/google/common/reflect/TypeToken to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for com/google/common/reflect/TypeCapture to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ImmutableMultimap to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/ListenerChecker to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for java/lang/NoSuchMethodException to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for java/lang/ReflectiveOperationException to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/eventhandler/EventBus$1 to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing forge.MixinForgeInternalHandler from mixins.forge.core.json into net.minecraftforge.common.ForgeInternalHandler
[11:03:30] [main/DEBUG] [mixin/]: Mixing fml.common.gameevent.MixinPlayerEvent from mixins.forge.core.json into net.minecraftforge.fml.common.gameevent.PlayerEvent
[11:03:30] [main/DEBUG] [mixin/]: Mixing text.MixinTextLiteral from mixins.common.api.json into org.spongepowered.api.text.LiteralText
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemToolMaterial from mixins.common.core.json into net.minecraft.item.Item$ToolMaterial
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ToolType to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/apache/commons/lang3/StringUtils to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityArrow from mixins.common.core.json into net.minecraft.entity.projectile.EntityArrow
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/arrow/Arrow to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/projectile/IMixinEntityArrow to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/projectile/ProjectileSourceSerializer to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing MixinEntityArrow_Activation from mixins.common.entityactivation.json into net.minecraft.entity.projectile.EntityArrow
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/source/UnknownProjectileSource to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/KnockbackData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityTippedArrow from mixins.common.core.json into net.minecraft.entity.projectile.EntityTippedArrow
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemArmorMaterial from mixins.common.core.json into net.minecraft.item.ItemArmor$ArmorMaterial
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ArmorType to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityHanging from mixins.common.core.json into net.minecraft.entity.EntityHanging
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/hanging/Hanging to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/block/SpongeDirectionalData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractSingleEnumData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/block/DirectionalData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityPainting from mixins.common.core.json into net.minecraft.entity.item.EntityPainting
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/hanging/Painting to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeArtData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ArtData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Art to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityItemFrame from mixins.common.core.json into net.minecraft.entity.item.EntityItemFrame
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/hanging/ItemFrame to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/rotation/Rotation to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntitySnowball from mixins.common.core.json into net.minecraft.entity.projectile.EntitySnowball
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityThrowable from mixins.common.core.json into net.minecraft.entity.projectile.EntityThrowable
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityBoat from mixins.common.core.json into net.minecraft.entity.item.EntityBoat
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/Boat to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityEgg from mixins.common.core.json into net.minecraft.entity.projectile.EntityEgg
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemFishingRod from mixins.common.core.json into net.minecraft.item.ItemFishingRod
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/FishHook to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityFishHook from mixins.common.core.json into net.minecraft.entity.projectile.EntityFishHook
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/Transaction to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootTableList to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootTableManager to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootTable to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/datasync/DataParameter to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/loot/LootContext to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemMap from mixins.common.core.json into net.minecraft.item.ItemMap
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemMapBase to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/WorldSavedData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/MapData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemShears from mixins.forge.core.json into net.minecraft.item.ItemShears
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/init/Enchantments to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/item/inventory/DropItemEvent to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/CapturedMultiMapSupplier to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/event/tracking/CapturedSupplier to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ListMultimap to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing potion.MixinPotionEffect from mixins.common.core.json into net.minecraft.potion.PotionEffect
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityEnderPearl from mixins.common.core.json into net.minecraft.entity.item.EntityEnderPearl
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemEnderEye from mixins.common.core.json into net.minecraft.item.ItemEnderEye
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/EyeOfEnder to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityEnderEye from mixins.common.core.json into net.minecraft.entity.item.EntityEnderEye
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityExpBottle from mixins.common.core.json into net.minecraft.entity.item.EntityExpBottle
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.data.MixinItemWritableBook from mixins.common.core.json into net.minecraft.item.ItemWritableBook
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/AuthorData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/PagedData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.data.MixinItemWrittenBook from mixins.common.core.json into net.minecraft.item.ItemWrittenBook
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/item/GenerationData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemEmptyMap from mixins.common.core.json into net.minecraft.item.ItemEmptyMap
[11:03:30] [main/DEBUG] [mixin/]: Mixing item.MixinItemFirework from mixins.common.core.json into net.minecraft.item.ItemFirework
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/Firework to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityFireworkRocket to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityFireworkRocket from mixins.common.core.json into net.minecraft.entity.item.EntityFireworkRocket
[11:03:30] [main/DEBUG] [mixin/]: Mixing MixinEntityFireworkRocket_Activation from mixins.common.entityactivation.json into net.minecraft.entity.item.EntityFireworkRocket
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.item.EntityArmorStand
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityArmorStand from mixins.common.core.json into net.minecraft.entity.item.EntityArmorStand
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/Rotations to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeArmorStandData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ArmorStandData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BodyParts to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeBodyPartRotationalData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/BodyPartRotationalData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/BodyPart to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityLeashKnot from mixins.common.core.json into net.minecraft.entity.EntityLeashKnot
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/hanging/LeashHitch to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityEnderCrystal from mixins.common.core.json into net.minecraft.entity.item.EntityEnderCrystal
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/EnderCrystal to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityPotion from mixins.common.core.json into net.minecraft.entity.projectile.EntityPotion
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntitySpectralArrow from mixins.common.core.json into net.minecraft.entity.projectile.EntitySpectralArrow
[11:03:30] [main/DEBUG] [mixin/]: Mixing data.types.MixinFishType from mixins.common.core.json into net.minecraft.item.ItemFishFood$FishType
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Fish to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/CookedFish to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing text.MixinTextComponentTranslation from mixins.common.core.json into net.minecraft.util.text.TextComponentTranslation
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/Iterators to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/TextComponentIterable to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/text/TextComponentTranslationFormatException to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing text.MixinTextComponentBase from mixins.common.core.json into net.minecraft.util.text.TextComponentBase
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/apache/commons/lang3/ObjectUtils to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/text/ResolvedChatStyle to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/format/TextColor to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinClickEvent to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/text/IMixinHoverEvent to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/text/action/TextActions to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing scoreboard.MixinCriterion from mixins.common.core.json into net.minecraft.scoreboard.ScoreCriteria
[11:03:30] [main/DEBUG] [mixin/]: Mixing scoreboard.MixinCriterion from mixins.common.core.json into net.minecraft.scoreboard.ScoreCriteriaColored
[11:03:30] [main/DEBUG] [mixin/]: Mixing text.MixinTextComponentString from mixins.common.core.json into net.minecraft.util.text.TextComponentString
[11:03:30] [main/DEBUG] [mixin/]: Mixing fml.common.gameevent.MixinWorldTickEvent from mixins.forge.core.json into net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/gameevent/TickEvent to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing text.MixinHoverEvent from mixins.common.core.json into net.minecraft.util.text.event.HoverEvent
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/JsonToNBT to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing forge.fluids.MixinFluidRegistry from mixins.forge.core.json into net.minecraftforge.fluids.FluidRegistry
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/extra/FluidTypeRegistryModule to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing forge.fluids.MixinFluid from mixins.forge.core.json into net.minecraftforge.fluids.Fluid
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.IMixinAreaEffectCloud from mixins.common.core.json into net.minecraft.entity.EntityAreaEffectCloud
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityAreaEffectCloud from mixins.common.core.json into net.minecraft.entity.EntityAreaEffectCloud
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/AreaEffectCloud to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/potion/PotionType to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/particle/ParticleTypes to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeAreaEffectData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/AreaEffectCloudData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/mutable/SpongeListValue to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/value/mutable/SpongeCollectionValue to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/CollectionValue to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/value/mutable/ListValue to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/effect/particle/ParticleType to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinGriefer from mixins.common.core.json into net.minecraft.entity.projectile.EntityLargeFireball
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityLargeFireball from mixins.common.core.json into net.minecraft.entity.projectile.EntityLargeFireball
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/explosive/fireball/Fireball to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/explosive/fireball/LargeFireball to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityFireball from mixins.common.core.json into net.minecraft.entity.projectile.EntityFireball
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinGriefer from mixins.common.core.json into net.minecraft.entity.projectile.EntitySmallFireball
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntitySmallFireball from mixins.common.core.json into net.minecraft.entity.projectile.EntitySmallFireball
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/explosive/fireball/SmallFireball to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinGriefer from mixins.common.core.json into net.minecraft.entity.projectile.EntityWitherSkull
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityWitherSkull from mixins.common.core.json into net.minecraft.entity.projectile.EntityWitherSkull
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/projectile/explosive/WitherSkull to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityShulkerBullet from mixins.common.core.json into net.minecraft.entity.projectile.EntityShulkerBullet
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityDragonFireball from mixins.common.core.json into net.minecraft.entity.projectile.EntityDragonFireball
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartEmpty from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartEmpty
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartChest from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartChest
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartContainer from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartContainer
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartFurnace from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartFurnace
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/FurnaceMinecart to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartTNT from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartTNT
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/TNTMinecart to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.item.MixinEntityMinecartHopper from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartHopper
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityMinecartMobSpawner from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartMobSpawner
[11:03:30] [main/DEBUG] [mixin/]: Mixing command.MixinCommandBlockSource from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[11:03:30] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[11:03:30] [main/DEBUG] [mixin/]: Mixing command.MixinLocatedSource from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[11:03:30] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityMinecartCommandBlock from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/vehicle/minecart/CommandBlockMinecart to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityCreeper from mixins.common.core.json into net.minecraft.entity.monster.EntityCreeper
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Creeper to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.monster.EntitySkeleton
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinRanger from mixins.common.core.json into net.minecraft.entity.monster.EntitySkeleton
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySkeleton from mixins.common.core.json into net.minecraft.entity.monster.EntitySkeleton
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Skeleton to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeSkeletonData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/SkeletonData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityProjectileSource from mixins.common.core.json into net.minecraft.entity.monster.EntitySkeleton
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/SkeletonType to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for java/util/Calendar to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIAttackRangedBow to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySpider from mixins.common.core.json into net.minecraft.entity.monster.EntitySpider
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Spider to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntitySpider$GroupData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IEntityLivingData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.monster.EntityGiantZombie
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityGiantZombie from mixins.common.core.json into net.minecraft.entity.monster.EntityGiantZombie
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into net.minecraft.entity.monster.EntityZombie
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityZombie from mixins.common.core.json into net.minecraft.entity.monster.EntityZombie
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Zombie to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ZombieTypes to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeZombieData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ZombieData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.living.MixinEntityZombie from mixins.forge.core.json into net.minecraft.entity.monster.EntityZombie
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/ZombieType to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/ZombieType to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityZombie$GroupData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntitySlime from mixins.common.core.json into net.minecraft.entity.monster.EntitySlime
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Slime to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeSlimeData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/SlimeData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityGhast from mixins.common.core.json into net.minecraft.entity.monster.EntityGhast
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityProjectileSource from mixins.common.core.json into net.minecraft.entity.monster.EntityGhast
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityFlying from mixins.common.core.json into net.minecraft.entity.EntityFlying
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityPigZombie from mixins.common.core.json into net.minecraft.entity.monster.EntityPigZombie
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinAnger to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/ZombiePigman to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeAngerableData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/common/AbstractIntData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/AngerableData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeAggressiveData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/AggressiveData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityEnderman from mixins.common.core.json into net.minecraft.entity.monster.EntityEnderman
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ScreamingData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityCaveSpider from mixins.common.core.json into net.minecraft.entity.monster.EntityCaveSpider
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityBlaze from mixins.common.core.json into net.minecraft.entity.monster.EntityBlaze
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Blaze to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeFlammableData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/FlammableData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityProjectileSource from mixins.common.core.json into net.minecraft.entity.monster.EntityBlaze
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityMagmaCube from mixins.common.core.json into net.minecraft.entity.monster.EntityMagmaCube
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.boss.MixinEntityDragon from mixins.common.core.json into net.minecraft.entity.boss.EntityDragon
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/complex/EnderDragon to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityProjectileSource from mixins.common.core.json into net.minecraft.entity.boss.EntityDragon
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/complex/EnderDragonPart to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityBat from mixins.common.core.json into net.minecraft.entity.passive.EntityBat
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Bat to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Ambient to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityAmbientCreature from mixins.common.core.json into net.minecraft.entity.passive.EntityAmbientCreature
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinRanger from mixins.common.core.json into net.minecraft.entity.monster.EntityWitch
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityWitch from mixins.common.core.json into net.minecraft.entity.monster.EntityWitch
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityProjectileSource from mixins.common.core.json into net.minecraft.entity.monster.EntityWitch
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityEndermite from mixins.common.core.json into net.minecraft.entity.monster.EntityEndermite
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Endermite to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeExpirableData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ExpirableData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityGuardian from mixins.common.core.json into net.minecraft.entity.monster.EntityGuardian
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/monster/Guardian to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeElderData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ElderData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/datasync/EntityDataManager to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Aquatic to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.monster.MixinEntityShulker from mixins.common.core.json into net.minecraft.entity.monster.EntityShulker
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityPig from mixins.common.core.json into net.minecraft.entity.passive.EntityPig
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Animal to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Pig to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongePigSaddleData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/PigSaddleData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityAnimal from mixins.common.core.json into net.minecraft.entity.passive.EntityAnimal
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityAgeable from mixins.common.core.json into net.minecraft.entity.EntityAgeable
[11:03:30] [main/DEBUG] [mixin/]: Mixing MixinEntityAgeable_Activation from mixins.common.entityactivation.json into net.minecraft.entity.EntityAgeable
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntitySheep from mixins.common.core.json into net.minecraft.entity.passive.EntitySheep
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Sheep to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/SpongeDyeableData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/DyeableData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeShearedData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/ShearedData to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityCow from mixins.common.core.json into net.minecraft.entity.passive.EntityCow
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityChicken from mixins.common.core.json into net.minecraft.entity.passive.EntityChicken
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntitySquid from mixins.common.core.json into net.minecraft.entity.passive.EntitySquid
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityWaterMob from mixins.common.core.json into net.minecraft.entity.passive.EntityWaterMob
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityWolf from mixins.common.core.json into net.minecraft.entity.passive.EntityWolf
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/TameEntityEvent to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/SittingData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IEntityOwnable to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Wolf to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityTameable from mixins.common.core.json into net.minecraft.entity.passive.EntityTameable
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.MixinEntityTameable_Cached_Owner from mixins.common.optimization.json into net.minecraft.entity.passive.EntityTameable
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Optional to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityMooshroom from mixins.common.core.json into net.minecraft.entity.passive.EntityMooshroom
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityOcelot from mixins.common.core.json into net.minecraft.entity.passive.EntityOcelot
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Ocelot to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeEntityConstants to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeOcelotData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/OcelotData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeSittingData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/OcelotType to metadata cache
[11:03:30] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityHorse from mixins.common.core.json into net.minecraft.entity.passive.EntityHorse
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Horse to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/HorseData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HorseVariant to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/processor/common/HorseUtils to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeHorseData to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HorseColor to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/HorseStyle to metadata cache
[11:03:30] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityHorse$GroupData to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityRabbit from mixins.common.core.json into net.minecraft.entity.passive.EntityRabbit
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/animal/Rabbit to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeRabbitData to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/RabbitData to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/RabbitType to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/passive/EntityRabbit$RabbitTypeData to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityPolarBear from mixins.common.core.json into net.minecraft.entity.monster.EntityPolarBear
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/monster/EntityPolarBear$GroupData to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillager from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinVillager to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/village/MerchantRecipeList to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/inventory/InventoryBasic to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/Career to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/SpongeCareer to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/SpongeVillagerRegistry to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/merchant/VillagerRegistry to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/data/manipulator/mutable/entity/SpongeCareerData to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/entity/CareerData to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/IMerchant to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/INpc to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenTallGrass from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenTallGrass
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeDecorator from mixins.forge.core.json into net.minecraft.world.biome.BiomeDecorator
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomePlains from mixins.common.core.json into net.minecraft.world.biome.BiomePlains
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/biome/IMixinBiomePlains to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/PlainsGrassPopulator to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeDesert from mixins.common.core.json into net.minecraft.world.biome.BiomeDesert
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DesertWell to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/PopulatorObjects to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeHills from mixins.common.core.json into net.minecraft.world.biome.BiomeHills
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeForest from mixins.common.core.json into net.minecraft.world.biome.BiomeForest
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/DoublePlant to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/DoublePlantTypes to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/RoofedForestPopulator to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/FlowerForestSupplier to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeTaiga from mixins.common.core.json into net.minecraft.world.biome.BiomeTaiga
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/BlockBlob to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeSwamp from mixins.common.core.json into net.minecraft.world.biome.BiomeSwamp
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeHell from mixins.common.core.json into net.minecraft.world.biome.BiomeHell
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/NetherFire to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Glowstone to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/HellMushroomPopulator to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeEnd from mixins.common.core.json into net.minecraft.world.biome.BiomeEnd
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/EndBiomeGenerationPopulator to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/EndSpikePopulator to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/EndIsland to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/ChorusFlower to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeSnow from mixins.common.core.json into net.minecraft.world.biome.BiomeSnow
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/IceSpike to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/IcePath to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeJungle from mixins.common.core.json into net.minecraft.world.biome.BiomeJungle
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Melon to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Vine to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeSavanna from mixins.common.core.json into net.minecraft.world.biome.BiomeSavanna
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeMesa from mixins.common.core.json into net.minecraft.world.biome.BiomeMesa
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/world/gen/populators/MesaBiomeGenerationPopulator to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/ChunkPrimer to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenDoublePlant from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenDoublePlant
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenSwamp from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenSwamp
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockStaticLiquid to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBush from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBush
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenReed from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenReed
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenCactus from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenCactus
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenWaterLily from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenWaterlily
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenMinable from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenMinable
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/GuavaJavaUtils to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenFlowers from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenFlowers
[11:03:31] [main/DEBUG] [mixin/]: Mixing scoreboard.MixinScorePlayerTeam from mixins.common.core.json into net.minecraft.scoreboard.ScorePlayerTeam
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/text/TextColorRegistryModule to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIBase from mixins.common.core.json into net.minecraft.entity.ai.EntityAIBase
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/entity/AITaskTypeModule to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIBase from mixins.forge.core.json into net.minecraft.entity.ai.EntityAIBase
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.inventory.Container
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainer from mixins.common.core.json into net.minecraft.inventory.Container
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/util/ContainerUtil to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/SlotAdapter to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/Adapter to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/Slot to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/transaction/SlotTransaction to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAISwimming from mixins.common.core.json into net.minecraft.entity.ai.EntityAISwimming
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/SwimmingAITask to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityJumpHelper to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIMate from mixins.common.core.json into net.minecraft.entity.ai.EntityAIMate
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/BreedEntityEvent to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/entity/InteractEntityEvent to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIEatGrass from mixins.common.core.json into net.minecraft.entity.ai.EntityAIEatGrass
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIWander from mixins.common.core.json into net.minecraft.entity.ai.EntityAIWander
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/WanderAITask to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIWatchClosest from mixins.common.core.json into net.minecraft.entity.ai.EntityAIWatchClosest
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/WatchClosestAITask to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EntitySelectors to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAILookIdle from mixins.common.core.json into net.minecraft.entity.ai.EntityAILookIdle
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIAttackMelee from mixins.common.core.json into net.minecraft.entity.ai.EntityAIAttackMelee
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/AttackLivingAITask to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAITarget from mixins.common.core.json into net.minecraft.entity.ai.EntityAITarget
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/target/TargetAITask to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAINearestAttackableTarget from mixins.common.core.json into net.minecraft.entity.ai.EntityAINearestAttackableTarget
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/target/FindNearestAttackableTargetAITask to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for com/google/common/base/Predicates to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIBreakDoor from mixins.common.core.json into net.minecraft.entity.ai.EntityAIBreakDoor
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIDoorInteract to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIAvoidEntity from mixins.common.core.json into net.minecraft.entity.ai.EntityAIAvoidEntity
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/AvoidEntityAITask to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityEndermanAIPlaceBlock from mixins.common.core.json into net.minecraft.entity.monster.EntityEnderman$AIPlaceBlock
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityEndermanAITakeBlock from mixins.common.core.json into net.minecraft.entity.monster.EntityEnderman$AITakeBlock
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIAttackRanged from mixins.common.core.json into net.minecraft.entity.ai.EntityAIAttackRanged
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/RangeAgentAITask to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIRunAroundLikeCrazy from mixins.common.core.json into net.minecraft.entity.ai.EntityAIRunAroundLikeCrazy
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/ai/task/builtin/creature/horse/RunAroundLikeCrazyAITask to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityRabbitAIRaidFarm from mixins.common.core.json into net.minecraft.entity.passive.EntityRabbit$AIRaidFarm
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/ai/EntityAIMoveToBlock to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenTaiga1 from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenTaiga1
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenBlockBlob from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenBlockBlob
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityGhastAIFireballAttack from mixins.common.core.json into net.minecraft.entity.monster.EntityGhast$AIFireballAttack
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenIceSpike from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenIceSpike
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenIcePath from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenIcePath
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenShrub from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenShrub
[11:03:31] [main/DEBUG] [mixin/]: Mixing block.MixinBehaviorProjectileDispense from mixins.common.core.json into net.minecraft.dispenser.BehaviorProjectileDispense
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/dispenser/BehaviorDefaultDispenseItem to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/dispenser/IBehaviorDispenseItem to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/dispenser/IBlockSource to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing MixinBootstrapAnonInner10 from mixins.common.core.json into net.minecraft.init.Bootstrap$10
[11:03:31] [main/DEBUG] [mixin/]: Mixing MixinBootstrapAnonInner11 from mixins.common.core.json into net.minecraft.init.Bootstrap$11
[11:03:31] [main/DEBUG] [FML/]: Creating vanilla freeze snapshot
[11:03:31] [main/DEBUG] [FML/]: Vanilla freeze snapshot created
[11:03:31] [main/DEBUG] [mixin/]: Mixing authlib.MixinPropertyMap from mixins.common.core.json into com.mojang.authlib.properties.PropertyMap
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ForwardingMultimap to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/ForwardingObject to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing server.management.MixinPlayerProfileCacheEntry from mixins.common.core.json into net.minecraft.server.management.PlayerProfileCache$ProfileEntry
[11:03:31] [main/DEBUG] [mixin/]: Mixing server.MixinDedicatedServer from mixins.common.core.json into net.minecraft.server.dedicated.DedicatedServer
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for java/net/InetSocketAddress to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for java/net/Proxy to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for com/mojang/authlib/yggdrasil/YggdrasilAuthenticationService to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/rcon/IServer to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.storage.MixinWorldInfo from mixins.common.core.json into net.minecraft.world.storage.WorldInfo
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/DimensionTypes to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/HashBiMap to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for com/google/common/collect/BiMap to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinWorldSettings to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinDimensionType to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for java/nio/file/Path to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/entity/GameModeRegistryModule to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/config/type/DimensionConfig to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/world/WorldGeneratorModifierRegistryModule to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/world/DimensionTypeRegistryModule to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/FunctionalUtil to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerPlayer from mixins.common.core.json into net.minecraft.inventory.ContainerPlayer
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/LensProvider to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/container/ContainerPlayerInventoryLens to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/container/ContainerLens to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerPlayer
[11:03:31] [main/DEBUG] [mixin/]: Mixing world.chunk.storage.MixinAnvilChunkLoader from mixins.common.core.json into net.minecraft.world.chunk.storage.AnvilChunkLoader
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/entity/PlayerTracker to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for java/lang/Short to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/entity/EntityTypeRegistryModule to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/math/ChunkPos to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/world/chunk/storage/RegionFileCache to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/util/QueuedChunk to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Skipping Intrinsic mixin method chunkExists(Lnet/minecraft/world/World;II)Z for net/minecraft/world/chunk/storage/AnvilChunkLoader
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityBlazeAIFireballAttack from mixins.common.core.json into net.minecraft.entity.monster.EntityBlaze$AIFireballAttack
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.boss.MixinEntityDragonPart from mixins.common.core.json into net.minecraft.entity.boss.EntityDragonPart
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/complex/ComplexLiving to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing util.MixinDamageSource from mixins.common.core.json into net.minecraft.util.DamageSource
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/provider/DamageSourceToTypeProvider to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing util.MixinEntityDamageSource from mixins.common.core.json into net.minecraft.util.EntityDamageSource
[11:03:31] [main/DEBUG] [mixin/]: Mixing event.cause.entity.damage.MixinMinecraftFallingBlockDamageSource from mixins.common.core.json into org.spongepowered.common.event.damage.MinecraftFallingBlockDamageSource
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/immutable/entity/ImmutableFallingBlockData to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerChest from mixins.common.core.json into net.minecraft.inventory.ContainerChest
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/container/ContainerChestInventoryLens to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerChest
[11:03:31] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSendCommandFeedback from mixins.common.core.json into net.minecraft.tileentity.CommandBlockBaseLogic
[11:03:31] [main/DEBUG] [mixin/]: Mixing command.MixinICommandSender from mixins.common.core.json into net.minecraft.tileentity.CommandBlockBaseLogic
[11:03:31] [main/DEBUG] [mixin/]: Mixing command.MixinMinecartCommandBlockSender from mixins.common.core.json into net.minecraft.entity.item.EntityMinecartCommandBlock$1
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerHopper
[11:03:31] [main/DEBUG] [mixin/]: Mixing tileentity.MixinMobSpawnerBaseLogic from mixins.common.core.json into net.minecraft.tileentity.MobSpawnerBaseLogic
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntitySilverfishAISummon from mixins.common.core.json into net.minecraft.entity.monster.EntitySilverfish$AISummonSilverfish
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntitySilverfishAIHideInStone from mixins.common.core.json into net.minecraft.entity.monster.EntitySilverfish$AIHideInStone
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAIHarvestFarmland from mixins.common.core.json into net.minecraft.entity.ai.EntityAIHarvestFarmland
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.IMixinEntityVillager$ITradeList from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ITradeList
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/merchant/TradeOfferListMutator to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/util/TradeOfferUtil to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerEmeraldForItems from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$EmeraldForItems
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/merchant/TradeOfferGenerator to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerListItemForEmeralds from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ListItemForEmeralds
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerItemAndEmeraldToItem from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ItemAndEmeraldToItem
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerListEnchantedItemForEmeralds from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ListEnchantedItemForEmeralds
[11:03:31] [main/DEBUG] [mixin/]: Mixing entity.passive.MixinEntityVillagerListEnchantedBookForEmeralds from mixins.common.core.json into net.minecraft.entity.passive.EntityVillager$ListEnchantedBookForEmeralds
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/enchantment/EnchantmentData to metadata cache
[11:03:31] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/item/ItemEnchantedBook to metadata cache
[11:03:31] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerFurnace
[11:03:32] [main/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into net.minecraft.entity.player.InventoryPlayer
[11:03:32] [main/DEBUG] [mixin/]: Mixing entity.player.MixinInventoryPlayer from mixins.common.core.json into net.minecraft.entity.player.InventoryPlayer
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/player/IMixinInventoryPlayer to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/item/inventory/entity/PlayerInventory to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/impl/minecraft/PlayerInventoryLens to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/HotbarLens to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/InventoryRowLens to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/lens/comp/EquipmentInventoryLens to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/adapter/impl/slots/EquipmentSlotAdapter to metadata cache
[11:03:32] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerBrewingStand
[11:03:32] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerEnchantment
[11:03:32] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerBeacon
[11:03:32] [main/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerDispenser
[11:03:32] [main/DEBUG] [mixin/]: Mixing profiler.MixinProfiler from mixins.common.core.json into net.minecraft.profiler.Profiler
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandTime from mixins.common.multi-world-command.json into net.minecraft.command.CommandTime
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.MixinCommandBase from mixins.common.core.json into net.minecraft.command.CommandBase
[11:03:32] [main/DEBUG] [mixin/]: Mixing text.MixinTextTranslatable from mixins.common.api.json into org.spongepowered.api.text.TranslatableText
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandDifficulty from mixins.common.multi-world-command.json into net.minecraft.command.CommandDifficulty
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandDefaultGameMode from mixins.common.multi-world-command.json into net.minecraft.command.CommandDefaultGameMode
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandGameMode to metadata cache
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandToggleDownfall from mixins.common.multi-world-command.json into net.minecraft.command.CommandToggleDownfall
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandWeather from mixins.common.multi-world-command.json into net.minecraft.command.CommandWeather
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandTP from mixins.common.core.json into net.minecraft.command.CommandTP
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandTeleport from mixins.common.core.json into net.minecraft.command.server.CommandTeleport
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandShowSeed from mixins.common.multi-world-command.json into net.minecraft.command.CommandShowSeed
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandSetDefaultSpawnpoint from mixins.common.multi-world-command.json into net.minecraft.command.server.CommandSetDefaultSpawnpoint
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandGameRule from mixins.common.multi-world-command.json into net.minecraft.command.CommandGameRule
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.MixinCommandScoreboard from mixins.common.core.json into net.minecraft.command.server.CommandScoreboard
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandSummon from mixins.common.core.json into net.minecraft.command.server.CommandSummon
[11:03:32] [main/DEBUG] [mixin/]: Mixing entity.effect.MixinEntityLightningBolt from mixins.common.core.json into net.minecraft.entity.effect.EntityLightningBolt
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/weather/WeatherEffect to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/entity/IMixinEntityLightningBolt to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/weather/Lightning to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/world/TargetWorldEvent to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/block/ChangeBlockEvent to metadata cache
[11:03:32] [main/DEBUG] [mixin/]: Mixing entity.effect.MixinEntityWeatherEffect from mixins.common.core.json into net.minecraft.entity.effect.EntityWeatherEffect
[11:03:32] [main/DEBUG] [mixin/]: Mixing MixinCommandWorldBorder from mixins.common.multi-world-command.json into net.minecraft.command.CommandWorldBorder
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandBanIp from mixins.common.core.json into net.minecraft.command.server.CommandBanIp
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for java/net/InetAddress to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for java/util/regex/Matcher to metadata cache
[11:03:32] [main/DEBUG] [mixin/]: Mixing ban.MixinIPBanEntry from mixins.common.core.json into net.minecraft.server.management.UserListIPBansEntry
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/server/management/UserListEntry to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/Ban to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/BanTypes to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for com/google/gson/JsonObject to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/ban/BanType to metadata cache
[11:03:32] [main/DEBUG] [mixin/]: Mixing ban.MixinBanEntry from mixins.common.core.json into net.minecraft.server.management.UserListEntryBan
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.server.MixinCommandPardonIp from mixins.common.core.json into net.minecraft.command.server.CommandPardonIp
[11:03:32] [main/DEBUG] [mixin/]: Mixing ban.MixinUserBanEntry from mixins.common.core.json into net.minecraft.server.management.UserListBansEntry
[11:03:32] [main/DEBUG] [mixin/]: Mixing world.biome.MixinBiomeProvider from mixins.common.core.json into net.minecraft.world.biome.BiomeProvider
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.MixinCommandSource from mixins.common.core.json into net.minecraft.network.rcon.RConConsoleSource
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.MixinICommandSender from mixins.common.core.json into net.minecraft.network.rcon.RConConsoleSource
[11:03:32] [main/DEBUG] [mixin/]: Mixing command.MixinSubject from mixins.common.core.json into net.minecraft.network.rcon.RConConsoleSource
[11:03:32] [main/DEBUG] [mixin/]: Mixing network.rcon.MixinRConConsoleSource from mixins.common.core.json into net.minecraft.network.rcon.RConConsoleSource
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/command/source/RconSource to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinRConConsoleSource to metadata cache
[11:03:32] [main/TRACE] [mixin/]: Added class metadata for java/lang/StringBuffer to metadata cache
[11:03:32] [Server thread/INFO] [FML/]: MinecraftForge v12.18.3.2281 Initialized
[11:03:32] [Server thread/INFO] [FML/]: Replaced 231 ore recipes
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing forge.MixinUsernameCache from mixins.forge.preinit.json into net.minecraftforge.common.UsernameCache
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing forge.common.MixinForgeHooks from mixins.forge.core.json into net.minecraftforge.common.ForgeHooks
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerInteractEvent to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/player/PlayerEvent to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/entity/living/LivingEvent to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/world/BlockEvent$MultiPlaceEvent to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/event/world/BlockEvent$PlaceEvent to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/ArrayDeque to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/Deque to metadata cache
[11:03:32] [Server thread/DEBUG] [FML/]: File C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\injectedDependencies.json not found. No dependencies injected
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing fml.common.MixinLoadController from mixins.forge.preinit.json into net.minecraftforge.fml.common.LoadController
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinLoadController to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/event/StateRegistry to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for com/google/common/eventbus/EventBus to metadata cache
[11:03:32] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/LoaderState to metadata cache
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventState from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLStateEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventConstruction from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLConstructionEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventPreInit from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLPreInitializationEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventInit from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLInitializationEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventPostInit from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLPostInitializationEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventLoadComplete from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLLoadCompleteEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerAboutToStart from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerAboutToStartEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerStarting from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerStartingEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerStarted from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerStartedEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerStopping from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerStoppingEvent
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing event.state.MixinEventServerStopped from mixins.forge.core.json into net.minecraftforge.fml.common.event.FMLServerStoppedEvent
[11:03:32] [Server thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, org.spongepowered.mod.SpongeApiModContainer, org.spongepowered.mod.SpongeMod]
[11:03:32] [Server thread/DEBUG] [mixin/]: Mixing fml.common.registry.MixinVillagerProfession from mixins.forge.core.json into net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing world.MixinLocation from mixins.common.api.json into org.spongepowered.api.world.Location
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing network.MixinPacketBuffer from mixins.common.core.json into net.minecraft.network.PacketBuffer
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/network/SpongeNetworkManager to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/network/ChannelRegistrar to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for com/google/common/base/Charsets to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/handler/codec/EncoderException to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/handler/codec/CodecException to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/handler/codec/DecoderException to metadata cache
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readerIndex()I for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method writerIndex()I for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method array()[B for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readBoolean()Z for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getBoolean(I)Z for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readByte()B for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getByte(I)B for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readShort()S for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getShort(I)S for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readChar()C for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getChar(I)C for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readLong()J for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getLong(I)J for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readFloat()F for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getFloat(I)F for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method readDouble()D for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getDouble(I)D for net/minecraft/network/PacketBuffer
[11:03:33] [Server thread/DEBUG] [Sponge/]: Sponge Timings: true - Verbose: true - Interval: 1m - Length: 3m
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing common.fluid.MixinSpongeFluidStackBuilder from mixins.forge.core.json into org.spongepowered.common.extra.fluid.SpongeFluidStackBuilder
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinScoreboardObjectiveDisplayType from mixins.common.core.json into net.minecraft.scoreboard.IScoreCriteria$EnumRenderType
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/objective/displaymode/ObjectiveDisplayMode to metadata cache
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing util.MixinIndirectEntityDamageSource from mixins.common.core.json into net.minecraft.util.EntityDamageSourceIndirect
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/event/cause/entity/damage/source/IndirectEntityDamageSource to metadata cache
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing common.world.MixinWorldManager from mixins.forge.core.json into org.spongepowered.common.world.WorldManager
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/GameState to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/ISaveFormat to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/relauncher/Side to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/network/FMLOutboundHandler to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/network/FMLEmbeddedChannel to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/channel/embedded/EmbeddedChannel to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/channel/AbstractChannel to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for io/netty/util/DefaultAttributeMap to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/network/ForgeMessage to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/ints/Int2ObjectMap to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/ints/Int2ObjectFunction to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for java/util/BitSet to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/DataInputStream to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/FilterInputStream to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/InputStream to metadata cache
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for java/nio/file/DirectoryStream to metadata cache
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing world.MixinDimensionType from mixins.common.core.json into net.minecraft.world.DimensionType
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldProvider from mixins.common.core.json into net.minecraft.world.WorldProvider
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldProvider from mixins.forge.core.json into net.minecraft.world.WorldProvider
[11:03:33] [Server thread/DEBUG] [mixin/]: Skipping Intrinsic mixin method getHeight()I for net/minecraft/world/WorldProvider
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldProviderHell from mixins.common.core.json into net.minecraft.world.WorldProviderHell
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinArtType from mixins.common.core.json into net.minecraft.entity.item.EntityPainting$EnumArt
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing world.MixinWorldSettings from mixins.common.core.json into net.minecraft.world.WorldSettings
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/difficulty/Difficulties to metadata cache
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinEnumBannerPattern from mixins.common.core.json into net.minecraft.tileentity.TileEntityBanner$EnumBannerPattern
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinEntityArrowPickupStatus from mixins.common.core.json into net.minecraft.entity.projectile.EntityArrow$PickupStatus
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/type/PickupRule to metadata cache
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinCollisionRule from mixins.common.core.json into net.minecraft.scoreboard.Team$CollisionRule
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/CollisionRule to metadata cache
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.TraitInventoryAdapter from mixins.common.core.json into org.spongepowered.common.item.inventory.custom.CustomInventory
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinCustomInventory from mixins.common.core.json into org.spongepowered.common.item.inventory.custom.CustomInventory
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/item/inventory/custom/CustomLens to metadata cache
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerWorkbench
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerRepair
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerMerchant
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing item.inventory.MixinContainerCanInteract from mixins.common.core.json into net.minecraft.inventory.ContainerHorseInventory
[11:03:33] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_COLUMN
[11:03:33] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_BUTTON
[11:03:33] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_ICON
[11:03:33] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_CHECKBOX
[11:03:33] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.item.inventory.InventoryArchetypes.MENU_SPINNER
[11:03:33] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinBossInfoOverlay from mixins.common.core.json into net.minecraft.world.BossInfo$Overlay
[11:03:33] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/boss/BossBarOverlay to metadata cache
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.ACHIEVEMENTS
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.AGE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.ATTACK_DAMAGE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.BASE_SIZE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.DAMAGE_ENTITY_MAP
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.DOMINANT_HAND
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.FILLED
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.FLUID_LEVEL
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.HEALTH_SCALE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.HEIGHT
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.HELD_EXPERIENCE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.IS_SLEEPING
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.LAST_ATTACKER
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.LAST_DAMAGE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.LEASH_HOLDER
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.PASSENGERS
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.SCALE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_ENTITIES
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_MAXIMUM_DELAY
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_MAXIMUM_NEARBY_ENTITIES
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_NEXT_ENTITY_TO_SPAWN
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_REQUIRED_PLAYER_RANGE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_SPAWN_COUNT
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.SPAWNER_SPAWN_RANGE
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.STATISTICS
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.WILL_SHATTER
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENTS
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENT_EAST
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENT_NORTH
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENT_SOUTH
[11:03:34] [Server thread/WARN] [Sponge/]: Skipping org.spongepowered.api.data.key.Keys.WIRE_ATTACHMENT_WEST
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing scoreboard.MixinEnumVisible from mixins.common.core.json into net.minecraft.scoreboard.Team$EnumVisible
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/scoreboard/Visibility to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.MixinTeleporter from mixins.common.core.json into net.minecraft.world.Teleporter
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/IMixinTeleporter to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/longs/Long2ObjectMap to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for it/unimi/dsi/fastutil/longs/Long2ObjectFunction to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing entity.MixinArmorEquipable from mixins.common.core.json into org.spongepowered.common.entity.living.human.EntityHuman
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing entity.MixinRanger from mixins.common.core.json into org.spongepowered.common.entity.living.human.EntityHuman
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing entity.human.MixinEntityHuman from mixins.common.core.json into org.spongepowered.common.entity.living.human.EntityHuman
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/entity/living/Human to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing entity.projectile.MixinEntityProjectileSource from mixins.common.core.json into org.spongepowered.common.entity.living.human.EntityHuman
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenDeadBush from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenDeadBush
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenDesertWells from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenDesertWells
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/pattern/BlockStateMatcher to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenDungeons from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenDungeons
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/world/gen/IWorldGenDungeons to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Dungeon to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/manipulator/mutable/MobSpawnerData to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/util/weighted/LootTable to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenEndIsland from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenEndIsland
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/gen/NoiseGeneratorSimplex to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenFire from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenFire
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenGlowstone from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenGlowStone1
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenLake from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenLakes
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/world/gen/populator/Lake to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/block/MatterProperty to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/data/property/AbstractProperty to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenMelon from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenMelon
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenPumpkin from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenPumpkin
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing world.gen.populators.MixinWorldGenVines from mixins.common.core.json into net.minecraft.world.gen.feature.WorldGenVines
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing entity.ai.MixinEntityAITasks from mixins.common.core.json into net.minecraft.entity.ai.EntityAITasks
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinSkeletonType from mixins.common.core.json into net.minecraft.entity.monster.SkeletonType
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinEnumChatVisibility from mixins.common.core.json into net.minecraft.entity.player.EntityPlayer$EnumChatVisibility
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinEnumChatVisibility to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing data.types.MixinBossInfoColor from mixins.common.core.json into net.minecraft.world.BossInfo$Color
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/boss/BossBarColor to metadata cache
[11:03:34] [Server thread/DEBUG] [mixin/]: Mixing forge.fluids.MixinFluidStack from mixins.forge.core.json into net.minecraftforge.fluids.FluidStack
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/api/extra/fluid/FluidStack to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/registry/RegistryDelegate to metadata cache
[11:03:34] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/extra/fluid/SpongeFluidStackSnapshotBuilder to metadata cache
[11:03:35] [Server thread/DEBUG] [mixin/]: Mixing fml.common.registry.MixinVillagerRegistry from mixins.forge.core.json into net.minecraftforge.fml.common.registry.VillagerRegistry
[11:03:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/registry/type/entity/ProfessionRegistryModule to metadata cache
[11:03:35] [Server thread/DEBUG] [mixin/]: Mixing fml.common.registry.MixinVillagerCareer from mixins.forge.core.json into net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerCareer
[11:03:35] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/mod/interfaces/IMixinVillagerCareer to metadata cache
[11:03:35] [Server thread/DEBUG] [mixin/]: Mixing fml.common.registry.MixinGameRegistry from mixins.forge.preinit.json into net.minecraftforge.fml.common.registry.GameRegistry
[11:03:35] [Server thread/TRACE] [mixin/]: Added class metadata for co/aikar/timings/Timings to metadata cache
[11:03:35] [Server thread/TRACE] [mixin/]: Added class metadata for co/aikar/timings/SpongeTimingsFactory to metadata cache
[11:03:35] [Server thread/TRACE] [mixin/]: Added class metadata for co/aikar/timings/TimingsFactory to metadata cache
[11:03:35] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraftforge/fml/common/IWorldGenerator to metadata cache
[11:03:35] [Server thread/TRACE] [mixin/]: Added class metadata for co/aikar/timings/TimingHandler to metadata cache
[11:03:35] [Server thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[11:03:35] [Server thread/DEBUG] [FML/]: Found a minecraft related file at C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\[Forge]1.10.2-12.18.3.2281.jar, examining for mod candidates
[11:03:35] [Server thread/TRACE] [FML/]: Skipping known library file C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\mods\spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:35] [Server thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[11:03:35] [Server thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[11:03:35] [Server thread/INFO] [FML/]: Searching C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\mods for mods
[11:03:35] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file EssentialCmds-1.10.2-8.1.14-universal.jar
[11:03:35] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file FlexibleLogin.jar
[11:03:35] [Server thread/DEBUG] [FML/]: Ignoring unknown file mod_list.json in mods directory
[11:03:35] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file PixelmonGenerations-1.2.1(한글화).jar
[11:03:35] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Spigot-CommandSigns.jar
[11:03:35] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:35] [Server thread/DEBUG] [FML/]: Examining file [Forge]1.10.2-12.18.3.2281.jar for potential mods
[11:03:35] [Server thread/DEBUG] [FML/]: The mod container [Forge]1.10.2-12.18.3.2281.jar appears to be missing an mcmod.info file
[11:03:35] [Server thread/DEBUG] [FML/]: Examining file EssentialCmds-1.10.2-8.1.14-universal.jar for potential mods
[11:03:35] [Server thread/TRACE] [FML/]: Located mcmod.info file in file EssentialCmds-1.10.2-8.1.14-universal.jar
[11:03:35] [Server thread/DEBUG] [FML/]: Identified a mod of type Lorg/spongepowered/api/plugin/Plugin; (io.github.hsyyid.essentialcmds.EssentialCmds) - loading
[11:03:35] [Server thread/WARN] [Sponge/]: Detected plugin with invalid plugin ID 'io.github.hsyyid.essentialcmds'. Plugin IDs should be lowercase, and only contain characters from a-z, dashes or underscores, start with a lowercase letter, and not exceed 64 characters.
[11:03:36] [Server thread/DEBUG] [FML/]: Examining file FlexibleLogin.jar for potential mods
[11:03:36] [Server thread/TRACE] [FML/]: Located mcmod.info file in file FlexibleLogin.jar
[11:03:36] [Server thread/DEBUG] [FML/]: Identified a mod of type Lorg/spongepowered/api/plugin/Plugin; (com.github.games647.flexiblelogin.FlexibleLogin) - loading
[11:03:36] [Server thread/DEBUG] [FML/]: Examining file PixelmonGenerations-1.2.1(한글화).jar for potential mods
[11:03:36] [Server thread/TRACE] [FML/]: Located mcmod.info file in file PixelmonGenerations-1.2.1(한글화).jar
[11:03:36] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.pixelmonmod.pixelmon.Pixelmon) - loading
[11:03:36] [Server thread/TRACE] [pixelmon/]: Parsed dependency info : [] [] []
[11:03:37] [Server thread/DEBUG] [FML/]: Examining file Spigot-CommandSigns.jar for potential mods
[11:03:37] [Server thread/DEBUG] [FML/]: The mod container Spigot-CommandSigns.jar appears to be missing an mcmod.info file
[11:03:37] [Server thread/INFO] [FML/]: Forge Mod Loader has identified 8 mods to load
[11:03:37] [Server thread/TRACE] [FML/]: Received a system property request ''
[11:03:37] [Server thread/TRACE] [FML/]: System property request managing the state of 0 mods
[11:03:37] [Server thread/DEBUG] [FML/]: After merging, found state information for 0 mods
[11:03:37] [Server thread/DEBUG] [mixin/]: Mixing world.storage.MixinSaveHandler from mixins.common.core.json into net.minecraft.world.storage.SaveHandler
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for org/spongepowered/common/interfaces/IMixinSaveHandler to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/FileInputStream to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/CompressedStreamTools to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/util/datafix/FixTypes to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/FileOutputStream to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for java/io/OutputStream to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for java/nio/file/Files to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for java/nio/file/attribute/BasicFileAttributes to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for java/nio/file/attribute/FileTime to metadata cache
[11:03:37] [Server thread/DEBUG] [mixin/]: Mixing world.storage.MixinSaveHandler from mixins.forge.core.json into net.minecraft.world.storage.SaveHandler
[11:03:37] [Server thread/TRACE] [mixin/]: Added class metadata for net/minecraft/world/storage/SaveFormatOld to metadata cache
[11:03:37] [Server thread/DEBUG] [pixelmon/]: Enabling mod pixelmon
[11:03:37] [Server thread/TRACE] [FML/]: Verifying mod requirements are satisfied
[11:03:37] [Server thread/WARN] [Sponge/]: The mod flexiblelogin was designed for spongeapi 6.0.0-SNAPSHOT but version 5.2.0-SNAPSHOT-a3257a0 is in use. It may not work properly.
[11:03:37] [Server thread/TRACE] [FML/]: All mod requirements are satisfied
[11:03:37] [Server thread/TRACE] [FML/]: Sorting mods into an ordered list
[11:03:37] [Server thread/TRACE] [FML/]: Mod sorting completed successfully
[11:03:37] [Server thread/DEBUG] [FML/]: Mod sorting data
[11:03:37] [Server thread/DEBUG] [FML/]:     io.github.hsyyid.essentialcmds(EssentialCmds:@project.informativeVersion@): EssentialCmds-1.10.2-8.1.14-universal.jar ()
[11:03:37] [Server thread/DEBUG] [FML/]:     flexiblelogin(FlexibleLogin:0.12.3): FlexibleLogin.jar ()
[11:03:37] [Server thread/DEBUG] [FML/]:     pixelmon(Pixelmon:1.2.1): PixelmonGenerations-1.2.1(한글화).jar ()
[11:03:37] [Server thread/INFO] [FML/]: FML has found a non-mod file Spigot-CommandSigns.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[11:03:37] [Server thread/DEBUG] [FML/]: Loading @Config anotation data
[11:03:37] [Server thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp
[11:03:37] [Server thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.001s
[11:03:37] [Server thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/FML]: Using SLF4J as the default logging framework
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent0/FML]: java.nio.Buffer.address: available
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent0/FML]: sun.misc.Unsafe.theUnsafe: available
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent0/FML]: sun.misc.Unsafe.copyMemory: available
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent0/FML]: java.nio.Bits.unaligned: true
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: Platform: Windows
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: Java version: 8
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.noUnsafe: false
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: sun.misc.Unsafe: available
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.noJavassist: false
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: Javassist: unavailable
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes.  Please check the configuration for better performance.
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.tmpdir: C:\Users\Owner\AppData\Local\Temp (java.io.tmpdir)
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.bitMode: 64 (sun.arch.data.model)
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.PlatformDependent/FML]: -Dio.netty.noPreferDirect: false
[11:03:37] [Server thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists
[11:03:37] [Server thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection
[11:03:37] [Server thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)
[11:03:37] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, spongeapi, sponge, io.github.hsyyid.essentialcmds, flexiblelogin, pixelmon] at CLIENT
[11:03:37] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, spongeapi, sponge, io.github.hsyyid.essentialcmds, flexiblelogin, pixelmon] at SERVER
[11:03:37] [Server thread/DEBUG] [io.netty.util.internal.ThreadLocalRandom/FML]: -Dio.netty.initialSeedUniquifier: 0x35325a781f436850 (took 1 ms)
[11:03:37] [Server thread/DEBUG] [mixin/FML]: Mixing netty.MixinAbstractChannelHandlerContext from mixins.common.core.json into io.netty.channel.AbstractChannelHandlerContext
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/AbstractChannelHandlerContext$9 to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/AbstractChannelHandlerContext$10 to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/AbstractChannelHandlerContext$16 to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/AbstractChannelHandlerContext$17 to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/AbstractChannelHandlerContext$WriteAndFlushTask to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/AbstractChannelHandlerContext$WriteTask to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/AbstractChannelHandlerContext$AbstractWriteTask to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/util/internal/RecyclableMpscLinkedQueueNode to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/util/internal/MpscLinkedQueueNode to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/SucceededChannelFuture to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/ChannelFuture to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/channel/CompleteChannelFuture to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/util/concurrent/CompleteFuture to metadata cache
[11:03:37] [Server thread/TRACE] [mixin/FML]: Added class metadata for io/netty/util/concurrent/AbstractFuture to metadata cache
[11:03:37] [Server thread/DEBUG] [io.netty.buffer.ByteBufUtil/FML]: -Dio.netty.allocator.type: unpooled
[11:03:37] [Server thread/DEBUG] [io.netty.buffer.ByteBufUtil/FML]: -Dio.netty.threadLocalDirectBufferSize: 65536
[11:03:37] [Server thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 0.265s
[11:03:37] [Server thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge
[11:03:37] [Server thread/DEBUG] [Forge/Forge]: Preloading CrashReport Classes
[11:03:37] [Server thread/DEBUG] [Forge/Forge]:     net/minecraftforge/fml/client/SplashProgress$1
[11:03:37] [Server thread/DEBUG] [Forge/Forge]:     net/minecraftforge/fml/common/FMLCommonHandler$1
[11:03:37] [Server thread/DEBUG] [Forge/Forge]:     net/minecraftforge/fml/common/Loader$3
[11:03:37] [Server thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed
[11:03:37] [Server thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection
[11:03:37] [Server thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (12.18.3.2281)
[11:03:37] [Server thread/DEBUG] [FML/Forge]: Attempting to inject @Config classes into Forge for type INSTANCE
[11:03:37] [Server thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.011s
[11:03:37] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLConstructionEvent to mod spongeapi
[11:03:37] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLConstructionEvent to mod spongeapi
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SpongeAPI took 0.000s
[11:03:37] [Server thread/TRACE] [sponge/sponge]: Sending event FMLConstructionEvent to mod sponge
[11:03:37] [Server thread/TRACE] [sponge/sponge]: Sent event FMLConstructionEvent to mod sponge
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SpongeForge took 0.000s
[11:03:37] [Server thread/TRACE] [io.github.hsyyid.essentialcmds/io.github.hsyyid.essentialcmds]: Sending event FMLConstructionEvent to mod io.github.hsyyid.essentialcmds
[11:03:37] [Server thread/DEBUG] [FML/io.github.hsyyid.essentialcmds]: Attempting to inject @SidedProxy classes into io.github.hsyyid.essentialcmds
[11:03:37] [Server thread/TRACE] [io.github.hsyyid.essentialcmds/io.github.hsyyid.essentialcmds]: Sent event FMLConstructionEvent to mod io.github.hsyyid.essentialcmds
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: Construction - EssentialCmds took 0.078s
[11:03:37] [Server thread/TRACE] [flexiblelogin/flexiblelogin]: Sending event FMLConstructionEvent to mod flexiblelogin
[11:03:37] [Server thread/DEBUG] [FML/flexiblelogin]: Attempting to inject @SidedProxy classes into flexiblelogin
[11:03:37] [Server thread/TRACE] [flexiblelogin/flexiblelogin]: Sent event FMLConstructionEvent to mod flexiblelogin
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: Construction - FlexibleLogin took 0.023s
[11:03:37] [Server thread/TRACE] [pixelmon/pixelmon]: Sending event FMLConstructionEvent to mod pixelmon
[11:03:37] [Server thread/ERROR] [pixelmon/pixelmon]: The mod pixelmon is expecting signature b282c68c3ea73c056b41db40e1d7e022be3ea801 for source PixelmonGenerations-1.2.1(한글화).jar, however there is no signature matching that description
[11:03:37] [Server thread/TRACE] [FML/pixelmon]: Mod pixelmon is using network checker : Accepting version 1.2.1
[11:03:37] [Server thread/TRACE] [FML/pixelmon]: Testing mod pixelmon to verify it accepts its own version in a remote connection
[11:03:37] [Server thread/TRACE] [FML/pixelmon]: The mod pixelmon accepts its own version (1.2.1)
[11:03:37] [Server thread/DEBUG] [FML/pixelmon]: Attempting to inject @SidedProxy classes into pixelmon
[11:03:37] [Server thread/DEBUG] [FML/pixelmon]: Attempting to inject @EventBusSubscriber classes into the eventbus for pixelmon
[11:03:37] [Server thread/DEBUG] [FML/pixelmon]: Attempting to inject @Config classes into pixelmon for type INSTANCE
[11:03:37] [Server thread/TRACE] [pixelmon/pixelmon]: Sent event FMLConstructionEvent to mod pixelmon
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Pixelmon took 0.113s
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Finished: Construction took 0.492s
[11:03:37] [Server thread/DEBUG] [FML/]: Mod signature data
[11:03:37] [Server thread/DEBUG] [FML/]:      Valid Signatures:
[11:03:37] [Server thread/DEBUG] [FML/]:         (e3c3d50c7c986df74c645c0ac54639741c90a557) FML    (Forge Mod Loader    8.0.99.99)    [Forge]1.10.2-12.18.3.2281.jar
[11:03:37] [Server thread/DEBUG] [FML/]:         (e3c3d50c7c986df74c645c0ac54639741c90a557) Forge    (Minecraft Forge    12.18.3.2281)    [Forge]1.10.2-12.18.3.2281.jar
[11:03:37] [Server thread/DEBUG] [FML/]:      Missing Signatures:
[11:03:37] [Server thread/DEBUG] [FML/]:         mcp    (Minecraft Coder Pack    9.19)    minecraft.jar
[11:03:37] [Server thread/DEBUG] [FML/]:         spongeapi    (SpongeAPI    5.2.0-SNAPSHOT-a3257a0)    minecraft.jar
[11:03:37] [Server thread/DEBUG] [FML/]:         sponge    (SpongeForge    1.10.2-2281-5.2.0-BETA-2274)    spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[11:03:37] [Server thread/DEBUG] [FML/]:         io.github.hsyyid.essentialcmds    (EssentialCmds    @project.informativeVersion@)    EssentialCmds-1.10.2-8.1.14-universal.jar
[11:03:37] [Server thread/DEBUG] [FML/]:         flexiblelogin    (FlexibleLogin    0.12.3)    FlexibleLogin.jar
[11:03:37] [Server thread/DEBUG] [FML/]:         pixelmon    (Pixelmon    1.2.1)    PixelmonGenerations-1.2.1(한글화).jar
[11:03:37] [Server thread/INFO] [FML/]: Processing ObjectHolder annotations
[11:03:37] [Server thread/INFO] [FML/]: Found 423 ObjectHolder annotations
[11:03:37] [Server thread/INFO] [FML/]: Identifying ItemStackHolder annotations
[11:03:37] [Server thread/INFO] [FML/]: Found 0 ItemStackHolder annotations
[11:03:37] [Server thread/INFO] [FML/]: Applying holder lookups
[11:03:37] [Server thread/INFO] [FML/]: Holder lookups applied
[11:03:37] [Server thread/INFO] [FML/]: Applying holder lookups
[11:03:37] [Server thread/INFO] [FML/]: Holder lookups applied
[11:03:37] [Server thread/INFO] [FML/]: Applying holder lookups
[11:03:37] [Server thread/INFO] [FML/]: Holder lookups applied
[11:03:37] [Server thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp
[11:03:37] [Server thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.000s
[11:03:37] [Server thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML
[11:03:37] [Server thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.000s
[11:03:37] [Server thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge
[11:03:37] [Server thread/DEBUG] [mixin/Forge]: Mixing fml.common.eventhandler.MixinASMEventHandler from mixins.forge.preinit.json into net.minecraftforge.fml.common.eventhandler.ASMEventHandler
[11:03:37] [Server thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0
[11:03:37] [Server thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.058s
[11:03:37] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLPreInitializationEvent to mod spongeapi
[11:03:37] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLPreInitializationEvent to mod spongeapi
[11:03:37] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - SpongeAPI took 0.000s
[11:03:37] [Server thread/TRACE] [sponge/sponge]: Sending event FMLPreInitializationEvent to mod sponge
[11:03:37] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[11:03:37] [Server thread/DEBUG] [mixin/sponge]: Mixing api.event.MixinAbstractEvent from mixins.forge.core.json into org.spongepowered.api.event.impl.AbstractEvent
[11:03:37] [Server thread/DEBUG] [mixin/sponge]: Mixing server.management.MixinUserList from mixins.common.core.json into net.minecraft.server.management.UserList
[11:03:38] [Server thread/DEBUG] [mixin/sponge]: Mixing ai.MixinAbstractAITask from mixins.common.api.json into org.spongepowered.api.entity.ai.task.AbstractAITask
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/entity/ai/SpongeEntityAICommonSuperclass to metadata cache
[11:03:38] [Server thread/DEBUG] [mixin/sponge]: Mixing forge.common.MixinForgeChunkManager$Ticket from mixins.forge.core.json into net.minecraftforge.common.ForgeChunkManager$Ticket
[11:03:38] [Server thread/DEBUG] [mixin/sponge]: Mixing network.MixinNetworkManager from mixins.common.core.json into net.minecraft.network.NetworkManager
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/SimpleChannelInboundHandler to metadata cache
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/ChannelInboundHandlerAdapter to metadata cache
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/ChannelHandlerAdapter to metadata cache
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/ChannelHandler to metadata cache
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for io/netty/channel/ChannelInboundHandler to metadata cache
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/interfaces/IMixinNetworkManager to metadata cache
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/SpongeMinecraftVersion to metadata cache
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/common/ProtocolMinecraftVersion to metadata cache
[11:03:38] [Server thread/TRACE] [mixin/sponge]: Added class metadata for org/spongepowered/api/MinecraftVersion to metadata cache
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: HikariPool-1 - configuration:
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: allowPoolSuspension.............false
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: autoCommit......................true
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: catalog.........................null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: connectionInitSql...............null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: connectionTestQuery.............null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: connectionTimeout...............30000
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: dataSource......................null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: dataSourceClassName.............null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: dataSourceJNDI..................null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: dataSourceProperties............{password=<masked>}
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: driverClassName................."org.h2.Driver"
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: healthCheckProperties...........{}
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: healthCheckRegistry.............null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: idleTimeout.....................600000
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: initializationFailFast..........true
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: isolateInternalQueries..........false
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: jdbc4ConnectionTest.............false
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: jdbcUrl........................."jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database"
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: leakDetectionThreshold..........0
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: maxLifetime.....................1800000
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: maximumPoolSize.................9
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: metricRegistry..................null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: metricsTrackerFactory...........null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: minimumIdle.....................9
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: password........................<masked>
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: poolName........................"HikariPool-1"
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: readOnly........................false
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: registerMbeans..................false
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: scheduledExecutorService........null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: threadFactory...................null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: transactionIsolation............null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: username........................null
[11:03:38] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: validationTimeout...............5000
[11:03:38] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource/sponge]: HikariPool-1 - Started.
[11:03:38] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [Forge] Received version check data:
{
  "homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",
  "promos": {
    "1.10-latest": "12.18.0.2000",
    "1.10.2-latest": "12.18.3.2511",
    "1.10.2-recommended": "12.18.3.2185",
    "1.11-latest": "13.19.1.2199",
    "1.11-recommended": "13.19.1.2189",
    "1.11.2-latest": "13.20.1.2530",
    "1.11.2-recommended": "13.20.1.2386",
    "1.12-latest": "14.21.1.2443",
    "1.12-recommended": "14.21.1.2387",
    "1.12.1-latest": "14.22.1.2485",
    "1.12.1-recommended": "14.22.1.2478",
    "1.12.2-latest": "14.23.1.2558",
    "1.12.2-recommended": "14.23.1.2555",
    "1.5.2-latest": "7.8.1.738",
    "1.5.2-recommended": "7.8.1.737",
    "1.6.1-latest": "8.9.0.775",
    "1.6.2-latest": "9.10.1.871",
    "1.6.2-recommended": "9.10.1.871",
    "1.6.3-latest": "9.11.0.878",
    "1.6.4-latest": "9.11.1.1345",
    "1.6.4-recommended": "9.11.1.1345",
    "1.7.10-latest": "10.13.4.1614",
    "1.7.10-latest-1.7.10": "10.13.2.1343",
    "1.7.10-recommended": "10.13.4.1558",
    "1.7.2-latest": "10.12.2.1147",
    "1.7.2-recommended": "10.12.2.1121",
    "1.8-latest": "11.14.4.1577",
    "1.8-recommended": "11.14.4.1563",
    "1.8.8-latest": "11.15.0.1655",
    "1.8.9-latest": "11.15.1.2318",
    "1.8.9-recommended": "11.15.1.1722",
    "1.9-latest": "12.16.0.1942",
    "1.9-recommended": "12.16.1.1887",
    "1.9.4-latest": "12.17.0.2051",
    "1.9.4-recommended": "12.17.0.1976",
    "latest": "14.23.1.2558",
    "latest-1.7.10": "10.13.2.1343",
    "recommended": "14.23.1.2555"
  }
}
[11:03:38] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Found status: OUTDATED Target: 12.18.3.2511
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn1: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [Server thread/TRACE] [sponge/sponge]: Sent event FMLPreInitializationEvent to mod sponge
[11:03:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - SpongeForge took 0.999s
[11:03:38] [Server thread/TRACE] [io.github.hsyyid.essentialcmds/io.github.hsyyid.essentialcmds]: Sending event FMLPreInitializationEvent to mod io.github.hsyyid.essentialcmds
[11:03:38] [Server thread/TRACE] [io.github.hsyyid.essentialcmds/io.github.hsyyid.essentialcmds]: Sent event FMLPreInitializationEvent to mod io.github.hsyyid.essentialcmds
[11:03:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - EssentialCmds took 0.000s
[11:03:38] [Server thread/TRACE] [flexiblelogin/flexiblelogin]: Sending event FMLPreInitializationEvent to mod flexiblelogin
[11:03:38] [Server thread/TRACE] [flexiblelogin/flexiblelogin]: Sent event FMLPreInitializationEvent to mod flexiblelogin
[11:03:38] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - FlexibleLogin took 0.000s
[11:03:38] [Server thread/TRACE] [pixelmon/pixelmon]: Sending event FMLPreInitializationEvent to mod pixelmon
[11:03:38] [Server thread/INFO] [Pixelmon/pixelmon]: Loading Pixelmon version 1.2.1
[11:03:38] [HikariPool-1 housekeeper/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0)
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn2: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn3: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn4: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn5: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn6: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn7: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn8: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn9: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:38] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - After adding stats (total=9, active=0, idle=9, waiting=0)
[11:03:43] [Server thread/DEBUG] [mixin/pixelmon]: Mixing world.gen.structure.MixinMapGenStructure from mixins.common.core.json into net.minecraft.world.gen.structure.MapGenStructure
[11:03:43] [Server thread/TRACE] [mixin/pixelmon]: Added class metadata for org/spongepowered/common/world/gen/InternalPopulatorTypes to metadata cache
[11:03:43] [Server thread/TRACE] [mixin/pixelmon]: Added class metadata for it/unimi/dsi/fastutil/objects/ObjectCollection to metadata cache
[11:03:43] [Server thread/TRACE] [mixin/pixelmon]: Added class metadata for net/minecraft/world/gen/structure/StructureStart to metadata cache
[11:03:43] [Server thread/TRACE] [mixin/pixelmon]: Added class metadata for net/minecraft/world/gen/structure/StructureBoundingBox to metadata cache
[11:03:43] [Server thread/TRACE] [mixin/pixelmon]: Added class metadata for it/unimi/dsi/fastutil/objects/ObjectIterator to metadata cache
[11:03:43] [Server thread/DEBUG] [mixin/pixelmon]: Mixing world.gen.MixinMapGenBase from mixins.common.core.json into net.minecraft.world.gen.MapGenBase
[11:03:43] [Server thread/TRACE] [mixin/pixelmon]: Added class metadata for org/spongepowered/common/util/gen/ChunkBufferPrimer to metadata cache
[11:03:44] [Server thread/INFO] [Pixelmon/pixelmon]: Loading TM/HMs.
[11:03:44] [Server thread/INFO] [Pixelmon/pixelmon]: Extracting database.
[11:03:44] [Server thread/INFO] [Pixelmon/pixelmon]: Loading database driver.
[11:03:44] [Server thread/INFO] [Pixelmon/pixelmon]: Establishing connection.
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Bulbasaur STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Squirtle STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Charmander STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Chikorita STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Totodile STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Cyndaquil STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Treecko STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Mudkip STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Torchic STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Turtwig STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Piplup STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Chimchar STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Snivy STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Oshawott STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Tepig STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Chespin STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Froakie STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Fennekin STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Rowlet STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Popplio STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:<clinit>:36]: Loaded Litten STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:18]: SET NEW STARTER LIST
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Bulbasaur STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Squirtle STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Charmander STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Chikorita STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Totodile STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Cyndaquil STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Treecko STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Mudkip STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Torchic STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Turtwig STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Piplup STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Chimchar STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Snivy STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Oshawott STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Tepig STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Chespin STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Froakie STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Fennekin STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Rowlet STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Popplio STARTER
[11:03:46] [Server thread/INFO] [STDOUT/pixelmon]: [com.pixelmonmod.pixelmon.config.StarterList:setStarterList:21]: Loaded Litten STARTER
[11:03:47] [Server thread/DEBUG] [mixin/pixelmon]: Mixing fml.common.registry.MixinEntityRegistry from mixins.forge.core.json into net.minecraftforge.fml.common.registry.EntityRegistry
[11:03:47] [Server thread/TRACE] [mixin/pixelmon]: Added class metadata for org/spongepowered/common/SpongeCatalogType$Translatable to metadata cache
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Trainer as pixelmon.Trainer
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Hallwoeen as pixelmon.Hallwoeen
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Trader as pixelmon.Trader
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Pixelmon as pixelmon.Pixelmon
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Statue as pixelmon.Statue
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity ChattingNPC as pixelmon.ChattingNPC
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Relearner as pixelmon.Relearner
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Tutor as pixelmon.Tutor
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Pokeball as pixelmon.Pokeball
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Hook as pixelmon.Hook
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity EntityChairMount as pixelmon.EntityChairMount
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity NurseJoy as pixelmon.NurseJoy
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity Shopkeeper as pixelmon.Shopkeeper
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity PixelmonPainting as pixelmon.PixelmonPainting
[11:03:47] [Server thread/TRACE] [FML/pixelmon]: Automatically registered mod pixelmon entity OccupiedPokeball as pixelmon.OccupiedPokeball
[11:03:47] [Server thread/TRACE] [pixelmon/pixelmon]: Sent event FMLPreInitializationEvent to mod pixelmon
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Pixelmon took 8.533s
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 9.592s
[11:03:47] [Server thread/INFO] [FML/]: Applying holder lookups
[11:03:47] [Server thread/INFO] [FML/]: Holder lookups applied
[11:03:47] [Server thread/INFO] [FML/]: Injecting itemstacks
[11:03:47] [Server thread/INFO] [FML/]: Itemstack injection complete
[11:03:47] [Server thread/DEBUG] [io.netty.channel.MultithreadEventLoopGroup/]: -Dio.netty.eventLoopThreads: 8
[11:03:47] [Server thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.noKeySetOptimization: false
[11:03:47] [Server thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.selectorAutoRebuildThreshold: 512
[11:03:47] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4fdf07b6
[11:03:47] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5659788a
[11:03:47] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@62fe32f0
[11:03:47] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@69af7f17
[11:03:47] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5e7a3723
[11:03:47] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@437a994e
[11:03:47] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@50004a63
[11:03:47] [Server thread/TRACE] [io.netty.channel.nio.NioEventLoop/]: Instrumented an optimized java.util.Set into: sun.nio.ch.WindowsSelectorImpl@42c5d0b3
[11:03:47] [Server thread/DEBUG] [io.netty.util.NetUtil/]: Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
[11:03:47] [Server thread/DEBUG] [io.netty.util.NetUtil/]: \proc\sys\net\core\somaxconn: 200 (non-existent)
[11:03:47] [Server thread/WARN] [FML/]: Can't revert to frozen GameData state without freezing first.
[11:03:47] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp
[11:03:47] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s
[11:03:47] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML
[11:03:47] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s
[11:03:47] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge
[11:03:47] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Forge took 0.000s
[11:03:47] [Server thread/TRACE] [spongeapi/spongeapi]: Sending event FMLServerStoppedEvent to mod spongeapi
[11:03:47] [Server thread/TRACE] [spongeapi/spongeapi]: Sent event FMLServerStoppedEvent to mod spongeapi
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - SpongeAPI took 0.000s
[11:03:47] [Server thread/TRACE] [sponge/sponge]: Sending event FMLServerStoppedEvent to mod sponge
[11:03:47] [Server thread/INFO] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Close initiated...
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Before closing stats (total=9, active=0, idle=9, waiting=0)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn1: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn2: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn3: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn4: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn5: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn6: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn7: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn8: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [HikariPool-1 connection closer/DEBUG] [com.zaxxer.hikari.pool.PoolBase/sponge]: HikariPool-1 - Closing connection conn9: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=: (connection evicted)
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - After closing stats (total=0, active=0, idle=0, waiting=0)
[11:03:47] [Server thread/INFO] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Closed.
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: HikariPool-2 - configuration:
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: allowPoolSuspension.............false
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: autoCommit......................true
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: catalog.........................null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: connectionInitSql...............null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: connectionTestQuery.............null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: connectionTimeout...............30000
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: dataSource......................null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: dataSourceClassName.............null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: dataSourceJNDI..................null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: dataSourceProperties............{password=<masked>}
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: driverClassName................."org.h2.Driver"
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: healthCheckProperties...........{}
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: healthCheckRegistry.............null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: idleTimeout.....................600000
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: initializationFailFast..........true
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: isolateInternalQueries..........false
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: jdbc4ConnectionTest.............false
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: jdbcUrl........................."jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database"
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: leakDetectionThreshold..........0
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: maxLifetime.....................1800000
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: maximumPoolSize.................9
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: metricRegistry..................null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: metricsTrackerFactory...........null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: minimumIdle.....................9
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: password........................<masked>
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: poolName........................"HikariPool-2"
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: readOnly........................false
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: registerMbeans..................false
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: scheduledExecutorService........null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: threadFactory...................null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: transactionIsolation............null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: username........................null
[11:03:47] [Server thread/DEBUG] [com.zaxxer.hikari.HikariConfig/sponge]: validationTimeout...............5000
[11:03:47] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource/sponge]: HikariPool-2 - Started.
[11:03:47] [HikariPool-2 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-2 - Added connection conn14: url=jdbc:h2://C:\Users\Owner\Desktop\프리루트_1.10.2_모드버킷_2274\config\flexiblelogin\database user=
[11:03:47] [Server thread/TRACE] [sponge/sponge]: Sent event FMLServerStoppedEvent to mod sponge
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - SpongeForge took 0.024s
[11:03:47] [Server thread/TRACE] [io.github.hsyyid.essentialcmds/io.github.hsyyid.essentialcmds]: Sending event FMLServerStoppedEvent to mod io.github.hsyyid.essentialcmds
[11:03:47] [Server thread/TRACE] [io.github.hsyyid.essentialcmds/io.github.hsyyid.essentialcmds]: Sent event FMLServerStoppedEvent to mod io.github.hsyyid.essentialcmds
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - EssentialCmds took 0.000s
[11:03:47] [Server thread/TRACE] [flexiblelogin/flexiblelogin]: Sending event FMLServerStoppedEvent to mod flexiblelogin
[11:03:47] [Server thread/TRACE] [flexiblelogin/flexiblelogin]: Sent event FMLServerStoppedEvent to mod flexiblelogin
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - FlexibleLogin took 0.000s
[11:03:47] [Server thread/TRACE] [pixelmon/pixelmon]: Sending event FMLServerStoppedEvent to mod pixelmon
[11:03:47] [Server thread/TRACE] [pixelmon/pixelmon]: Sent event FMLServerStoppedEvent to mod pixelmon
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Pixelmon took 0.000s
[11:03:47] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStopped took 0.026s
[11:03:47] [Server thread/INFO] [FML/]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
[11:03:47] [Server thread/INFO] [FML/]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.

이렇게떠요

epgpddlt
2017.12.03

저 ip를 적으면 오류가떴다해야하나? 실행이안돼여 어떻게해야하나요?

청우
2017.12.15

[19:19:35 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[19:19:35 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[19:19:35 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[19:19:35 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[19:19:36 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_151, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_151
[19:19:36 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[19:19:36 WARN]: The following coremods do not have a @MCVersion annotation. They may cause problems if this is not the correct version of Minecraft for them.
[19:19:36 WARN]: Missing @MCVersion: codechicken.core.launch.DepLoader  com.dynious.versionchecker.asm.LoadingPlugin
[19:19:36 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:19:36 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[19:19:36 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:19:36 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:19:36 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:19:37 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:19:37 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:19:38 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:19:38 INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of CodeChickenLib, 1.1.3.138 is newer than request 1.1.3.127
[19:19:38 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:19:38 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[19:19:38 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[19:19:38 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[19:19:38 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[19:19:43 INFO]: Starting minecraft server version 1.7.10
[19:19:44 INFO]: Attempting early MinecraftForge initialization
[19:19:44 INFO]: MinecraftForge v10.13.4.1614 Initialized
[19:19:44 INFO]: Replaced 184 ore recipies
[19:19:44 INFO]: Completed early MinecraftForge initialization
[19:19:44 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[19:19:44 INFO]: Searching C:\Users\김훈\Desktop\minecraft\프리루트_1.7.10_모드버킷_Thermos_1558_57\mods for mods
[19:19:44 INFO]: Also searching C:\Users\김훈\Desktop\minecraft\프리루트_1.7.10_모드버킷_Thermos_1558_57\mods\1.7.10 for mods
[19:19:45 INFO]: Mod energydrink is missing the required element 'name'. Substituting energydrink
[19:19:45 WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[19:19:45 WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[19:19:45 WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[19:19:45 INFO]: Forge Mod Loader has identified 11 mods to load
[19:19:45 INFO]: FML has found a non-mod file [1.7.10] IdFixer 1.0.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:19:45 INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[19:19:45 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs, energydrink, ForgeMicroblock, ForgeMultipart, McMultipart, mw, VersionChecker] at CLIENT
[19:19:45 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs, energydrink, ForgeMicroblock, ForgeMultipart, McMultipart, mw, VersionChecker] at SERVER
[19:19:46 INFO]: Processing ObjectHolder annotations
[19:19:46 INFO]: Found 341 ObjectHolder annotations
[19:19:46 INFO]: Identifying ItemStackHolder annotations
[19:19:46 INFO]: Found 0 ItemStackHolder annotations
[19:19:46 INFO]: Configured a dormant chunk cache size of 0
[19:19:47 WARN]: [19:19:47][FINE][noppes.npcs.LogWriter:71] Fri Dec 15 19:19:47 KST 2017

[19:19:47 WARN]: [19:19:47][FINE][noppes.npcs.controllers.ScriptController:60] Script Engines Available:

[19:19:47 WARN]: [19:19:47][FINE][noppes.npcs.controllers.ScriptController:66] Scala: .scala

[19:19:47 INFO]: Bukkit permissions enabled
[19:19:47 INFO]: Permissions available:
[19:19:47 INFO]: customnpcs.edit.blocks
[19:19:47 INFO]: customnpcs.edit.villager
[19:19:47 INFO]: customnpcs.global.bank
[19:19:47 INFO]: customnpcs.global.dialog
[19:19:47 INFO]: customnpcs.global.faction
[19:19:47 INFO]: customnpcs.global.linked
[19:19:47 INFO]: customnpcs.global.naturalspawn
[19:19:47 INFO]: customnpcs.global.playerdata
[19:19:47 INFO]: customnpcs.global.quest
[19:19:47 INFO]: customnpcs.global.recipe
[19:19:47 INFO]: customnpcs.global.transport
[19:19:47 INFO]: customnpcs.npc.advanced
[19:19:47 INFO]: customnpcs.npc.ai
[19:19:47 INFO]: customnpcs.npc.clone
[19:19:47 INFO]: customnpcs.npc.create
[19:19:47 INFO]: customnpcs.npc.delete
[19:19:47 INFO]: customnpcs.npc.display
[19:19:47 INFO]: customnpcs.npc.freeze
[19:19:47 INFO]: customnpcs.npc.gui
[19:19:47 INFO]: customnpcs.npc.inventory
[19:19:47 INFO]: customnpcs.npc.reset
[19:19:47 INFO]: customnpcs.npc.stats
[19:19:47 INFO]: customnpcs.soulstone.all
[19:19:47 INFO]: customnpcs.spawner.create
[19:19:47 INFO]: customnpcs.spawner.mob
[19:19:47 INFO]: customnpcs.tool.mounter
[19:19:47 INFO]: customnpcs.tool.pather
[19:19:47 INFO]: customnpcs.tool.scripter
[19:19:51 INFO]: Applying holder lookups
[19:19:51 INFO]: Holder lookups applied
[19:19:51 INFO]: Injecting itemstacks
[19:19:51 INFO]: Itemstack injection complete
[19:19:51 INFO]: Loading properties
[19:19:51 INFO]: Default game type: SURVIVAL
[19:19:51 INFO]: This server is running Cauldron version 1.7.10-1614.57 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[19:19:51 INFO]: Server Ping Player Sample Count: 12
[19:19:51 INFO]: Using 4 threads for Netty based IO
[19:19:51 INFO]: Generating keypair
[19:19:52 INFO]: Starting Minecraft server on 25.22.177.51:25565
[19:19:52 INFO]: Received version check from mod VersionChecker
[19:19:52 ERROR]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
[19:19:52 ERROR]:
        States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
        UCHI    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
        UCHI    FML{7.10.99.99} [Forge Mod Loader] ([Thermos]1.7.10_1558-57.jar)
        UCHI    Forge{10.13.4.1614} [Minecraft Forge] ([Thermos]1.7.10_1558-57.jar)
        UCHI    kimagine{0.2} [KImagine] (minecraft.jar)
        UCHI    customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
        UCHE    energydrink{2.0} [energydrink] (energydrink-2.0.jar)
        UCHI    ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
        UCHI    McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
        UCHI    mw{1.9} [Modern Warfare] (mw-1.9_mc1.7.10.jar)
        UCHI    VersionChecker{1.1.9} [Version Checker] (VersionChecker-1.1.9.jar)
        UCHI    ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
[19:19:52 ERROR]: The following problems were captured during this phase
[19:19:52 ERROR]: Caught exception from energydrink
java.lang.NoSuchMethodError: com.energydrinks.energydrinksmod.DrinkMonster.func_77662_d()Z
        at com.energydrinks.energydrinksmod.DrinkMonster.<init>(DrinkMonster.java:21) ~[DrinkMonster.class:?]
        at com.energydrinks.energydrinksmod.EnergyDrinksMod.load(EnergyDrinksMod.java:59) ~[EnergyDrinksMod.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.57]
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.57]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.57]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:1.7.10-1614.57]
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:1.7.10-1614.57]
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) [FMLServerHandler.class:1.7.10-1614.57]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324) [FMLCommonHandler.class:1.7.10-1614.57]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:288) [lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
[19:19:52 ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: com.energydrinks.energydrinksmod.DrinkMonster.func_77662_d()Z

        at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) ~[LoadController.class:1.7.10-1614.57]
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739) ~[Loader.class:1.7.10-1614.57]
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:1.7.10-1614.57]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324) ~[FMLCommonHandler.class:1.7.10-1614.57]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:288) ~[lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
Caused by: java.lang.NoSuchMethodError: com.energydrinks.energydrinksmod.DrinkMonster.func_77662_d()Z
        at com.energydrinks.energydrinksmod.DrinkMonster.<init>(DrinkMonster.java:21) ~[DrinkMonster.class:?]
        at com.energydrinks.energydrinksmod.EnergyDrinksMod.load(EnergyDrinksMod.java:59) ~[EnergyDrinksMod.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.57]
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.57]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.57]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:1.7.10-1614.57]
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) ~[Loader.class:1.7.10-1614.57]
        ... 5 more
[19:19:52 ERROR]:       Cause of unexpected exception was
java.lang.NoSuchMethodError: com.energydrinks.energydrinksmod.DrinkMonster.func_77662_d()Z
        at com.energydrinks.energydrinksmod.DrinkMonster.<init>(DrinkMonster.java:21) ~[DrinkMonster.class:?]
        at com.energydrinks.energydrinksmod.EnergyDrinksMod.load(EnergyDrinksMod.java:59) ~[EnergyDrinksMod.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[FMLModContainer.class:1.7.10-1614.57]
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:1.7.10-1614.57]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:1.7.10-1614.57]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[server-1.7.10.jar:?]
        at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-1.7.10.jar:?]
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) ~[LoadController.class:1.7.10-1614.57]
        at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) ~[Loader.class:1.7.10-1614.57]
        at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:1.7.10-1614.57]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:324) ~[FMLCommonHandler.class:1.7.10-1614.57]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:288) ~[lt.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
[19:19:52 ERROR]: This crash report has been saved to: C:\Users\김훈\Desktop\minecraft\프리루트_1.7.10_모드버킷_Thermos_1558_57\.\crash-reports\crash-2017-12-15_19.19.52-server.txt
[19:19:52 WARN]: Can't revert to frozen GameData state without freezing first.
[19:19:52 INFO]: Applying holder lookups
[19:19:52 INFO]: Holder lookups applied
[19:19:52 INFO]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
[19:19:52 INFO]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
계속하려면 아무 키나 누르십시오 . . .

우드위치
2017.12.19

저 다른건 다 됬는데 Done 뜨고 이상한게 뜨네요 이거에 대해서 아시는 분 답변 부탁드립니다.

[18:58:41 INFO]: Done (6.436s)! For help, type "help" or "?"
[18:58:41 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[18:58:41 INFO]: Hey, you don't have a server icon! Try out one of Thermos' Icon Generators at https://github.com/CyberdyneCC/ThermosIconGenerators !
[18:58:41 INFO]: [Thermos] Refusing to lock affinity, disabled in cauldron.yml
[18:58:43 WARN]: Error occured during retriving version
java.lang.Throwable
        at thermos.TLog.log(TLog.java:30) [TLog.class:1.7.10-1614.57]
        at thermos.TLog.warning(TLog.java:41) [TLog.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.uncaughtException(TVersionRetriever.java:111) [TVersionRetriever.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.check(TVersionRetriever.java:105) [TVersionRetriever.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.run(TVersionRetriever.java:69) [TVersionRetriever.class:1.7.10-1614.57]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
Caused by: org.json.simple.parser.ParseException
        at org.json.simple.parser.Yylex.yylex(Unknown Source) ~[Yylex.class:?]
        at org.json.simple.parser.JSONParser.nextToken(Unknown Source) ~[JSONParser.class:?]
        at org.json.simple.parser.JSONParser.parse(Unknown Source) ~[JSONParser.class:?]
        at org.json.simple.parser.JSONParser.parse(Unknown Source) ~[JSONParser.class:?]
        at thermos.updater.TVersionRetriever.check(TVersionRetriever.java:95) ~[TVersionRetriever.class:1.7.10-1614.57]
        ... 2 more

캡처.PNG

 

lotte
2017.12.20


┍───────────────────────────────


│   프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│   프리루트의 구동기가 서버에 이용할 자바를 자동으로
│      탐지하고 있습니다. 잠시만 기다려주세요 :D


│  * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│                    서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Unknown Source)
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
Caused by: java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader
        at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
        ... 6 more
계속하려면 아무 키나 누르십시오 . . . 라고 뜨는데 방안이 있을까요

samadal
2018.08.02
@lotte

저도 안되네요 해결 하셧나요?

신진하
2018.01.02

[19:46:47] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:46:47] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:46:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[19:46:47] [main/INFO] [FML]: Forge Mod Loader version 14.21.0.2331 for Minecraft 1.12 loading
[19:46:47] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_151, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_151
[19:46:48] [main/INFO] [FML]: Failed to find the specified repository root C:/Users/FreeRoute/Downloads/스폰지_1.12_모드버킷/libraries
[19:46:48] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12-2331-7.0.0-BETA-2415.jar
[19:46:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:46:48] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[19:46:48] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.6.10 Source=file:/C:/Users/USER/Desktop/스폰지_1.12_모드버킷_7.0.0-베타-2415/mods/spongeforge-1.12-2331-7.0.0-BETA-2415.jar Env=SERVER
[19:46:48] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[19:46:48] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[19:46:48] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[19:46:48] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[19:46:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:46:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:46:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[19:46:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:46:49] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[19:46:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[19:46:49] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[19:46:49] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@1d94a58
[19:46:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[19:46:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:46:49] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[19:46:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[19:46:49] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[19:46:52] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[19:47:03] [Server thread/INFO]: Starting minecraft server version 1.12
[19:47:05] [Server thread/INFO] [FML]: MinecraftForge v14.21.0.2331 Initialized
[19:47:05] [Server thread/INFO] [FML]: Replaced 921 ore ingredients
[19:47:05] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/C:/Users/USER/Desktop/스폰지_1.12_모드버킷_7.0.0-베타-2415/mods/spongeforge-1.12-2331-7.0.0-BETA-2415.jar!/mcmod.info
[19:47:05] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION'
[19:47:07] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.LAST_DAMAGE
[19:47:07] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.key.Keys.PARROT_VARIANT
[19:47:08] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[19:47:08] [Server thread/INFO] [FML]: Searching C:\Users\USER\Desktop\스폰지_1.12_모드버킷_7.0.0-베타-2415\mods for mods
[19:47:08] [Server thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to load
[19:47:08] [Server thread/WARN] [FML]: Missing English translation for minecraft: minecraft.jar (지정된 파일을 찾을 수  없습니다)
[19:47:08] [Server thread/WARN] [FML]: Missing English translation for mcp: minecraft.jar (지정된 파일을 찾을 수 없습니 다)
[19:47:08] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[19:47:08] [Server thread/WARN] [FML]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
[19:47:08] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge] at CLIENT
[19:47:08] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge] at SERVER
[19:47:08] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[19:47:08] [Server thread/INFO] [FML]: Found 464 ObjectHolder annotations
[19:47:08] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[19:47:08] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[19:47:08] [Server thread/INFO] [FML]: Applying holder lookups
[19:47:08] [Server thread/INFO] [FML]: Holder lookups applied
[19:47:08] [Server thread/INFO] [FML]: Applying holder lookups
[19:47:08] [Server thread/INFO] [FML]: Holder lookups applied
[19:47:08] [Server thread/INFO] [FML]: Applying holder lookups
[19:47:08] [Server thread/INFO] [FML]: Holder lookups applied
[19:47:08] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[19:47:08] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[19:47:09] [Forge Version Check/INFO] [ForgeVersionCheck]: [forge] Found status: OUTDATED Target: 14.21.1.2387
[19:47:09] [Server thread/INFO] [FML]: Applying holder lookups
[19:47:09] [Server thread/INFO] [FML]: Holder lookups applied
[19:47:09] [Server thread/INFO] [FML]: Injecting itemstacks
[19:47:09] [Server thread/INFO] [FML]: Itemstack injection complete
[19:47:09] [Server thread/INFO]: Loading properties
[19:47:09] [Server thread/INFO]: Default game type: SURVIVAL
[19:47:09] [Server thread/INFO]: Generating keypair
[19:47:09] [Server thread/INFO]: Starting Minecraft server on 25.20.66.167:25565
[19:47:09] [Server thread/INFO]: Using default channel type
[19:47:09] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[19:47:09] [Server thread/WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[19:47:09] [Server thread/WARN]: Perhaps a server is already running on that port?
[19:47:09] [Server thread/INFO]: Stopping server
[19:47:09] [Server thread/INFO]: Saving worlds
[19:47:09] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
[19:47:09] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[19:47:09] [Server Shutdown Thread/INFO]: Stopping server
[19:47:09] [Server Shutdown Thread/INFO]: Saving worlds
> 계속하려면 아무 키나 누르십시오 . . .
모드를 적용하면 이렇게뜨고 서버가 열리지않아요

ss.png

모드는 커스텀npc, 가구모드 넣었어요

c98****
2018.01.05

DONE 뜨고  그 밑에 또 다른게 뜨는데 ....2more이라고 떠요

마하아리
2018.01.06


┍───────────────────────────────


│   프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│   프리루트의 구동기가 서버에 이용할 자바를 자동으로
│      탐지하고 있습니다. 잠시만 기다려주세요 :D


│  * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│                    서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
[SMC FNE]transforming aji net.minecraft.block.Block
[SMC FNE] 65109 (+0)
[SMC FNE]transforming abh net.minecraft.item.ItemBlock
[SMC FNE] 4222 (+0)
[18:22:38 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[18:22:39 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_151, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_151
[18:22:39 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[18:22:39 INFO]: Loading tweaker shadersmodcore.loading.SMCTweaker from ShadersModCore-v2.3.31-mc1.7.10-f.jar
[18:22:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Loading tweak class name shadersmodcore.loading.SMCTweaker
[18:22:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:40 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:40 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:41 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:41 INFO]: Calling tweak class shadersmodcore.loading.SMCTweaker
[18:22:41 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:41 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:41 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[18:22:46 INFO]: Starting minecraft server version 1.7.10
[18:22:46 INFO]: Attempting early MinecraftForge initialization
[18:22:46 INFO]: MinecraftForge v10.13.4.1614 Initialized
[18:22:46 INFO]: Replaced 183 ore recipies
[18:22:46 INFO]: Completed early MinecraftForge initialization
[18:22:46 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[18:22:46 INFO]: Searching C:\Users\KangDS\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[18:22:46 INFO]: Also searching C:\Users\KangDS\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10 for mods
[18:22:46 INFO]: Forge Mod Loader has identified 5 mods to load
[18:22:46 INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.127-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:22:46 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs] at CLIENT
[18:22:46 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs] at SERVER
[18:22:47 INFO]: Processing ObjectHolder annotations
[18:22:47 INFO]: Found 341 ObjectHolder annotations
[18:22:47 INFO]: Identifying ItemStackHolder annotations
[18:22:47 INFO]: Found 0 ItemStackHolder annotations
[18:22:47 INFO]: Configured a dormant chunk cache size of 0
[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.LogWriter:71] Sat Jan 06 18:22:47 KST 2018

[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.controllers.ScriptController:60] Script Engines Available:

[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.controllers.ScriptController:66] Scala: .scala

[18:22:47 INFO]: Bukkit permissions enabled
[18:22:47 INFO]: Permissions available:
[18:22:47 INFO]: customnpcs.edit.blocks
[18:22:47 INFO]: customnpcs.edit.villager
[18:22:47 INFO]: customnpcs.global.bank
[18:22:47 INFO]: customnpcs.global.dialog
[18:22:47 INFO]: customnpcs.global.faction
[18:22:47 INFO]: customnpcs.global.linked
[18:22:47 INFO]: customnpcs.global.naturalspawn
[18:22:47 INFO]: customnpcs.global.playerdata
[18:22:47 INFO]: customnpcs.global.quest
[18:22:47 INFO]: customnpcs.global.recipe
[18:22:47 INFO]: customnpcs.global.transport
[18:22:47 INFO]: customnpcs.npc.advanced
[18:22:47 INFO]: customnpcs.npc.ai
[18:22:47 INFO]: customnpcs.npc.clone
[18:22:47 INFO]: customnpcs.npc.create
[18:22:47 INFO]: customnpcs.npc.delete
[18:22:47 INFO]: customnpcs.npc.display
[18:22:47 INFO]: customnpcs.npc.freeze
[18:22:47 INFO]: customnpcs.npc.gui
[18:22:47 INFO]: customnpcs.npc.inventory
[18:22:47 INFO]: customnpcs.npc.reset
[18:22:47 INFO]: customnpcs.npc.stats
[18:22:47 INFO]: customnpcs.soulstone.all
[18:22:47 INFO]: customnpcs.spawner.create
[18:22:47 INFO]: customnpcs.spawner.mob
[18:22:47 INFO]: customnpcs.tool.mounter
[18:22:47 INFO]: customnpcs.tool.pather
[18:22:47 INFO]: customnpcs.tool.scripter
[18:22:47 INFO]: Applying holder lookups
[18:22:47 INFO]: Holder lookups applied
[18:22:47 INFO]: Injecting itemstacks
[18:22:47 INFO]: Itemstack injection complete
[18:22:47 INFO]: Loading properties
[18:22:47 INFO]: Default game type: SURVIVAL
[18:22:48 INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[18:22:48 INFO]: Server Ping Player Sample Count: 12
[18:22:48 INFO]: Using 4 threads for Netty based IO
[18:22:48 INFO]: Generating keypair
[18:22:48 INFO]: Starting Minecraft server on *:25565
[18:22:48 INFO]: Injecting itemstacks
[18:22:48 INFO]: Itemstack injection complete
[18:22:48 INFO]: Forge Mod Loader has successfully loaded 5 mods
[18:22:48 WARN]: [18:22:48][FINE][noppes.npcs.controllers.LinkedNpcController:43] Loading Linked Npcs

[18:22:48 WARN]: [18:22:48][FINE][noppes.npcs.controllers.LinkedNpcController:63] Done loading Linked Npcs

[18:22:48 INFO]: Preparing level "world"
[18:22:48 INFO]: Registered command debug with permission node vanilla.command.debug
[18:22:48 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[18:22:48 INFO]: Registered command playsound with permission node vanilla.command.playsound
[18:22:48 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[18:22:48 INFO]: Registered command achievement with permission node vanilla.command.achievement
[18:22:48 INFO]: Registered command summon with permission node vanilla.command.summon
[18:22:48 INFO]: Registered command setblock with permission node vanilla.command.setblock
[18:22:48 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[18:22:48 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[18:22:48 INFO]: Registered command netstat with permission node vanilla.command.netstat
[18:22:48 INFO]: This world was saved with mod Forge version 10.13.4.1517 and it is now at version 10.13.4.1614, things may not work well
[18:22:48 ERROR]: This world was saved with mod cfm which appears to be missing, things may not work well
[18:22:48 INFO]: Injecting existing block and item data into this server instance
[18:22:48 INFO]: Found a missing id from the world cfm:countersink
[18:22:48 INFO]: Found a missing id from the world cfm:coffetablewood
[18:22:48 INFO]: Found a missing id from the world cfm:ceilinglighton
[18:22:48 INFO]: Found a missing id from the world cfm:doorbell
[18:22:48 INFO]: Found a missing id from the world cfm:freezer
[18:22:48 INFO]: Found a missing id from the world cfm:couch
[18:22:48 INFO]: Found a missing id from the world cfm:bath2
[18:22:48 INFO]: Found a missing id from the world cfm:bath1
[18:22:48 INFO]: Found a missing id from the world cfm:computer
[18:22:48 INFO]: Found a missing id from the world cfm:lampon
[18:22:48 INFO]: Found a missing id from the world cfm:cookiejar
[18:22:48 INFO]: Found a missing id from the world cfm:cup
[18:22:48 INFO]: Found a missing id from the world cfm:curtainon
[18:22:48 INFO]: Found a missing id from the world cfm:chairstone
[18:22:48 INFO]: Found a missing id from the world cfm:blindoff
[18:22:48 INFO]: Found a missing id from the world cfm:tv
[18:22:48 INFO]: Found a missing id from the world cfm:oven
[18:22:48 INFO]: Found a missing id from the world cfm:stereo
[18:22:48 INFO]: Found a missing id from the world cfm:wallcabinet
[18:22:48 INFO]: Found a missing id from the world cfm:microwave
[18:22:48 INFO]: Found a missing id from the world cfm:hey
[18:22:48 INFO]: Found a missing id from the world cfm:toilet
[18:22:48 INFO]: Found a missing id from the world cfm:mailbox
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadon
[18:22:48 INFO]: Found a missing id from the world cfm:electricfence
[18:22:48 INFO]: Found a missing id from the world cfm:lampoff
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmoff
[18:22:48 INFO]: Found a missing id from the world cfm:dishwasher
[18:22:48 INFO]: Found a missing id from the world cfm:coffetablestone
[18:22:48 INFO]: Found a missing id from the world cfm:blender
[18:22:48 INFO]: Found a missing id from the world cfm:bedsidecabinet
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadoff
[18:22:48 INFO]: Found a missing id from the world cfm:counterdoored
[18:22:48 INFO]: Found a missing id from the world cfm:cabinet
[18:22:48 INFO]: Found a missing id from the world cfm:whiteGlass
[18:22:48 INFO]: Found a missing id from the world cfm:blindon
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmon
[18:22:48 INFO]: Found a missing id from the world cfm:bin
[18:22:48 INFO]: Found a missing id from the world cfm:stonepath
[18:22:48 INFO]: Found a missing id from the world cfm:tablestone
[18:22:48 INFO]: Found a missing id from the world cfm:yellowGlow
[18:22:48 INFO]: Found a missing id from the world cfm:tap
[18:22:48 INFO]: Found a missing id from the world cfm:washingmachine
[18:22:48 INFO]: Found a missing id from the world cfm:ovenoverhead
[18:22:48 INFO]: Found a missing id from the world cfm:tablewood
[18:22:48 INFO]: Found a missing id from the world cfm:plate
[18:22:48 INFO]: Found a missing id from the world cfm:hedge
[18:22:48 INFO]: Found a missing id from the world cfm:barstool
[18:22:48 INFO]: Found a missing id from the world cfm:chairwood
[18:22:48 INFO]: Found a missing id from the world cfm:toaster
[18:22:48 INFO]: Found a missing id from the world cfm:kitchencabinet
[18:22:48 INFO]: Found a missing id from the world cfm:pattern
[18:22:48 INFO]: Found a missing id from the world cfm:showerbottom
[18:22:48 INFO]: Found a missing id from the world cfm:fridge
[18:22:48 INFO]: Found a missing id from the world cfm:whitefence
[18:22:48 INFO]: Found a missing id from the world cfm:nyan
[18:22:48 INFO]: Found a missing id from the world cfm:birdbath
[18:22:48 INFO]: Found a missing id from the world cfm:printer
[18:22:48 INFO]: Found a missing id from the world cfm:ceilinglightoff
[18:22:48 INFO]: Found a missing id from the world cfm:tree
[18:22:48 INFO]: Found a missing id from the world cfm:showertop
[18:22:48 INFO]: Found a missing id from the world cfm:basin
[18:22:48 INFO]: Found a missing id from the world cfm:present
[18:22:48 INFO]: Found a missing id from the world cfm:choppingboard
[18:22:48 INFO]: Found a missing id from the world cfm:curtainoff
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTV
[18:22:48 INFO]: Found a missing id from the world cfm:ItemPrinter
[18:22:48 INFO]: Found a missing id from the world cfm:ItemHammer
[18:22:48 INFO]: Found a missing id from the world cfm:plate
[18:22:48 INFO]: Found a missing id from the world cfm:lampoff
[18:22:48 INFO]: Found a missing id from the world cfm:ItemToast
[18:22:48 INFO]: Found a missing id from the world cfm:ItemWhiteFence
[18:22:48 INFO]: Found a missing id from the world cfm:washingmachine
[18:22:48 INFO]: Found a missing id from the world cfm:kitchencabinet
[18:22:48 INFO]: Found a missing id from the world cfm:mailbox
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCrayfish
[18:22:48 INFO]: Found a missing id from the world cfm:showerbottom
[18:22:48 INFO]: Found a missing id from the world cfm:choppingboard
[18:22:48 INFO]: Found a missing id from the world cfm:hedge
[18:22:48 INFO]: Found a missing id from the world cfm:blender
[18:22:48 INFO]: Found a missing id from the world cfm:ItemStonePath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemDoorBell
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCup
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTableWood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:chairstone
[18:22:48 INFO]: Found a missing id from the world cfm:curtainon
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBasin
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTableStone
[18:22:48 INFO]: Found a missing id from the world cfm:ItemHedgeBasic
[18:22:48 INFO]: Found a missing id from the world cfm:itemTree
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadoff
[18:22:48 INFO]: Found a missing id from the world cfm:computer
[18:22:48 INFO]: Found a missing id from the world cfm:stereo
[18:22:48 INFO]: Found a missing id from the world cfm:cookiejar
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCounterSink
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCookedFlesh
[18:22:48 INFO]: Found a missing id from the world cfm:ItemSoap
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBirdBath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBarStall
[18:22:48 INFO]: Found a missing id from the world cfm:ItemFlesh
[18:22:48 INFO]: Found a missing id from the world cfm:lampon
[18:22:48 INFO]: Found a missing id from the world cfm:ItemToilet
[18:22:48 INFO]: Found a missing id from the world cfm:basin
[18:22:48 INFO]: Found a missing id from the world cfm:ovenoverhead
[18:22:48 INFO]: Found a missing id from the world cfm:birdbath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemFridge
[18:22:48 INFO]: Found a missing id from the world cfm:ItemComputer
[18:22:48 INFO]: Found a missing id from the world cfm:oven
[18:22:48 INFO]: Found a missing id from the world cfm:ItemPackage
[18:22:48 INFO]: Found a missing id from the world cfm:tap
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCoffeeTableStone
[18:22:48 INFO]: Found a missing id from the world cfm:showertop
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBesideCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:tablewood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemLamp
[18:22:48 INFO]: Found a missing id from the world cfm:pattern
[18:22:48 INFO]: Found a missing id from the world cfm:freezer
[18:22:48 INFO]: Found a missing id from the world cfm:tree
[18:22:48 INFO]: Found a missing id from the world cfm:ItemChairWood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemWallCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCeilingLight
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadon
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmon
[18:22:48 INFO]: Found a missing id from the world cfm:printer
[18:22:48 INFO]: Found a missing id from the world cfm:ItemStereo
[18:22:48 INFO]: Found a missing id from the world cfm:curtainoff
[18:22:48 INFO]: Found a missing id from the world cfm:nyan
[18:22:48 INFO]: Found a missing id from the world cfm:ItemMailBox
[18:22:48 INFO]: Found a missing id from the world cfm:cup
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBin
[18:22:49 INFO]: Found a missing id from the world cfm:toilet
[18:22:49 INFO]: Found a missing id from the world cfm:coffetablestone
[18:22:49 INFO]: Found a missing id from the world cfm:present
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDollar
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeSpruce
[18:22:49 INFO]: Found a missing id from the world cfm:coffetablewood
[18:22:49 INFO]: Found a missing id from the world cfm:counterdoored
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDishWasher
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBath
[18:22:49 INFO]: Found a missing id from the world cfm:tablestone
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPresentGreen
[18:22:49 INFO]: Found a missing id from the world cfm:yellowGlow
[18:22:49 INFO]: Found a missing id from the world cfm:ItemElectricFence
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDrink
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCoffeeTableWood
[18:22:49 INFO]: Found a missing id from the world cfm:ceilinglighton
[18:22:49 INFO]: Found a missing id from the world cfm:ItemKitchenCabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCouch
[18:22:49 INFO]: Found a missing id from the world cfm:chairwood
[18:22:49 INFO]: Found a missing id from the world cfm:electricfence
[18:22:49 INFO]: Found a missing id from the world cfm:hey
[18:22:49 INFO]: Found a missing id from the world cfm:ItemEnvelope
[18:22:49 INFO]: Found a missing id from the world cfm:bedsidecabinet
[18:22:49 INFO]: Found a missing id from the world cfm:cabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCurtains
[18:22:49 INFO]: Found a missing id from the world cfm:fridge
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBlender
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPackageSigned
[18:22:49 INFO]: Found a missing id from the world cfm:ItemChairStone
[18:22:49 INFO]: Found a missing id from the world cfm:ItemSoapyWater
[18:22:49 INFO]: Found a missing id from the world cfm:firealarmoff
[18:22:49 INFO]: Found a missing id from the world cfm:whitefence
[18:22:49 INFO]: Found a missing id from the world cfm:ItemShowerHead
[18:22:49 INFO]: Found a missing id from the world cfm:ItemWashingMachine
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBlinds
[18:22:49 INFO]: Found a missing id from the world cfm:countersink
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPlate
[18:22:49 INFO]: Found a missing id from the world cfm:blindon
[18:22:49 INFO]: Found a missing id from the world cfm:ItemOven
[18:22:49 INFO]: Found a missing id from the world cfm:ItemMicrowave
[18:22:49 INFO]: Found a missing id from the world cfm:toaster
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPresentRed
[18:22:49 INFO]: Found a missing id from the world cfm:ItemChoppingBoard
[18:22:49 INFO]: Found a missing id from the world cfm:wallcabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemInkCartridge
[18:22:49 INFO]: Found a missing id from the world cfm:microwave
[18:22:49 INFO]: Found a missing id from the world cfm:ItemKnife
[18:22:49 INFO]: Found a missing id from the world cfm:tv
[18:22:49 INFO]: Found a missing id from the world cfm:ceilinglightoff
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeJungle
[18:22:49 INFO]: Found a missing id from the world cfm:ItemSuperSoapyWater
[18:22:49 INFO]: Found a missing id from the world cfm:dishwasher
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeBirch
[18:22:49 INFO]: Found a missing id from the world cfm:ItemOvenRangehood
[18:22:49 INFO]: Found a missing id from the world cfm:bin
[18:22:49 INFO]: Found a missing id from the world cfm:ItemFireAlarm
[18:22:49 INFO]: Found a missing id from the world cfm:ItemToaster
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCounterDoored
[18:22:49 INFO]: Found a missing id from the world cfm:barstool
[18:22:49 INFO]: Found a missing id from the world cfm:blindoff
[18:22:49 INFO]: Found a missing id from the world cfm:whiteGlass
[18:22:49 INFO]: Found a missing id from the world cfm:ItemEnvelopeSigned
[18:22:49 INFO]: Found a missing id from the world cfm:stonepath
[18:22:49 INFO]: Found a missing id from the world cfm:ItemTap
[18:22:49 INFO]: Found a missing id from the world cfm:doorbell
[18:22:49 INFO]: Found a missing id from the world cfm:ItemShower
[18:22:49 INFO]: Found a missing id from the world cfm:ItemRecipeBook
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCoolPack
[18:22:49 INFO]: Found a missing id from the world cfm:bath1
[18:22:49 INFO]: Found a missing id from the world cfm:bath2
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBreadSlice
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCookieJar
[18:22:49 INFO]: Found a missing id from the world cfm:couch
[18:22:49 ERROR]: There are unidentified mappings in this world - we are going to attempt to process anyway
[18:22:49 ERROR]: Unidentified block: cfm:countersink, id 411
[18:22:49 ERROR]: Unidentified block: cfm:coffetablewood, id 205
[18:22:49 ERROR]: Unidentified block: cfm:ceilinglighton, id 236
[18:22:49 ERROR]: Unidentified block: cfm:doorbell, id 232
[18:22:49 ERROR]: Unidentified block: cfm:freezer, id 211
[18:22:49 ERROR]: Unidentified block: cfm:couch, id 214
[18:22:49 ERROR]: Unidentified block: cfm:bath2, id 242
[18:22:49 ERROR]: Unidentified block: cfm:bath1, id 241
[18:22:49 ERROR]: Unidentified block: cfm:computer, id 229
[18:22:49 ERROR]: Unidentified block: cfm:lampon, id 203
[18:22:49 ERROR]: Unidentified block: cfm:cookiejar, id 253
[18:22:49 ERROR]: Unidentified block: cfm:cup, id 409
[18:22:49 ERROR]: Unidentified block: cfm:curtainon, id 217
[18:22:49 ERROR]: Unidentified block: cfm:chairstone, id 210
[18:22:49 ERROR]: Unidentified block: cfm:blindoff, id 216
[18:22:49 ERROR]: Unidentified block: cfm:tv, id 228
[18:22:49 ERROR]: Unidentified block: cfm:oven, id 220
[18:22:49 ERROR]: Unidentified block: cfm:stereo, id 237
[18:22:49 ERROR]: Unidentified block: cfm:wallcabinet, id 240
[18:22:49 ERROR]: Unidentified block: cfm:microwave, id 251
[18:22:49 ERROR]: Unidentified block: cfm:hey, id 416
[18:22:49 ERROR]: Unidentified block: cfm:toilet, id 238
[18:22:49 ERROR]: Unidentified block: cfm:mailbox, id 227
[18:22:49 ERROR]: Unidentified block: cfm:showerheadon, id 246
[18:22:49 ERROR]: Unidentified block: cfm:electricfence, id 231
[18:22:49 ERROR]: Unidentified block: cfm:lampoff, id 204
[18:22:49 ERROR]: Unidentified block: cfm:firealarmoff, id 233
[18:22:49 ERROR]: Unidentified block: cfm:dishwasher, id 412
[18:22:49 ERROR]: Unidentified block: cfm:coffetablestone, id 206
[18:22:49 ERROR]: Unidentified block: cfm:blender, id 254
[18:22:49 ERROR]: Unidentified block: cfm:bedsidecabinet, id 219
[18:22:49 ERROR]: Unidentified block: cfm:showerheadoff, id 245
[18:22:49 ERROR]: Unidentified block: cfm:counterdoored, id 410
[18:22:49 ERROR]: Unidentified block: cfm:cabinet, id 213
[18:22:49 ERROR]: Unidentified block: cfm:whiteGlass, id 426
[18:22:49 ERROR]: Unidentified block: cfm:blindon, id 215
[18:22:49 ERROR]: Unidentified block: cfm:firealarmon, id 234
[18:22:49 ERROR]: Unidentified block: cfm:bin, id 247
[18:22:49 ERROR]: Unidentified block: cfm:stonepath, id 224
[18:22:49 ERROR]: Unidentified block: cfm:tablestone, id 208
[18:22:49 ERROR]: Unidentified block: cfm:yellowGlow, id 425
[18:22:49 ERROR]: Unidentified block: cfm:tap, id 226
[18:22:49 ERROR]: Unidentified block: cfm:washingmachine, id 252
[18:22:49 ERROR]: Unidentified block: cfm:ovenoverhead, id 221
[18:22:49 ERROR]: Unidentified block: cfm:tablewood, id 207
[18:22:49 ERROR]: Unidentified block: cfm:plate, id 255
[18:22:49 ERROR]: Unidentified block: cfm:hedge, id 222
[18:22:49 ERROR]: Unidentified block: cfm:barstool, id 415
[18:22:49 ERROR]: Unidentified block: cfm:chairwood, id 209
[18:22:49 ERROR]: Unidentified block: cfm:toaster, id 250
[18:22:49 ERROR]: Unidentified block: cfm:kitchencabinet, id 413
[18:22:49 ERROR]: Unidentified block: cfm:pattern, id 424
[18:22:49 ERROR]: Unidentified block: cfm:showerbottom, id 243
[18:22:49 ERROR]: Unidentified block: cfm:fridge, id 212
[18:22:49 ERROR]: Unidentified block: cfm:whitefence, id 225
[18:22:49 ERROR]: Unidentified block: cfm:nyan, id 423
[18:22:49 ERROR]: Unidentified block: cfm:birdbath, id 223
[18:22:49 ERROR]: Unidentified block: cfm:printer, id 230
[18:22:49 ERROR]: Unidentified block: cfm:ceilinglightoff, id 235
[18:22:49 ERROR]: Unidentified block: cfm:tree, id 249
[18:22:49 ERROR]: Unidentified block: cfm:showertop, id 244
[18:22:49 ERROR]: Unidentified block: cfm:basin, id 239
[18:22:49 ERROR]: Unidentified block: cfm:present, id 248
[18:22:49 ERROR]: Unidentified block: cfm:choppingboard, id 414
[18:22:49 ERROR]: Unidentified block: cfm:curtainoff, id 218
[18:22:49 ERROR]: Unidentified item: cfm:ItemTV, id 4477
[18:22:49 ERROR]: Unidentified item: cfm:ItemPrinter, id 4479
[18:22:49 ERROR]: Unidentified item: cfm:ItemHammer, id 4472
[18:22:49 ERROR]: Unidentified item: cfm:plate, id 255
[18:22:49 ERROR]: Unidentified item: cfm:lampoff, id 204
[18:22:49 ERROR]: Unidentified item: cfm:ItemToast, id 4510
[18:22:49 ERROR]: Unidentified item: cfm:ItemWhiteFence, id 4469
[18:22:49 ERROR]: Unidentified item: cfm:washingmachine, id 252
[18:22:49 ERROR]: Unidentified item: cfm:kitchencabinet, id 413
[18:22:49 ERROR]: Unidentified item: cfm:mailbox, id 227
[18:22:49 ERROR]: Unidentified item: cfm:ItemCrayfish, id 4518
[18:22:49 ERROR]: Unidentified item: cfm:showerbottom, id 243
[18:22:49 ERROR]: Unidentified item: cfm:choppingboard, id 414
[18:22:49 ERROR]: Unidentified item: cfm:hedge, id 222
[18:22:49 ERROR]: Unidentified item: cfm:blender, id 254
[18:22:49 ERROR]: Unidentified item: cfm:ItemStonePath, id 4468
[18:22:49 ERROR]: Unidentified item: cfm:ItemDoorBell, id 4484
[18:22:49 ERROR]: Unidentified item: cfm:ItemCup, id 4512
[18:22:49 ERROR]: Unidentified item: cfm:ItemTableWood, id 4446
[18:22:49 ERROR]: Unidentified item: cfm:ItemCabinet, id 4450
[18:22:49 ERROR]: Unidentified item: cfm:chairstone, id 210
[18:22:49 ERROR]: Unidentified item: cfm:curtainon, id 217
[18:22:49 ERROR]: Unidentified item: cfm:ItemBasin, id 4488
[18:22:49 ERROR]: Unidentified item: cfm:ItemTableStone, id 4447
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeBasic, id 4463
[18:22:49 ERROR]: Unidentified item: cfm:itemTree, id 4496
[18:22:49 ERROR]: Unidentified item: cfm:showerheadoff, id 245
[18:22:49 ERROR]: Unidentified item: cfm:computer, id 229
[18:22:49 ERROR]: Unidentified item: cfm:stereo, id 237
[18:22:49 ERROR]: Unidentified item: cfm:cookiejar, id 253
[18:22:49 ERROR]: Unidentified item: cfm:ItemCounterSink, id 4504
[18:22:49 ERROR]: Unidentified item: cfm:ItemCookedFlesh, id 4462
[18:22:49 ERROR]: Unidentified item: cfm:ItemSoap, id 4514
[18:22:49 ERROR]: Unidentified item: cfm:ItemBirdBath, id 4467
[18:22:49 ERROR]: Unidentified item: cfm:ItemBarStall, id 4508
[18:22:49 ERROR]: Unidentified item: cfm:ItemFlesh, id 4461
[18:22:49 ERROR]: Unidentified item: cfm:lampon, id 203
[18:22:49 ERROR]: Unidentified item: cfm:ItemToilet, id 4487
[18:22:49 ERROR]: Unidentified item: cfm:basin, id 239
[18:22:49 ERROR]: Unidentified item: cfm:ovenoverhead, id 221
[18:22:49 ERROR]: Unidentified item: cfm:birdbath, id 223
[18:22:49 ERROR]: Unidentified item: cfm:ItemFridge, id 4454
[18:22:49 ERROR]: Unidentified item: cfm:ItemComputer, id 4478
[18:22:49 ERROR]: Unidentified item: cfm:oven, id 220
[18:22:49 ERROR]: Unidentified item: cfm:ItemPackage, id 4475
[18:22:49 ERROR]: Unidentified item: cfm:tap, id 226
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoffeeTableStone, id 4453
[18:22:49 ERROR]: Unidentified item: cfm:showertop, id 244
[18:22:49 ERROR]: Unidentified item: cfm:ItemBesideCabinet, id 4451
[18:22:49 ERROR]: Unidentified item: cfm:tablewood, id 207
[18:22:49 ERROR]: Unidentified item: cfm:ItemLamp, id 4486
[18:22:49 ERROR]: Unidentified item: cfm:pattern, id 424
[18:22:49 ERROR]: Unidentified item: cfm:freezer, id 211
[18:22:49 ERROR]: Unidentified item: cfm:tree, id 249
[18:22:49 ERROR]: Unidentified item: cfm:ItemChairWood, id 4448
[18:22:49 ERROR]: Unidentified item: cfm:ItemWallCabinet, id 4489
[18:22:49 ERROR]: Unidentified item: cfm:ItemCeilingLight, id 4483
[18:22:49 ERROR]: Unidentified item: cfm:showerheadon, id 246
[18:22:49 ERROR]: Unidentified item: cfm:firealarmon, id 234
[18:22:49 ERROR]: Unidentified item: cfm:printer, id 230
[18:22:49 ERROR]: Unidentified item: cfm:ItemStereo, id 4481
[18:22:49 ERROR]: Unidentified item: cfm:curtainoff, id 218
[18:22:49 ERROR]: Unidentified item: cfm:nyan, id 423
[18:22:49 ERROR]: Unidentified item: cfm:ItemMailBox, id 4471
[18:22:49 ERROR]: Unidentified item: cfm:cup, id 409
[18:22:49 ERROR]: Unidentified item: cfm:ItemBin, id 4493
[18:22:49 ERROR]: Unidentified item: cfm:toilet, id 238
[18:22:49 ERROR]: Unidentified item: cfm:coffetablestone, id 206
[18:22:49 ERROR]: Unidentified item: cfm:present, id 248
[18:22:49 ERROR]: Unidentified item: cfm:ItemDollar, id 4519
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeSpruce, id 4464
[18:22:49 ERROR]: Unidentified item: cfm:coffetablewood, id 205
[18:22:49 ERROR]: Unidentified item: cfm:counterdoored, id 410
[18:22:49 ERROR]: Unidentified item: cfm:ItemDishWasher, id 4505
[18:22:49 ERROR]: Unidentified item: cfm:ItemBath, id 4490
[18:22:49 ERROR]: Unidentified item: cfm:tablestone, id 208
[18:22:49 ERROR]: Unidentified item: cfm:ItemPresentGreen, id 4495
[18:22:49 ERROR]: Unidentified item: cfm:yellowGlow, id 425
[18:22:49 ERROR]: Unidentified item: cfm:ItemElectricFence, id 4482
[18:22:49 ERROR]: Unidentified item: cfm:ItemDrink, id 4513
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoffeeTableWood, id 4452
[18:22:49 ERROR]: Unidentified item: cfm:ceilinglighton, id 236
[18:22:49 ERROR]: Unidentified item: cfm:ItemKitchenCabinet, id 4506
[18:22:49 ERROR]: Unidentified item: cfm:ItemCouch, id 4456
[18:22:49 ERROR]: Unidentified item: cfm:chairwood, id 209
[18:22:49 ERROR]: Unidentified item: cfm:electricfence, id 231
[18:22:49 ERROR]: Unidentified item: cfm:hey, id 416
[18:22:49 ERROR]: Unidentified item: cfm:ItemEnvelope, id 4473
[18:22:49 ERROR]: Unidentified item: cfm:bedsidecabinet, id 219
[18:22:49 ERROR]: Unidentified item: cfm:cabinet, id 213
[18:22:49 ERROR]: Unidentified item: cfm:ItemCurtains, id 4458
[18:22:49 ERROR]: Unidentified item: cfm:fridge, id 212
[18:22:49 ERROR]: Unidentified item: cfm:ItemBlender, id 4501
[18:22:49 ERROR]: Unidentified item: cfm:ItemPackageSigned, id 4476
[18:22:49 ERROR]: Unidentified item: cfm:ItemChairStone, id 4449
[18:22:49 ERROR]: Unidentified item: cfm:ItemSoapyWater, id 4515
[18:22:49 ERROR]: Unidentified item: cfm:firealarmoff, id 233
[18:22:49 ERROR]: Unidentified item: cfm:whitefence, id 225
[18:22:49 ERROR]: Unidentified item: cfm:ItemShowerHead, id 4492
[18:22:49 ERROR]: Unidentified item: cfm:ItemWashingMachine, id 4499
[18:22:49 ERROR]: Unidentified item: cfm:ItemBlinds, id 4457
[18:22:49 ERROR]: Unidentified item: cfm:countersink, id 411
[18:22:49 ERROR]: Unidentified item: cfm:ItemPlate, id 4502
[18:22:49 ERROR]: Unidentified item: cfm:blindon, id 215
[18:22:49 ERROR]: Unidentified item: cfm:ItemOven, id 4459
[18:22:49 ERROR]: Unidentified item: cfm:ItemMicrowave, id 4498
[18:22:49 ERROR]: Unidentified item: cfm:toaster, id 250
[18:22:49 ERROR]: Unidentified item: cfm:ItemPresentRed, id 4494
[18:22:49 ERROR]: Unidentified item: cfm:ItemChoppingBoard, id 4507
[18:22:49 ERROR]: Unidentified item: cfm:wallcabinet, id 240
[18:22:49 ERROR]: Unidentified item: cfm:ItemInkCartridge, id 4480
[18:22:49 ERROR]: Unidentified item: cfm:microwave, id 251
[18:22:49 ERROR]: Unidentified item: cfm:ItemKnife, id 4511
[18:22:49 ERROR]: Unidentified item: cfm:tv, id 228
[18:22:49 ERROR]: Unidentified item: cfm:ceilinglightoff, id 235
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeJungle, id 4466
[18:22:49 ERROR]: Unidentified item: cfm:ItemSuperSoapyWater, id 4516
[18:22:49 ERROR]: Unidentified item: cfm:dishwasher, id 412
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeBirch, id 4465
[18:22:49 ERROR]: Unidentified item: cfm:ItemOvenRangehood, id 4460
[18:22:49 ERROR]: Unidentified item: cfm:bin, id 247
[18:22:49 ERROR]: Unidentified item: cfm:ItemFireAlarm, id 4485
[18:22:49 ERROR]: Unidentified item: cfm:ItemToaster, id 4497
[18:22:49 ERROR]: Unidentified item: cfm:ItemCounterDoored, id 4503
[18:22:49 ERROR]: Unidentified item: cfm:barstool, id 415
[18:22:49 ERROR]: Unidentified item: cfm:blindoff, id 216
[18:22:49 ERROR]: Unidentified item: cfm:whiteGlass, id 426
[18:22:49 ERROR]: Unidentified item: cfm:ItemEnvelopeSigned, id 4474
[18:22:49 ERROR]: Unidentified item: cfm:stonepath, id 224
[18:22:49 ERROR]: Unidentified item: cfm:ItemTap, id 4470
[18:22:49 ERROR]: Unidentified item: cfm:doorbell, id 232
[18:22:49 ERROR]: Unidentified item: cfm:ItemShower, id 4491
[18:22:49 ERROR]: Unidentified item: cfm:ItemRecipeBook, id 4517
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoolPack, id 4455
[18:22:49 ERROR]: Unidentified item: cfm:bath1, id 241
[18:22:49 ERROR]: Unidentified item: cfm:bath2, id 242
[18:22:49 ERROR]: Unidentified item: cfm:ItemBreadSlice, id 4509
[18:22:49 ERROR]: Unidentified item: cfm:ItemCookieJar, id 4500
[18:22:49 ERROR]: Unidentified item: cfm:couch, id 214
[18:22:49 WARN]: Forge Mod Loader detected missing blocks/items.

There are 204 missing blocks and items in this save.
If you continue the missing blocks/items will get removed.
A world backup will be automatically created in your saves directory.


┍───────────────────────────────


│   프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│   프리루트의 구동기가 서버에 이용할 자바를 자동으로
│      탐지하고 있습니다. 잠시만 기다려주세요 :D


│  * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│                    서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
[SMC FNE]transforming aji net.minecraft.block.Block
[SMC FNE] 65109 (+0)
[SMC FNE]transforming abh net.minecraft.item.ItemBlock
[SMC FNE] 4222 (+0)
[18:22:38 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[18:22:39 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_151, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_151
[18:22:39 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[18:22:39 INFO]: Loading tweaker shadersmodcore.loading.SMCTweaker from ShadersModCore-v2.3.31-mc1.7.10-f.jar
[18:22:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Loading tweak class name shadersmodcore.loading.SMCTweaker
[18:22:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:40 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:40 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:41 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:41 INFO]: Calling tweak class shadersmodcore.loading.SMCTweaker
[18:22:41 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:41 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:41 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[18:22:46 INFO]: Starting minecraft server version 1.7.10
[18:22:46 INFO]: Attempting early MinecraftForge initialization
[18:22:46 INFO]: MinecraftForge v10.13.4.1614 Initialized
[18:22:46 INFO]: Replaced 183 ore recipies
[18:22:46 INFO]: Completed early MinecraftForge initialization
[18:22:46 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[18:22:46 INFO]: Searching C:\Users\KangDS\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[18:22:46 INFO]: Also searching C:\Users\KangDS\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10 for mods
[18:22:46 INFO]: Forge Mod Loader has identified 5 mods to load
[18:22:46 INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.127-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:22:46 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs] at CLIENT
[18:22:46 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs] at SERVER
[18:22:47 INFO]: Processing ObjectHolder annotations
[18:22:47 INFO]: Found 341 ObjectHolder annotations
[18:22:47 INFO]: Identifying ItemStackHolder annotations
[18:22:47 INFO]: Found 0 ItemStackHolder annotations
[18:22:47 INFO]: Configured a dormant chunk cache size of 0
[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.LogWriter:71] Sat Jan 06 18:22:47 KST 2018

[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.controllers.ScriptController:60] Script Engines Available:

[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.controllers.ScriptController:66] Scala: .scala

[18:22:47 INFO]: Bukkit permissions enabled
[18:22:47 INFO]: Permissions available:
[18:22:47 INFO]: customnpcs.edit.blocks
[18:22:47 INFO]: customnpcs.edit.villager
[18:22:47 INFO]: customnpcs.global.bank
[18:22:47 INFO]: customnpcs.global.dialog
[18:22:47 INFO]: customnpcs.global.faction
[18:22:47 INFO]: customnpcs.global.linked
[18:22:47 INFO]: customnpcs.global.naturalspawn
[18:22:47 INFO]: customnpcs.global.playerdata
[18:22:47 INFO]: customnpcs.global.quest
[18:22:47 INFO]: customnpcs.global.recipe
[18:22:47 INFO]: customnpcs.global.transport
[18:22:47 INFO]: customnpcs.npc.advanced
[18:22:47 INFO]: customnpcs.npc.ai
[18:22:47 INFO]: customnpcs.npc.clone
[18:22:47 INFO]: customnpcs.npc.create
[18:22:47 INFO]: customnpcs.npc.delete
[18:22:47 INFO]: customnpcs.npc.display
[18:22:47 INFO]: customnpcs.npc.freeze
[18:22:47 INFO]: customnpcs.npc.gui
[18:22:47 INFO]: customnpcs.npc.inventory
[18:22:47 INFO]: customnpcs.npc.reset
[18:22:47 INFO]: customnpcs.npc.stats
[18:22:47 INFO]: customnpcs.soulstone.all
[18:22:47 INFO]: customnpcs.spawner.create
[18:22:47 INFO]: customnpcs.spawner.mob
[18:22:47 INFO]: customnpcs.tool.mounter
[18:22:47 INFO]: customnpcs.tool.pather
[18:22:47 INFO]: customnpcs.tool.scripter
[18:22:47 INFO]: Applying holder lookups
[18:22:47 INFO]: Holder lookups applied
[18:22:47 INFO]: Injecting itemstacks
[18:22:47 INFO]: Itemstack injection complete
[18:22:47 INFO]: Loading properties
[18:22:47 INFO]: Default game type: SURVIVAL
[18:22:48 INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[18:22:48 INFO]: Server Ping Player Sample Count: 12
[18:22:48 INFO]: Using 4 threads for Netty based IO
[18:22:48 INFO]: Generating keypair
[18:22:48 INFO]: Starting Minecraft server on *:25565
[18:22:48 INFO]: Injecting itemstacks
[18:22:48 INFO]: Itemstack injection complete
[18:22:48 INFO]: Forge Mod Loader has successfully loaded 5 mods
[18:22:48 WARN]: [18:22:48][FINE][noppes.npcs.controllers.LinkedNpcController:43] Loading Linked Npcs

[18:22:48 WARN]: [18:22:48][FINE][noppes.npcs.controllers.LinkedNpcController:63] Done loading Linked Npcs

[18:22:48 INFO]: Preparing level "world"
[18:22:48 INFO]: Registered command debug with permission node vanilla.command.debug
[18:22:48 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[18:22:48 INFO]: Registered command playsound with permission node vanilla.command.playsound
[18:22:48 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[18:22:48 INFO]: Registered command achievement with permission node vanilla.command.achievement
[18:22:48 INFO]: Registered command summon with permission node vanilla.command.summon
[18:22:48 INFO]: Registered command setblock with permission node vanilla.command.setblock
[18:22:48 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[18:22:48 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[18:22:48 INFO]: Registered command netstat with permission node vanilla.command.netstat
[18:22:48 INFO]: This world was saved with mod Forge version 10.13.4.1517 and it is now at version 10.13.4.1614, things may not work well
[18:22:48 ERROR]: This world was saved with mod cfm which appears to be missing, things may not work well
[18:22:48 INFO]: Injecting existing block and item data into this server instance
[18:22:48 INFO]: Found a missing id from the world cfm:countersink
[18:22:48 INFO]: Found a missing id from the world cfm:coffetablewood
[18:22:48 INFO]: Found a missing id from the world cfm:ceilinglighton
[18:22:48 INFO]: Found a missing id from the world cfm:doorbell
[18:22:48 INFO]: Found a missing id from the world cfm:freezer
[18:22:48 INFO]: Found a missing id from the world cfm:couch
[18:22:48 INFO]: Found a missing id from the world cfm:bath2
[18:22:48 INFO]: Found a missing id from the world cfm:bath1
[18:22:48 INFO]: Found a missing id from the world cfm:computer
[18:22:48 INFO]: Found a missing id from the world cfm:lampon
[18:22:48 INFO]: Found a missing id from the world cfm:cookiejar
[18:22:48 INFO]: Found a missing id from the world cfm:cup
[18:22:48 INFO]: Found a missing id from the world cfm:curtainon
[18:22:48 INFO]: Found a missing id from the world cfm:chairstone
[18:22:48 INFO]: Found a missing id from the world cfm:blindoff
[18:22:48 INFO]: Found a missing id from the world cfm:tv
[18:22:48 INFO]: Found a missing id from the world cfm:oven
[18:22:48 INFO]: Found a missing id from the world cfm:stereo
[18:22:48 INFO]: Found a missing id from the world cfm:wallcabinet
[18:22:48 INFO]: Found a missing id from the world cfm:microwave
[18:22:48 INFO]: Found a missing id from the world cfm:hey
[18:22:48 INFO]: Found a missing id from the world cfm:toilet
[18:22:48 INFO]: Found a missing id from the world cfm:mailbox
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadon
[18:22:48 INFO]: Found a missing id from the world cfm:electricfence
[18:22:48 INFO]: Found a missing id from the world cfm:lampoff
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmoff
[18:22:48 INFO]: Found a missing id from the world cfm:dishwasher
[18:22:48 INFO]: Found a missing id from the world cfm:coffetablestone
[18:22:48 INFO]: Found a missing id from the world cfm:blender
[18:22:48 INFO]: Found a missing id from the world cfm:bedsidecabinet
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadoff
[18:22:48 INFO]: Found a missing id from the world cfm:counterdoored
[18:22:48 INFO]: Found a missing id from the world cfm:cabinet
[18:22:48 INFO]: Found a missing id from the world cfm:whiteGlass
[18:22:48 INFO]: Found a missing id from the world cfm:blindon
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmon
[18:22:48 INFO]: Found a missing id from the world cfm:bin
[18:22:48 INFO]: Found a missing id from the world cfm:stonepath
[18:22:48 INFO]: Found a missing id from the world cfm:tablestone
[18:22:48 INFO]: Found a missing id from the world cfm:yellowGlow
[18:22:48 INFO]: Found a missing id from the world cfm:tap
[18:22:48 INFO]: Found a missing id from the world cfm:washingmachine
[18:22:48 INFO]: Found a missing id from the world cfm:ovenoverhead
[18:22:48 INFO]: Found a missing id from the world cfm:tablewood
[18:22:48 INFO]: Found a missing id from the world cfm:plate
[18:22:48 INFO]: Found a missing id from the world cfm:hedge
[18:22:48 INFO]: Found a missing id from the world cfm:barstool
[18:22:48 INFO]: Found a missing id from the world cfm:chairwood
[18:22:48 INFO]: Found a missing id from the world cfm:toaster
[18:22:48 INFO]: Found a missing id from the world cfm:kitchencabinet
[18:22:48 INFO]: Found a missing id from the world cfm:pattern
[18:22:48 INFO]: Found a missing id from the world cfm:showerbottom
[18:22:48 INFO]: Found a missing id from the world cfm:fridge
[18:22:48 INFO]: Found a missing id from the world cfm:whitefence
[18:22:48 INFO]: Found a missing id from the world cfm:nyan
[18:22:48 INFO]: Found a missing id from the world cfm:birdbath
[18:22:48 INFO]: Found a missing id from the world cfm:printer
[18:22:48 INFO]: Found a missing id from the world cfm:ceilinglightoff
[18:22:48 INFO]: Found a missing id from the world cfm:tree
[18:22:48 INFO]: Found a missing id from the world cfm:showertop
[18:22:48 INFO]: Found a missing id from the world cfm:basin
[18:22:48 INFO]: Found a missing id from the world cfm:present
[18:22:48 INFO]: Found a missing id from the world cfm:choppingboard
[18:22:48 INFO]: Found a missing id from the world cfm:curtainoff
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTV
[18:22:48 INFO]: Found a missing id from the world cfm:ItemPrinter
[18:22:48 INFO]: Found a missing id from the world cfm:ItemHammer
[18:22:48 INFO]: Found a missing id from the world cfm:plate
[18:22:48 INFO]: Found a missing id from the world cfm:lampoff
[18:22:48 INFO]: Found a missing id from the world cfm:ItemToast
[18:22:48 INFO]: Found a missing id from the world cfm:ItemWhiteFence
[18:22:48 INFO]: Found a missing id from the world cfm:washingmachine
[18:22:48 INFO]: Found a missing id from the world cfm:kitchencabinet
[18:22:48 INFO]: Found a missing id from the world cfm:mailbox
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCrayfish
[18:22:48 INFO]: Found a missing id from the world cfm:showerbottom
[18:22:48 INFO]: Found a missing id from the world cfm:choppingboard
[18:22:48 INFO]: Found a missing id from the world cfm:hedge
[18:22:48 INFO]: Found a missing id from the world cfm:blender
[18:22:48 INFO]: Found a missing id from the world cfm:ItemStonePath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemDoorBell
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCup
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTableWood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:chairstone
[18:22:48 INFO]: Found a missing id from the world cfm:curtainon
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBasin
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTableStone
[18:22:48 INFO]: Found a missing id from the world cfm:ItemHedgeBasic
[18:22:48 INFO]: Found a missing id from the world cfm:itemTree
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadoff
[18:22:48 INFO]: Found a missing id from the world cfm:computer
[18:22:48 INFO]: Found a missing id from the world cfm:stereo
[18:22:48 INFO]: Found a missing id from the world cfm:cookiejar
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCounterSink
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCookedFlesh
[18:22:48 INFO]: Found a missing id from the world cfm:ItemSoap
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBirdBath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBarStall
[18:22:48 INFO]: Found a missing id from the world cfm:ItemFlesh
[18:22:48 INFO]: Found a missing id from the world cfm:lampon
[18:22:48 INFO]: Found a missing id from the world cfm:ItemToilet
[18:22:48 INFO]: Found a missing id from the world cfm:basin
[18:22:48 INFO]: Found a missing id from the world cfm:ovenoverhead
[18:22:48 INFO]: Found a missing id from the world cfm:birdbath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemFridge
[18:22:48 INFO]: Found a missing id from the world cfm:ItemComputer
[18:22:48 INFO]: Found a missing id from the world cfm:oven
[18:22:48 INFO]: Found a missing id from the world cfm:ItemPackage
[18:22:48 INFO]: Found a missing id from the world cfm:tap
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCoffeeTableStone
[18:22:48 INFO]: Found a missing id from the world cfm:showertop
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBesideCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:tablewood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemLamp
[18:22:48 INFO]: Found a missing id from the world cfm:pattern
[18:22:48 INFO]: Found a missing id from the world cfm:freezer
[18:22:48 INFO]: Found a missing id from the world cfm:tree
[18:22:48 INFO]: Found a missing id from the world cfm:ItemChairWood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemWallCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCeilingLight
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadon
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmon
[18:22:48 INFO]: Found a missing id from the world cfm:printer
[18:22:48 INFO]: Found a missing id from the world cfm:ItemStereo
[18:22:48 INFO]: Found a missing id from the world cfm:curtainoff
[18:22:48 INFO]: Found a missing id from the world cfm:nyan
[18:22:48 INFO]: Found a missing id from the world cfm:ItemMailBox
[18:22:48 INFO]: Found a missing id from the world cfm:cup
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBin
[18:22:49 INFO]: Found a missing id from the world cfm:toilet
[18:22:49 INFO]: Found a missing id from the world cfm:coffetablestone
[18:22:49 INFO]: Found a missing id from the world cfm:present
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDollar
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeSpruce
[18:22:49 INFO]: Found a missing id from the world cfm:coffetablewood
[18:22:49 INFO]: Found a missing id from the world cfm:counterdoored
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDishWasher
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBath
[18:22:49 INFO]: Found a missing id from the world cfm:tablestone
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPresentGreen
[18:22:49 INFO]: Found a missing id from the world cfm:yellowGlow
[18:22:49 INFO]: Found a missing id from the world cfm:ItemElectricFence
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDrink
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCoffeeTableWood
[18:22:49 INFO]: Found a missing id from the world cfm:ceilinglighton
[18:22:49 INFO]: Found a missing id from the world cfm:ItemKitchenCabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCouch
[18:22:49 INFO]: Found a missing id from the world cfm:chairwood
[18:22:49 INFO]: Found a missing id from the world cfm:electricfence
[18:22:49 INFO]: Found a missing id from the world cfm:hey
[18:22:49 INFO]: Found a missing id from the world cfm:ItemEnvelope
[18:22:49 INFO]: Found a missing id from the world cfm:bedsidecabinet
[18:22:49 INFO]: Found a missing id from the world cfm:cabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCurtains
[18:22:49 INFO]: Found a missing id from the world cfm:fridge
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBlender
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPackageSigned
[18:22:49 INFO]: Found a missing id from the world cfm:ItemChairStone
[18:22:49 INFO]: Found a missing id from the world cfm:ItemSoapyWater
[18:22:49 INFO]: Found a missing id from the world cfm:firealarmoff
[18:22:49 INFO]: Found a missing id from the world cfm:whitefence
[18:22:49 INFO]: Found a missing id from the world cfm:ItemShowerHead
[18:22:49 INFO]: Found a missing id from the world cfm:ItemWashingMachine
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBlinds
[18:22:49 INFO]: Found a missing id from the world cfm:countersink
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPlate
[18:22:49 INFO]: Found a missing id from the world cfm:blindon
[18:22:49 INFO]: Found a missing id from the world cfm:ItemOven
[18:22:49 INFO]: Found a missing id from the world cfm:ItemMicrowave
[18:22:49 INFO]: Found a missing id from the world cfm:toaster
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPresentRed
[18:22:49 INFO]: Found a missing id from the world cfm:ItemChoppingBoard
[18:22:49 INFO]: Found a missing id from the world cfm:wallcabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemInkCartridge
[18:22:49 INFO]: Found a missing id from the world cfm:microwave
[18:22:49 INFO]: Found a missing id from the world cfm:ItemKnife
[18:22:49 INFO]: Found a missing id from the world cfm:tv
[18:22:49 INFO]: Found a missing id from the world cfm:ceilinglightoff
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeJungle
[18:22:49 INFO]: Found a missing id from the world cfm:ItemSuperSoapyWater
[18:22:49 INFO]: Found a missing id from the world cfm:dishwasher
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeBirch
[18:22:49 INFO]: Found a missing id from the world cfm:ItemOvenRangehood
[18:22:49 INFO]: Found a missing id from the world cfm:bin
[18:22:49 INFO]: Found a missing id from the world cfm:ItemFireAlarm
[18:22:49 INFO]: Found a missing id from the world cfm:ItemToaster
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCounterDoored
[18:22:49 INFO]: Found a missing id from the world cfm:barstool
[18:22:49 INFO]: Found a missing id from the world cfm:blindoff
[18:22:49 INFO]: Found a missing id from the world cfm:whiteGlass
[18:22:49 INFO]: Found a missing id from the world cfm:ItemEnvelopeSigned
[18:22:49 INFO]: Found a missing id from the world cfm:stonepath
[18:22:49 INFO]: Found a missing id from the world cfm:ItemTap
[18:22:49 INFO]: Found a missing id from the world cfm:doorbell
[18:22:49 INFO]: Found a missing id from the world cfm:ItemShower
[18:22:49 INFO]: Found a missing id from the world cfm:ItemRecipeBook
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCoolPack
[18:22:49 INFO]: Found a missing id from the world cfm:bath1
[18:22:49 INFO]: Found a missing id from the world cfm:bath2
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBreadSlice
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCookieJar
[18:22:49 INFO]: Found a missing id from the world cfm:couch
[18:22:49 ERROR]: There are unidentified mappings in this world - we are going to attempt to process anyway
[18:22:49 ERROR]: Unidentified block: cfm:countersink, id 411
[18:22:49 ERROR]: Unidentified block: cfm:coffetablewood, id 205
[18:22:49 ERROR]: Unidentified block: cfm:ceilinglighton, id 236
[18:22:49 ERROR]: Unidentified block: cfm:doorbell, id 232
[18:22:49 ERROR]: Unidentified block: cfm:freezer, id 211
[18:22:49 ERROR]: Unidentified block: cfm:couch, id 214
[18:22:49 ERROR]: Unidentified block: cfm:bath2, id 242
[18:22:49 ERROR]: Unidentified block: cfm:bath1, id 241
[18:22:49 ERROR]: Unidentified block: cfm:computer, id 229
[18:22:49 ERROR]: Unidentified block: cfm:lampon, id 203
[18:22:49 ERROR]: Unidentified block: cfm:cookiejar, id 253
[18:22:49 ERROR]: Unidentified block: cfm:cup, id 409
[18:22:49 ERROR]: Unidentified block: cfm:curtainon, id 217
[18:22:49 ERROR]: Unidentified block: cfm:chairstone, id 210
[18:22:49 ERROR]: Unidentified block: cfm:blindoff, id 216
[18:22:49 ERROR]: Unidentified block: cfm:tv, id 228
[18:22:49 ERROR]: Unidentified block: cfm:oven, id 220
[18:22:49 ERROR]: Unidentified block: cfm:stereo, id 237
[18:22:49 ERROR]: Unidentified block: cfm:wallcabinet, id 240
[18:22:49 ERROR]: Unidentified block: cfm:microwave, id 251
[18:22:49 ERROR]: Unidentified block: cfm:hey, id 416
[18:22:49 ERROR]: Unidentified block: cfm:toilet, id 238
[18:22:49 ERROR]: Unidentified block: cfm:mailbox, id 227
[18:22:49 ERROR]: Unidentified block: cfm:showerheadon, id 246
[18:22:49 ERROR]: Unidentified block: cfm:electricfence, id 231
[18:22:49 ERROR]: Unidentified block: cfm:lampoff, id 204
[18:22:49 ERROR]: Unidentified block: cfm:firealarmoff, id 233
[18:22:49 ERROR]: Unidentified block: cfm:dishwasher, id 412
[18:22:49 ERROR]: Unidentified block: cfm:coffetablestone, id 206
[18:22:49 ERROR]: Unidentified block: cfm:blender, id 254
[18:22:49 ERROR]: Unidentified block: cfm:bedsidecabinet, id 219
[18:22:49 ERROR]: Unidentified block: cfm:showerheadoff, id 245
[18:22:49 ERROR]: Unidentified block: cfm:counterdoored, id 410
[18:22:49 ERROR]: Unidentified block: cfm:cabinet, id 213
[18:22:49 ERROR]: Unidentified block: cfm:whiteGlass, id 426
[18:22:49 ERROR]: Unidentified block: cfm:blindon, id 215
[18:22:49 ERROR]: Unidentified block: cfm:firealarmon, id 234
[18:22:49 ERROR]: Unidentified block: cfm:bin, id 247
[18:22:49 ERROR]: Unidentified block: cfm:stonepath, id 224
[18:22:49 ERROR]: Unidentified block: cfm:tablestone, id 208
[18:22:49 ERROR]: Unidentified block: cfm:yellowGlow, id 425
[18:22:49 ERROR]: Unidentified block: cfm:tap, id 226
[18:22:49 ERROR]: Unidentified block: cfm:washingmachine, id 252
[18:22:49 ERROR]: Unidentified block: cfm:ovenoverhead, id 221
[18:22:49 ERROR]: Unidentified block: cfm:tablewood, id 207
[18:22:49 ERROR]: Unidentified block: cfm:plate, id 255
[18:22:49 ERROR]: Unidentified block: cfm:hedge, id 222
[18:22:49 ERROR]: Unidentified block: cfm:barstool, id 415
[18:22:49 ERROR]: Unidentified block: cfm:chairwood, id 209
[18:22:49 ERROR]: Unidentified block: cfm:toaster, id 250
[18:22:49 ERROR]: Unidentified block: cfm:kitchencabinet, id 413
[18:22:49 ERROR]: Unidentified block: cfm:pattern, id 424
[18:22:49 ERROR]: Unidentified block: cfm:showerbottom, id 243
[18:22:49 ERROR]: Unidentified block: cfm:fridge, id 212
[18:22:49 ERROR]: Unidentified block: cfm:whitefence, id 225
[18:22:49 ERROR]: Unidentified block: cfm:nyan, id 423
[18:22:49 ERROR]: Unidentified block: cfm:birdbath, id 223
[18:22:49 ERROR]: Unidentified block: cfm:printer, id 230
[18:22:49 ERROR]: Unidentified block: cfm:ceilinglightoff, id 235
[18:22:49 ERROR]: Unidentified block: cfm:tree, id 249
[18:22:49 ERROR]: Unidentified block: cfm:showertop, id 244
[18:22:49 ERROR]: Unidentified block: cfm:basin, id 239
[18:22:49 ERROR]: Unidentified block: cfm:present, id 248
[18:22:49 ERROR]: Unidentified block: cfm:choppingboard, id 414
[18:22:49 ERROR]: Unidentified block: cfm:curtainoff, id 218
[18:22:49 ERROR]: Unidentified item: cfm:ItemTV, id 4477
[18:22:49 ERROR]: Unidentified item: cfm:ItemPrinter, id 4479
[18:22:49 ERROR]: Unidentified item: cfm:ItemHammer, id 4472
[18:22:49 ERROR]: Unidentified item: cfm:plate, id 255
[18:22:49 ERROR]: Unidentified item: cfm:lampoff, id 204
[18:22:49 ERROR]: Unidentified item: cfm:ItemToast, id 4510
[18:22:49 ERROR]: Unidentified item: cfm:ItemWhiteFence, id 4469
[18:22:49 ERROR]: Unidentified item: cfm:washingmachine, id 252
[18:22:49 ERROR]: Unidentified item: cfm:kitchencabinet, id 413
[18:22:49 ERROR]: Unidentified item: cfm:mailbox, id 227
[18:22:49 ERROR]: Unidentified item: cfm:ItemCrayfish, id 4518
[18:22:49 ERROR]: Unidentified item: cfm:showerbottom, id 243
[18:22:49 ERROR]: Unidentified item: cfm:choppingboard, id 414
[18:22:49 ERROR]: Unidentified item: cfm:hedge, id 222
[18:22:49 ERROR]: Unidentified item: cfm:blender, id 254
[18:22:49 ERROR]: Unidentified item: cfm:ItemStonePath, id 4468
[18:22:49 ERROR]: Unidentified item: cfm:ItemDoorBell, id 4484
[18:22:49 ERROR]: Unidentified item: cfm:ItemCup, id 4512
[18:22:49 ERROR]: Unidentified item: cfm:ItemTableWood, id 4446
[18:22:49 ERROR]: Unidentified item: cfm:ItemCabinet, id 4450
[18:22:49 ERROR]: Unidentified item: cfm:chairstone, id 210
[18:22:49 ERROR]: Unidentified item: cfm:curtainon, id 217
[18:22:49 ERROR]: Unidentified item: cfm:ItemBasin, id 4488
[18:22:49 ERROR]: Unidentified item: cfm:ItemTableStone, id 4447
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeBasic, id 4463
[18:22:49 ERROR]: Unidentified item: cfm:itemTree, id 4496
[18:22:49 ERROR]: Unidentified item: cfm:showerheadoff, id 245
[18:22:49 ERROR]: Unidentified item: cfm:computer, id 229
[18:22:49 ERROR]: Unidentified item: cfm:stereo, id 237
[18:22:49 ERROR]: Unidentified item: cfm:cookiejar, id 253
[18:22:49 ERROR]: Unidentified item: cfm:ItemCounterSink, id 4504
[18:22:49 ERROR]: Unidentified item: cfm:ItemCookedFlesh, id 4462
[18:22:49 ERROR]: Unidentified item: cfm:ItemSoap, id 4514
[18:22:49 ERROR]: Unidentified item: cfm:ItemBirdBath, id 4467
[18:22:49 ERROR]: Unidentified item: cfm:ItemBarStall, id 4508
[18:22:49 ERROR]: Unidentified item: cfm:ItemFlesh, id 4461
[18:22:49 ERROR]: Unidentified item: cfm:lampon, id 203
[18:22:49 ERROR]: Unidentified item: cfm:ItemToilet, id 4487
[18:22:49 ERROR]: Unidentified item: cfm:basin, id 239
[18:22:49 ERROR]: Unidentified item: cfm:ovenoverhead, id 221
[18:22:49 ERROR]: Unidentified item: cfm:birdbath, id 223
[18:22:49 ERROR]: Unidentified item: cfm:ItemFridge, id 4454
[18:22:49 ERROR]: Unidentified item: cfm:ItemComputer, id 4478
[18:22:49 ERROR]: Unidentified item: cfm:oven, id 220
[18:22:49 ERROR]: Unidentified item: cfm:ItemPackage, id 4475
[18:22:49 ERROR]: Unidentified item: cfm:tap, id 226
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoffeeTableStone, id 4453
[18:22:49 ERROR]: Unidentified item: cfm:showertop, id 244
[18:22:49 ERROR]: Unidentified item: cfm:ItemBesideCabinet, id 4451
[18:22:49 ERROR]: Unidentified item: cfm:tablewood, id 207
[18:22:49 ERROR]: Unidentified item: cfm:ItemLamp, id 4486
[18:22:49 ERROR]: Unidentified item: cfm:pattern, id 424
[18:22:49 ERROR]: Unidentified item: cfm:freezer, id 211
[18:22:49 ERROR]: Unidentified item: cfm:tree, id 249
[18:22:49 ERROR]: Unidentified item: cfm:ItemChairWood, id 4448
[18:22:49 ERROR]: Unidentified item: cfm:ItemWallCabinet, id 4489
[18:22:49 ERROR]: Unidentified item: cfm:ItemCeilingLight, id 4483
[18:22:49 ERROR]: Unidentified item: cfm:showerheadon, id 246
[18:22:49 ERROR]: Unidentified item: cfm:firealarmon, id 234
[18:22:49 ERROR]: Unidentified item: cfm:printer, id 230
[18:22:49 ERROR]: Unidentified item: cfm:ItemStereo, id 4481
[18:22:49 ERROR]: Unidentified item: cfm:curtainoff, id 218
[18:22:49 ERROR]: Unidentified item: cfm:nyan, id 423
[18:22:49 ERROR]: Unidentified item: cfm:ItemMailBox, id 4471
[18:22:49 ERROR]: Unidentified item: cfm:cup, id 409
[18:22:49 ERROR]: Unidentified item: cfm:ItemBin, id 4493
[18:22:49 ERROR]: Unidentified item: cfm:toilet, id 238
[18:22:49 ERROR]: Unidentified item: cfm:coffetablestone, id 206
[18:22:49 ERROR]: Unidentified item: cfm:present, id 248
[18:22:49 ERROR]: Unidentified item: cfm:ItemDollar, id 4519
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeSpruce, id 4464
[18:22:49 ERROR]: Unidentified item: cfm:coffetablewood, id 205
[18:22:49 ERROR]: Unidentified item: cfm:counterdoored, id 410
[18:22:49 ERROR]: Unidentified item: cfm:ItemDishWasher, id 4505
[18:22:49 ERROR]: Unidentified item: cfm:ItemBath, id 4490
[18:22:49 ERROR]: Unidentified item: cfm:tablestone, id 208
[18:22:49 ERROR]: Unidentified item: cfm:ItemPresentGreen, id 4495
[18:22:49 ERROR]: Unidentified item: cfm:yellowGlow, id 425
[18:22:49 ERROR]: Unidentified item: cfm:ItemElectricFence, id 4482
[18:22:49 ERROR]: Unidentified item: cfm:ItemDrink, id 4513
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoffeeTableWood, id 4452
[18:22:49 ERROR]: Unidentified item: cfm:ceilinglighton, id 236
[18:22:49 ERROR]: Unidentified item: cfm:ItemKitchenCabinet, id 4506
[18:22:49 ERROR]: Unidentified item: cfm:ItemCouch, id 4456
[18:22:49 ERROR]: Unidentified item: cfm:chairwood, id 209
[18:22:49 ERROR]: Unidentified item: cfm:electricfence, id 231
[18:22:49 ERROR]: Unidentified item: cfm:hey, id 416
[18:22:49 ERROR]: Unidentified item: cfm:ItemEnvelope, id 4473
[18:22:49 ERROR]: Unidentified item: cfm:bedsidecabinet, id 219
[18:22:49 ERROR]: Unidentified item: cfm:cabinet, id 213
[18:22:49 ERROR]: Unidentified item: cfm:ItemCurtains, id 4458
[18:22:49 ERROR]: Unidentified item: cfm:fridge, id 212
[18:22:49 ERROR]: Unidentified item: cfm:ItemBlender, id 4501
[18:22:49 ERROR]: Unidentified item: cfm:ItemPackageSigned, id 4476
[18:22:49 ERROR]: Unidentified item: cfm:ItemChairStone, id 4449
[18:22:49 ERROR]: Unidentified item: cfm:ItemSoapyWater, id 4515
[18:22:49 ERROR]: Unidentified item: cfm:firealarmoff, id 233
[18:22:49 ERROR]: Unidentified item: cfm:whitefence, id 225
[18:22:49 ERROR]: Unidentified item: cfm:ItemShowerHead, id 4492
[18:22:49 ERROR]: Unidentified item: cfm:ItemWashingMachine, id 4499
[18:22:49 ERROR]: Unidentified item: cfm:ItemBlinds, id 4457
[18:22:49 ERROR]: Unidentified item: cfm:countersink, id 411
[18:22:49 ERROR]: Unidentified item: cfm:ItemPlate, id 4502
[18:22:49 ERROR]: Unidentified item: cfm:blindon, id 215
[18:22:49 ERROR]: Unidentified item: cfm:ItemOven, id 4459
[18:22:49 ERROR]: Unidentified item: cfm:ItemMicrowave, id 4498
[18:22:49 ERROR]: Unidentified item: cfm:toaster, id 250
[18:22:49 ERROR]: Unidentified item: cfm:ItemPresentRed, id 4494
[18:22:49 ERROR]: Unidentified item: cfm:ItemChoppingBoard, id 4507
[18:22:49 ERROR]: Unidentified item: cfm:wallcabinet, id 240
[18:22:49 ERROR]: Unidentified item: cfm:ItemInkCartridge, id 4480
[18:22:49 ERROR]: Unidentified item: cfm:microwave, id 251
[18:22:49 ERROR]: Unidentified item: cfm:ItemKnife, id 4511
[18:22:49 ERROR]: Unidentified item: cfm:tv, id 228
[18:22:49 ERROR]: Unidentified item: cfm:ceilinglightoff, id 235
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeJungle, id 4466
[18:22:49 ERROR]: Unidentified item: cfm:ItemSuperSoapyWater, id 4516
[18:22:49 ERROR]: Unidentified item: cfm:dishwasher, id 412
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeBirch, id 4465
[18:22:49 ERROR]: Unidentified item: cfm:ItemOvenRangehood, id 4460
[18:22:49 ERROR]: Unidentified item: cfm:bin, id 247
[18:22:49 ERROR]: Unidentified item: cfm:ItemFireAlarm, id 4485
[18:22:49 ERROR]: Unidentified item: cfm:ItemToaster, id 4497
[18:22:49 ERROR]: Unidentified item: cfm:ItemCounterDoored, id 4503
[18:22:49 ERROR]: Unidentified item: cfm:barstool, id 415
[18:22:49 ERROR]: Unidentified item: cfm:blindoff, id 216
[18:22:49 ERROR]: Unidentified item: cfm:whiteGlass, id 426
[18:22:49 ERROR]: Unidentified item: cfm:ItemEnvelopeSigned, id 4474
[18:22:49 ERROR]: Unidentified item: cfm:stonepath, id 224
[18:22:49 ERROR]: Unidentified item: cfm:ItemTap, id 4470
[18:22:49 ERROR]: Unidentified item: cfm:doorbell, id 232
[18:22:49 ERROR]: Unidentified item: cfm:ItemShower, id 4491
[18:22:49 ERROR]: Unidentified item: cfm:ItemRecipeBook, id 4517
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoolPack, id 4455
[18:22:49 ERROR]: Unidentified item: cfm:bath1, id 241
[18:22:49 ERROR]: Unidentified item: cfm:bath2, id 242
[18:22:49 ERROR]: Unidentified item: cfm:ItemBreadSlice, id 4509
[18:22:49 ERROR]: Unidentified item: cfm:ItemCookieJar, id 4500
[18:22:49 ERROR]: Unidentified item: cfm:couch, id 214
[18:22:49 WARN]: Forge Mod Loader detected missing blocks/items.

There are 204 missing blocks and items in this save.
If you continue the missing blocks/items will get removed.
A world backup will be automatically created in your saves directory.

Missing Blocks/Items:
cfm:countersink
cfm:coffetablewood
cfm:ceilinglighton
cfm:doorbell
cfm:freezer
cfm:couch
cfm:bath2
cfm:bath1
cfm:computer
cfm:lampon
cfm:cookiejar
cfm:cup
cfm:curtainon
cfm:chairstone
cfm:blindoff
cfm:tv
cfm:oven
cfm:stereo
cfm:wallcabinet
cfm:microwave
cfm:hey
cfm:toilet
cfm:mailbox
cfm:showerheadon
cfm:electricfence
cfm:lampoff
cfm:firealarmoff
cfm:dishwasher
cfm:coffetablestone
cfm:blender
cfm:bedsidecabinet
cfm:showerheadoff
cfm:counterdoored
cfm:cabinet
cfm:whiteGlass
cfm:blindon
cfm:firealarmon
cfm:bin
cfm:stonepath
cfm:tablestone
cfm:yellowGlow
cfm:tap
cfm:washingmachine
cfm:ovenoverhead
cfm:tablewood
cfm:plate
cfm:hedge
cfm:barstool
cfm:chairwood
cfm:toaster
cfm:kitchencabinet
cfm:pattern
cfm:showerbottom
cfm:fridge
cfm:whitefence
cfm:nyan
cfm:birdbath
cfm:printer
cfm:ceilinglightoff
cfm:tree
cfm:showertop
cfm:basin
cfm:present
cfm:choppingboard
cfm:curtainoff
cfm:ItemTV
cfm:ItemPrinter
cfm:ItemHammer
cfm:plate
cfm:lampoff
cfm:ItemToast
cfm:ItemWhiteFence
cfm:washingmachine
cfm:kitchencabinet
cfm:mailbox
cfm:ItemCrayfish
cfm:showerbottom
cfm:choppingboard
cfm:hedge
cfm:blender
cfm:ItemStonePath
cfm:ItemDoorBell
cfm:ItemCup
cfm:ItemTableWood
cfm:ItemCabinet
cfm:chairstone
cfm:curtainon
cfm:ItemBasin
cfm:ItemTableStone
cfm:ItemHedgeBasic
cfm:itemTree
cfm:showerheadoff
cfm:computer
cfm:stereo
cfm:cookiejar
cfm:ItemCounterSink
cfm:ItemCookedFlesh
cfm:ItemSoap
cfm:ItemBirdBath
cfm:ItemBarStall
cfm:ItemFlesh
cfm:lampon
cfm:ItemToilet
cfm:basin
cfm:ovenoverhead
cfm:birdbath
cfm:ItemFridge
cfm:ItemComputer
cfm:oven
cfm:ItemPackage
cfm:tap
cfm:ItemCoffeeTableStone
cfm:showertop
cfm:ItemBesideCabinet
cfm:tablewood
cfm:ItemLamp
cfm:pattern
cfm:freezer
cfm:tree
cfm:ItemChairWood
cfm:ItemWallCabinet
cfm:ItemCeilingLight
cfm:showerheadon
cfm:firealarmon
cfm:printer
cfm:ItemStereo
cfm:curtainoff
cfm:nyan
cfm:ItemMailBox
cfm:cup
cfm:ItemBin
cfm:toilet
cfm:coffetablestone
cfm:present
cfm:ItemDollar
cfm:ItemHedgeSpruce
cfm:coffetablewood
cfm:counterdoored
cfm:ItemDishWasher
cfm:ItemBath
cfm:tablestone
cfm:ItemPresentGreen
cfm:yellowGlow
cfm:ItemElectricFence
cfm:ItemDrink
cfm:ItemCoffeeTableWood
cfm:ceilinglighton
cfm:ItemKitchenCabinet
cfm:ItemCouch
cfm:chairwood
cfm:electricfence
cfm:hey
cfm:ItemEnvelope
cfm:bedsidecabinet
cfm:cabinet
cfm:ItemCurtains
cfm:fridge
cfm:ItemBlender
cfm:ItemPackageSigned
cfm:ItemChairStone
cfm:ItemSoapyWater
cfm:firealarmoff
cfm:whitefence
cfm:ItemShowerHead
cfm:ItemWashingMachine
cfm:ItemBlinds
cfm:countersink
cfm:ItemPlate
cfm:blindon
cfm:ItemOven
cfm:ItemMicrowave
cfm:toaster
cfm:ItemPresentRed
cfm:ItemChoppingBoard
cfm:wallcabinet
cfm:ItemInkCartridge
cfm:microwave
cfm:ItemKnife
cfm:tv
cfm:ceilinglightoff
cfm:ItemHedgeJungle
cfm:ItemSuperSoapyWater
cfm:dishwasher
cfm:ItemHedgeBirch
cfm:ItemOvenRangehood
cfm:bin
cfm:ItemFireAlarm
cfm:ItemToaster
cfm:ItemCounterDoored
cfm:barstool
cfm:blindoff
cfm:whiteGlass
cfm:ItemEnvelopeSigned
cfm:stonepath
cfm:ItemTap
cfm:doorbell
cfm:ItemShower
cfm:ItemRecipeBook
cfm:ItemCoolPack
cfm:bath1
cfm:bath2
cfm:ItemBreadSlice
cfm:ItemCookieJar
cfm:couch


Run the command /fml confirm or or /fml cancel to proceed.
Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.


┍───────────────────────────────


│   프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│   프리루트의 구동기가 서버에 이용할 자바를 자동으로
│      탐지하고 있습니다. 잠시만 기다려주세요 :D


│  * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│                    서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
[SMC FNE]transforming aji net.minecraft.block.Block
[SMC FNE] 65109 (+0)
[SMC FNE]transforming abh net.minecraft.item.ItemBlock
[SMC FNE] 4222 (+0)
[18:22:38 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[18:22:39 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_151, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_151
[18:22:39 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[18:22:39 INFO]: Loading tweaker shadersmodcore.loading.SMCTweaker from ShadersModCore-v2.3.31-mc1.7.10-f.jar
[18:22:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Loading tweak class name shadersmodcore.loading.SMCTweaker
[18:22:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:40 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:40 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:41 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:41 INFO]: Calling tweak class shadersmodcore.loading.SMCTweaker
[18:22:41 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:41 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:41 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[18:22:46 INFO]: Starting minecraft server version 1.7.10
[18:22:46 INFO]: Attempting early MinecraftForge initialization
[18:22:46 INFO]: MinecraftForge v10.13.4.1614 Initialized
[18:22:46 INFO]: Replaced 183 ore recipies
[18:22:46 INFO]: Completed early MinecraftForge initialization
[18:22:46 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[18:22:46 INFO]: Searching C:\Users\KangDS\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[18:22:46 INFO]: Also searching C:\Users\KangDS\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10 for mods
[18:22:46 INFO]: Forge Mod Loader has identified 5 mods to load
[18:22:46 INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.127-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:22:46 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs] at CLIENT
[18:22:46 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs] at SERVER
[18:22:47 INFO]: Processing ObjectHolder annotations
[18:22:47 INFO]: Found 341 ObjectHolder annotations
[18:22:47 INFO]: Identifying ItemStackHolder annotations
[18:22:47 INFO]: Found 0 ItemStackHolder annotations
[18:22:47 INFO]: Configured a dormant chunk cache size of 0
[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.LogWriter:71] Sat Jan 06 18:22:47 KST 2018

[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.controllers.ScriptController:60] Script Engines Available:

[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.controllers.ScriptController:66] Scala: .scala

[18:22:47 INFO]: Bukkit permissions enabled
[18:22:47 INFO]: Permissions available:
[18:22:47 INFO]: customnpcs.edit.blocks
[18:22:47 INFO]: customnpcs.edit.villager
[18:22:47 INFO]: customnpcs.global.bank
[18:22:47 INFO]: customnpcs.global.dialog
[18:22:47 INFO]: customnpcs.global.faction
[18:22:47 INFO]: customnpcs.global.linked
[18:22:47 INFO]: customnpcs.global.naturalspawn
[18:22:47 INFO]: customnpcs.global.playerdata
[18:22:47 INFO]: customnpcs.global.quest
[18:22:47 INFO]: customnpcs.global.recipe
[18:22:47 INFO]: customnpcs.global.transport
[18:22:47 INFO]: customnpcs.npc.advanced
[18:22:47 INFO]: customnpcs.npc.ai
[18:22:47 INFO]: customnpcs.npc.clone
[18:22:47 INFO]: customnpcs.npc.create
[18:22:47 INFO]: customnpcs.npc.delete
[18:22:47 INFO]: customnpcs.npc.display
[18:22:47 INFO]: customnpcs.npc.freeze
[18:22:47 INFO]: customnpcs.npc.gui
[18:22:47 INFO]: customnpcs.npc.inventory
[18:22:47 INFO]: customnpcs.npc.reset
[18:22:47 INFO]: customnpcs.npc.stats
[18:22:47 INFO]: customnpcs.soulstone.all
[18:22:47 INFO]: customnpcs.spawner.create
[18:22:47 INFO]: customnpcs.spawner.mob
[18:22:47 INFO]: customnpcs.tool.mounter
[18:22:47 INFO]: customnpcs.tool.pather
[18:22:47 INFO]: customnpcs.tool.scripter
[18:22:47 INFO]: Applying holder lookups
[18:22:47 INFO]: Holder lookups applied
[18:22:47 INFO]: Injecting itemstacks
[18:22:47 INFO]: Itemstack injection complete
[18:22:47 INFO]: Loading properties
[18:22:47 INFO]: Default game type: SURVIVAL
[18:22:48 INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[18:22:48 INFO]: Server Ping Player Sample Count: 12
[18:22:48 INFO]: Using 4 threads for Netty based IO
[18:22:48 INFO]: Generating keypair
[18:22:48 INFO]: Starting Minecraft server on *:25565
[18:22:48 INFO]: Injecting itemstacks
[18:22:48 INFO]: Itemstack injection complete
[18:22:48 INFO]: Forge Mod Loader has successfully loaded 5 mods
[18:22:48 WARN]: [18:22:48][FINE][noppes.npcs.controllers.LinkedNpcController:43] Loading Linked Npcs

[18:22:48 WARN]: [18:22:48][FINE][noppes.npcs.controllers.LinkedNpcController:63] Done loading Linked Npcs

[18:22:48 INFO]: Preparing level "world"
[18:22:48 INFO]: Registered command debug with permission node vanilla.command.debug
[18:22:48 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[18:22:48 INFO]: Registered command playsound with permission node vanilla.command.playsound
[18:22:48 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[18:22:48 INFO]: Registered command achievement with permission node vanilla.command.achievement
[18:22:48 INFO]: Registered command summon with permission node vanilla.command.summon
[18:22:48 INFO]: Registered command setblock with permission node vanilla.command.setblock
[18:22:48 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[18:22:48 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[18:22:48 INFO]: Registered command netstat with permission node vanilla.command.netstat
[18:22:48 INFO]: This world was saved with mod Forge version 10.13.4.1517 and it is now at version 10.13.4.1614, things may not work well
[18:22:48 ERROR]: This world was saved with mod cfm which appears to be missing, things may not work well
[18:22:48 INFO]: Injecting existing block and item data into this server instance
[18:22:48 INFO]: Found a missing id from the world cfm:countersink
[18:22:48 INFO]: Found a missing id from the world cfm:coffetablewood
[18:22:48 INFO]: Found a missing id from the world cfm:ceilinglighton
[18:22:48 INFO]: Found a missing id from the world cfm:doorbell
[18:22:48 INFO]: Found a missing id from the world cfm:freezer
[18:22:48 INFO]: Found a missing id from the world cfm:couch
[18:22:48 INFO]: Found a missing id from the world cfm:bath2
[18:22:48 INFO]: Found a missing id from the world cfm:bath1
[18:22:48 INFO]: Found a missing id from the world cfm:computer
[18:22:48 INFO]: Found a missing id from the world cfm:lampon
[18:22:48 INFO]: Found a missing id from the world cfm:cookiejar
[18:22:48 INFO]: Found a missing id from the world cfm:cup
[18:22:48 INFO]: Found a missing id from the world cfm:curtainon
[18:22:48 INFO]: Found a missing id from the world cfm:chairstone
[18:22:48 INFO]: Found a missing id from the world cfm:blindoff
[18:22:48 INFO]: Found a missing id from the world cfm:tv
[18:22:48 INFO]: Found a missing id from the world cfm:oven
[18:22:48 INFO]: Found a missing id from the world cfm:stereo
[18:22:48 INFO]: Found a missing id from the world cfm:wallcabinet
[18:22:48 INFO]: Found a missing id from the world cfm:microwave
[18:22:48 INFO]: Found a missing id from the world cfm:hey
[18:22:48 INFO]: Found a missing id from the world cfm:toilet
[18:22:48 INFO]: Found a missing id from the world cfm:mailbox
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadon
[18:22:48 INFO]: Found a missing id from the world cfm:electricfence
[18:22:48 INFO]: Found a missing id from the world cfm:lampoff
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmoff
[18:22:48 INFO]: Found a missing id from the world cfm:dishwasher
[18:22:48 INFO]: Found a missing id from the world cfm:coffetablestone
[18:22:48 INFO]: Found a missing id from the world cfm:blender
[18:22:48 INFO]: Found a missing id from the world cfm:bedsidecabinet
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadoff
[18:22:48 INFO]: Found a missing id from the world cfm:counterdoored
[18:22:48 INFO]: Found a missing id from the world cfm:cabinet
[18:22:48 INFO]: Found a missing id from the world cfm:whiteGlass
[18:22:48 INFO]: Found a missing id from the world cfm:blindon
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmon
[18:22:48 INFO]: Found a missing id from the world cfm:bin
[18:22:48 INFO]: Found a missing id from the world cfm:stonepath
[18:22:48 INFO]: Found a missing id from the world cfm:tablestone
[18:22:48 INFO]: Found a missing id from the world cfm:yellowGlow
[18:22:48 INFO]: Found a missing id from the world cfm:tap
[18:22:48 INFO]: Found a missing id from the world cfm:washingmachine
[18:22:48 INFO]: Found a missing id from the world cfm:ovenoverhead
[18:22:48 INFO]: Found a missing id from the world cfm:tablewood
[18:22:48 INFO]: Found a missing id from the world cfm:plate
[18:22:48 INFO]: Found a missing id from the world cfm:hedge
[18:22:48 INFO]: Found a missing id from the world cfm:barstool
[18:22:48 INFO]: Found a missing id from the world cfm:chairwood
[18:22:48 INFO]: Found a missing id from the world cfm:toaster
[18:22:48 INFO]: Found a missing id from the world cfm:kitchencabinet
[18:22:48 INFO]: Found a missing id from the world cfm:pattern
[18:22:48 INFO]: Found a missing id from the world cfm:showerbottom
[18:22:48 INFO]: Found a missing id from the world cfm:fridge
[18:22:48 INFO]: Found a missing id from the world cfm:whitefence
[18:22:48 INFO]: Found a missing id from the world cfm:nyan
[18:22:48 INFO]: Found a missing id from the world cfm:birdbath
[18:22:48 INFO]: Found a missing id from the world cfm:printer
[18:22:48 INFO]: Found a missing id from the world cfm:ceilinglightoff
[18:22:48 INFO]: Found a missing id from the world cfm:tree
[18:22:48 INFO]: Found a missing id from the world cfm:showertop
[18:22:48 INFO]: Found a missing id from the world cfm:basin
[18:22:48 INFO]: Found a missing id from the world cfm:present
[18:22:48 INFO]: Found a missing id from the world cfm:choppingboard
[18:22:48 INFO]: Found a missing id from the world cfm:curtainoff
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTV
[18:22:48 INFO]: Found a missing id from the world cfm:ItemPrinter
[18:22:48 INFO]: Found a missing id from the world cfm:ItemHammer
[18:22:48 INFO]: Found a missing id from the world cfm:plate
[18:22:48 INFO]: Found a missing id from the world cfm:lampoff
[18:22:48 INFO]: Found a missing id from the world cfm:ItemToast
[18:22:48 INFO]: Found a missing id from the world cfm:ItemWhiteFence
[18:22:48 INFO]: Found a missing id from the world cfm:washingmachine
[18:22:48 INFO]: Found a missing id from the world cfm:kitchencabinet
[18:22:48 INFO]: Found a missing id from the world cfm:mailbox
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCrayfish
[18:22:48 INFO]: Found a missing id from the world cfm:showerbottom
[18:22:48 INFO]: Found a missing id from the world cfm:choppingboard
[18:22:48 INFO]: Found a missing id from the world cfm:hedge
[18:22:48 INFO]: Found a missing id from the world cfm:blender
[18:22:48 INFO]: Found a missing id from the world cfm:ItemStonePath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemDoorBell
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCup
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTableWood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:chairstone
[18:22:48 INFO]: Found a missing id from the world cfm:curtainon
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBasin
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTableStone
[18:22:48 INFO]: Found a missing id from the world cfm:ItemHedgeBasic
[18:22:48 INFO]: Found a missing id from the world cfm:itemTree
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadoff
[18:22:48 INFO]: Found a missing id from the world cfm:computer
[18:22:48 INFO]: Found a missing id from the world cfm:stereo
[18:22:48 INFO]: Found a missing id from the world cfm:cookiejar
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCounterSink
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCookedFlesh
[18:22:48 INFO]: Found a missing id from the world cfm:ItemSoap
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBirdBath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBarStall
[18:22:48 INFO]: Found a missing id from the world cfm:ItemFlesh
[18:22:48 INFO]: Found a missing id from the world cfm:lampon
[18:22:48 INFO]: Found a missing id from the world cfm:ItemToilet
[18:22:48 INFO]: Found a missing id from the world cfm:basin
[18:22:48 INFO]: Found a missing id from the world cfm:ovenoverhead
[18:22:48 INFO]: Found a missing id from the world cfm:birdbath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemFridge
[18:22:48 INFO]: Found a missing id from the world cfm:ItemComputer
[18:22:48 INFO]: Found a missing id from the world cfm:oven
[18:22:48 INFO]: Found a missing id from the world cfm:ItemPackage
[18:22:48 INFO]: Found a missing id from the world cfm:tap
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCoffeeTableStone
[18:22:48 INFO]: Found a missing id from the world cfm:showertop
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBesideCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:tablewood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemLamp
[18:22:48 INFO]: Found a missing id from the world cfm:pattern
[18:22:48 INFO]: Found a missing id from the world cfm:freezer
[18:22:48 INFO]: Found a missing id from the world cfm:tree
[18:22:48 INFO]: Found a missing id from the world cfm:ItemChairWood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemWallCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCeilingLight
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadon
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmon
[18:22:48 INFO]: Found a missing id from the world cfm:printer
[18:22:48 INFO]: Found a missing id from the world cfm:ItemStereo
[18:22:48 INFO]: Found a missing id from the world cfm:curtainoff
[18:22:48 INFO]: Found a missing id from the world cfm:nyan
[18:22:48 INFO]: Found a missing id from the world cfm:ItemMailBox
[18:22:48 INFO]: Found a missing id from the world cfm:cup
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBin
[18:22:49 INFO]: Found a missing id from the world cfm:toilet
[18:22:49 INFO]: Found a missing id from the world cfm:coffetablestone
[18:22:49 INFO]: Found a missing id from the world cfm:present
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDollar
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeSpruce
[18:22:49 INFO]: Found a missing id from the world cfm:coffetablewood
[18:22:49 INFO]: Found a missing id from the world cfm:counterdoored
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDishWasher
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBath
[18:22:49 INFO]: Found a missing id from the world cfm:tablestone
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPresentGreen
[18:22:49 INFO]: Found a missing id from the world cfm:yellowGlow
[18:22:49 INFO]: Found a missing id from the world cfm:ItemElectricFence
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDrink
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCoffeeTableWood
[18:22:49 INFO]: Found a missing id from the world cfm:ceilinglighton
[18:22:49 INFO]: Found a missing id from the world cfm:ItemKitchenCabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCouch
[18:22:49 INFO]: Found a missing id from the world cfm:chairwood
[18:22:49 INFO]: Found a missing id from the world cfm:electricfence
[18:22:49 INFO]: Found a missing id from the world cfm:hey
[18:22:49 INFO]: Found a missing id from the world cfm:ItemEnvelope
[18:22:49 INFO]: Found a missing id from the world cfm:bedsidecabinet
[18:22:49 INFO]: Found a missing id from the world cfm:cabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCurtains
[18:22:49 INFO]: Found a missing id from the world cfm:fridge
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBlender
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPackageSigned
[18:22:49 INFO]: Found a missing id from the world cfm:ItemChairStone
[18:22:49 INFO]: Found a missing id from the world cfm:ItemSoapyWater
[18:22:49 INFO]: Found a missing id from the world cfm:firealarmoff
[18:22:49 INFO]: Found a missing id from the world cfm:whitefence
[18:22:49 INFO]: Found a missing id from the world cfm:ItemShowerHead
[18:22:49 INFO]: Found a missing id from the world cfm:ItemWashingMachine
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBlinds
[18:22:49 INFO]: Found a missing id from the world cfm:countersink
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPlate
[18:22:49 INFO]: Found a missing id from the world cfm:blindon
[18:22:49 INFO]: Found a missing id from the world cfm:ItemOven
[18:22:49 INFO]: Found a missing id from the world cfm:ItemMicrowave
[18:22:49 INFO]: Found a missing id from the world cfm:toaster
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPresentRed
[18:22:49 INFO]: Found a missing id from the world cfm:ItemChoppingBoard
[18:22:49 INFO]: Found a missing id from the world cfm:wallcabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemInkCartridge
[18:22:49 INFO]: Found a missing id from the world cfm:microwave
[18:22:49 INFO]: Found a missing id from the world cfm:ItemKnife
[18:22:49 INFO]: Found a missing id from the world cfm:tv
[18:22:49 INFO]: Found a missing id from the world cfm:ceilinglightoff
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeJungle
[18:22:49 INFO]: Found a missing id from the world cfm:ItemSuperSoapyWater
[18:22:49 INFO]: Found a missing id from the world cfm:dishwasher
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeBirch
[18:22:49 INFO]: Found a missing id from the world cfm:ItemOvenRangehood
[18:22:49 INFO]: Found a missing id from the world cfm:bin
[18:22:49 INFO]: Found a missing id from the world cfm:ItemFireAlarm
[18:22:49 INFO]: Found a missing id from the world cfm:ItemToaster
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCounterDoored
[18:22:49 INFO]: Found a missing id from the world cfm:barstool
[18:22:49 INFO]: Found a missing id from the world cfm:blindoff
[18:22:49 INFO]: Found a missing id from the world cfm:whiteGlass
[18:22:49 INFO]: Found a missing id from the world cfm:ItemEnvelopeSigned
[18:22:49 INFO]: Found a missing id from the world cfm:stonepath
[18:22:49 INFO]: Found a missing id from the world cfm:ItemTap
[18:22:49 INFO]: Found a missing id from the world cfm:doorbell
[18:22:49 INFO]: Found a missing id from the world cfm:ItemShower
[18:22:49 INFO]: Found a missing id from the world cfm:ItemRecipeBook
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCoolPack
[18:22:49 INFO]: Found a missing id from the world cfm:bath1
[18:22:49 INFO]: Found a missing id from the world cfm:bath2
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBreadSlice
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCookieJar
[18:22:49 INFO]: Found a missing id from the world cfm:couch
[18:22:49 ERROR]: There are unidentified mappings in this world - we are going to attempt to process anyway
[18:22:49 ERROR]: Unidentified block: cfm:countersink, id 411
[18:22:49 ERROR]: Unidentified block: cfm:coffetablewood, id 205
[18:22:49 ERROR]: Unidentified block: cfm:ceilinglighton, id 236
[18:22:49 ERROR]: Unidentified block: cfm:doorbell, id 232
[18:22:49 ERROR]: Unidentified block: cfm:freezer, id 211
[18:22:49 ERROR]: Unidentified block: cfm:couch, id 214
[18:22:49 ERROR]: Unidentified block: cfm:bath2, id 242
[18:22:49 ERROR]: Unidentified block: cfm:bath1, id 241
[18:22:49 ERROR]: Unidentified block: cfm:computer, id 229
[18:22:49 ERROR]: Unidentified block: cfm:lampon, id 203
[18:22:49 ERROR]: Unidentified block: cfm:cookiejar, id 253
[18:22:49 ERROR]: Unidentified block: cfm:cup, id 409
[18:22:49 ERROR]: Unidentified block: cfm:curtainon, id 217
[18:22:49 ERROR]: Unidentified block: cfm:chairstone, id 210
[18:22:49 ERROR]: Unidentified block: cfm:blindoff, id 216
[18:22:49 ERROR]: Unidentified block: cfm:tv, id 228
[18:22:49 ERROR]: Unidentified block: cfm:oven, id 220
[18:22:49 ERROR]: Unidentified block: cfm:stereo, id 237
[18:22:49 ERROR]: Unidentified block: cfm:wallcabinet, id 240
[18:22:49 ERROR]: Unidentified block: cfm:microwave, id 251
[18:22:49 ERROR]: Unidentified block: cfm:hey, id 416
[18:22:49 ERROR]: Unidentified block: cfm:toilet, id 238
[18:22:49 ERROR]: Unidentified block: cfm:mailbox, id 227
[18:22:49 ERROR]: Unidentified block: cfm:showerheadon, id 246
[18:22:49 ERROR]: Unidentified block: cfm:electricfence, id 231
[18:22:49 ERROR]: Unidentified block: cfm:lampoff, id 204
[18:22:49 ERROR]: Unidentified block: cfm:firealarmoff, id 233
[18:22:49 ERROR]: Unidentified block: cfm:dishwasher, id 412
[18:22:49 ERROR]: Unidentified block: cfm:coffetablestone, id 206
[18:22:49 ERROR]: Unidentified block: cfm:blender, id 254
[18:22:49 ERROR]: Unidentified block: cfm:bedsidecabinet, id 219
[18:22:49 ERROR]: Unidentified block: cfm:showerheadoff, id 245
[18:22:49 ERROR]: Unidentified block: cfm:counterdoored, id 410
[18:22:49 ERROR]: Unidentified block: cfm:cabinet, id 213
[18:22:49 ERROR]: Unidentified block: cfm:whiteGlass, id 426
[18:22:49 ERROR]: Unidentified block: cfm:blindon, id 215
[18:22:49 ERROR]: Unidentified block: cfm:firealarmon, id 234
[18:22:49 ERROR]: Unidentified block: cfm:bin, id 247
[18:22:49 ERROR]: Unidentified block: cfm:stonepath, id 224
[18:22:49 ERROR]: Unidentified block: cfm:tablestone, id 208
[18:22:49 ERROR]: Unidentified block: cfm:yellowGlow, id 425
[18:22:49 ERROR]: Unidentified block: cfm:tap, id 226
[18:22:49 ERROR]: Unidentified block: cfm:washingmachine, id 252
[18:22:49 ERROR]: Unidentified block: cfm:ovenoverhead, id 221
[18:22:49 ERROR]: Unidentified block: cfm:tablewood, id 207
[18:22:49 ERROR]: Unidentified block: cfm:plate, id 255
[18:22:49 ERROR]: Unidentified block: cfm:hedge, id 222
[18:22:49 ERROR]: Unidentified block: cfm:barstool, id 415
[18:22:49 ERROR]: Unidentified block: cfm:chairwood, id 209
[18:22:49 ERROR]: Unidentified block: cfm:toaster, id 250
[18:22:49 ERROR]: Unidentified block: cfm:kitchencabinet, id 413
[18:22:49 ERROR]: Unidentified block: cfm:pattern, id 424
[18:22:49 ERROR]: Unidentified block: cfm:showerbottom, id 243
[18:22:49 ERROR]: Unidentified block: cfm:fridge, id 212
[18:22:49 ERROR]: Unidentified block: cfm:whitefence, id 225
[18:22:49 ERROR]: Unidentified block: cfm:nyan, id 423
[18:22:49 ERROR]: Unidentified block: cfm:birdbath, id 223
[18:22:49 ERROR]: Unidentified block: cfm:printer, id 230
[18:22:49 ERROR]: Unidentified block: cfm:ceilinglightoff, id 235
[18:22:49 ERROR]: Unidentified block: cfm:tree, id 249
[18:22:49 ERROR]: Unidentified block: cfm:showertop, id 244
[18:22:49 ERROR]: Unidentified block: cfm:basin, id 239
[18:22:49 ERROR]: Unidentified block: cfm:present, id 248
[18:22:49 ERROR]: Unidentified block: cfm:choppingboard, id 414
[18:22:49 ERROR]: Unidentified block: cfm:curtainoff, id 218
[18:22:49 ERROR]: Unidentified item: cfm:ItemTV, id 4477
[18:22:49 ERROR]: Unidentified item: cfm:ItemPrinter, id 4479
[18:22:49 ERROR]: Unidentified item: cfm:ItemHammer, id 4472
[18:22:49 ERROR]: Unidentified item: cfm:plate, id 255
[18:22:49 ERROR]: Unidentified item: cfm:lampoff, id 204
[18:22:49 ERROR]: Unidentified item: cfm:ItemToast, id 4510
[18:22:49 ERROR]: Unidentified item: cfm:ItemWhiteFence, id 4469
[18:22:49 ERROR]: Unidentified item: cfm:washingmachine, id 252
[18:22:49 ERROR]: Unidentified item: cfm:kitchencabinet, id 413
[18:22:49 ERROR]: Unidentified item: cfm:mailbox, id 227
[18:22:49 ERROR]: Unidentified item: cfm:ItemCrayfish, id 4518
[18:22:49 ERROR]: Unidentified item: cfm:showerbottom, id 243
[18:22:49 ERROR]: Unidentified item: cfm:choppingboard, id 414
[18:22:49 ERROR]: Unidentified item: cfm:hedge, id 222
[18:22:49 ERROR]: Unidentified item: cfm:blender, id 254
[18:22:49 ERROR]: Unidentified item: cfm:ItemStonePath, id 4468
[18:22:49 ERROR]: Unidentified item: cfm:ItemDoorBell, id 4484
[18:22:49 ERROR]: Unidentified item: cfm:ItemCup, id 4512
[18:22:49 ERROR]: Unidentified item: cfm:ItemTableWood, id 4446
[18:22:49 ERROR]: Unidentified item: cfm:ItemCabinet, id 4450
[18:22:49 ERROR]: Unidentified item: cfm:chairstone, id 210
[18:22:49 ERROR]: Unidentified item: cfm:curtainon, id 217
[18:22:49 ERROR]: Unidentified item: cfm:ItemBasin, id 4488
[18:22:49 ERROR]: Unidentified item: cfm:ItemTableStone, id 4447
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeBasic, id 4463
[18:22:49 ERROR]: Unidentified item: cfm:itemTree, id 4496
[18:22:49 ERROR]: Unidentified item: cfm:showerheadoff, id 245
[18:22:49 ERROR]: Unidentified item: cfm:computer, id 229
[18:22:49 ERROR]: Unidentified item: cfm:stereo, id 237
[18:22:49 ERROR]: Unidentified item: cfm:cookiejar, id 253
[18:22:49 ERROR]: Unidentified item: cfm:ItemCounterSink, id 4504
[18:22:49 ERROR]: Unidentified item: cfm:ItemCookedFlesh, id 4462
[18:22:49 ERROR]: Unidentified item: cfm:ItemSoap, id 4514
[18:22:49 ERROR]: Unidentified item: cfm:ItemBirdBath, id 4467
[18:22:49 ERROR]: Unidentified item: cfm:ItemBarStall, id 4508
[18:22:49 ERROR]: Unidentified item: cfm:ItemFlesh, id 4461
[18:22:49 ERROR]: Unidentified item: cfm:lampon, id 203
[18:22:49 ERROR]: Unidentified item: cfm:ItemToilet, id 4487
[18:22:49 ERROR]: Unidentified item: cfm:basin, id 239
[18:22:49 ERROR]: Unidentified item: cfm:ovenoverhead, id 221
[18:22:49 ERROR]: Unidentified item: cfm:birdbath, id 223
[18:22:49 ERROR]: Unidentified item: cfm:ItemFridge, id 4454
[18:22:49 ERROR]: Unidentified item: cfm:ItemComputer, id 4478
[18:22:49 ERROR]: Unidentified item: cfm:oven, id 220
[18:22:49 ERROR]: Unidentified item: cfm:ItemPackage, id 4475
[18:22:49 ERROR]: Unidentified item: cfm:tap, id 226
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoffeeTableStone, id 4453
[18:22:49 ERROR]: Unidentified item: cfm:showertop, id 244
[18:22:49 ERROR]: Unidentified item: cfm:ItemBesideCabinet, id 4451
[18:22:49 ERROR]: Unidentified item: cfm:tablewood, id 207
[18:22:49 ERROR]: Unidentified item: cfm:ItemLamp, id 4486
[18:22:49 ERROR]: Unidentified item: cfm:pattern, id 424
[18:22:49 ERROR]: Unidentified item: cfm:freezer, id 211
[18:22:49 ERROR]: Unidentified item: cfm:tree, id 249
[18:22:49 ERROR]: Unidentified item: cfm:ItemChairWood, id 4448
[18:22:49 ERROR]: Unidentified item: cfm:ItemWallCabinet, id 4489
[18:22:49 ERROR]: Unidentified item: cfm:ItemCeilingLight, id 4483
[18:22:49 ERROR]: Unidentified item: cfm:showerheadon, id 246
[18:22:49 ERROR]: Unidentified item: cfm:firealarmon, id 234
[18:22:49 ERROR]: Unidentified item: cfm:printer, id 230
[18:22:49 ERROR]: Unidentified item: cfm:ItemStereo, id 4481
[18:22:49 ERROR]: Unidentified item: cfm:curtainoff, id 218
[18:22:49 ERROR]: Unidentified item: cfm:nyan, id 423
[18:22:49 ERROR]: Unidentified item: cfm:ItemMailBox, id 4471
[18:22:49 ERROR]: Unidentified item: cfm:cup, id 409
[18:22:49 ERROR]: Unidentified item: cfm:ItemBin, id 4493
[18:22:49 ERROR]: Unidentified item: cfm:toilet, id 238
[18:22:49 ERROR]: Unidentified item: cfm:coffetablestone, id 206
[18:22:49 ERROR]: Unidentified item: cfm:present, id 248
[18:22:49 ERROR]: Unidentified item: cfm:ItemDollar, id 4519
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeSpruce, id 4464
[18:22:49 ERROR]: Unidentified item: cfm:coffetablewood, id 205
[18:22:49 ERROR]: Unidentified item: cfm:counterdoored, id 410
[18:22:49 ERROR]: Unidentified item: cfm:ItemDishWasher, id 4505
[18:22:49 ERROR]: Unidentified item: cfm:ItemBath, id 4490
[18:22:49 ERROR]: Unidentified item: cfm:tablestone, id 208
[18:22:49 ERROR]: Unidentified item: cfm:ItemPresentGreen, id 4495
[18:22:49 ERROR]: Unidentified item: cfm:yellowGlow, id 425
[18:22:49 ERROR]: Unidentified item: cfm:ItemElectricFence, id 4482
[18:22:49 ERROR]: Unidentified item: cfm:ItemDrink, id 4513
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoffeeTableWood, id 4452
[18:22:49 ERROR]: Unidentified item: cfm:ceilinglighton, id 236
[18:22:49 ERROR]: Unidentified item: cfm:ItemKitchenCabinet, id 4506
[18:22:49 ERROR]: Unidentified item: cfm:ItemCouch, id 4456
[18:22:49 ERROR]: Unidentified item: cfm:chairwood, id 209
[18:22:49 ERROR]: Unidentified item: cfm:electricfence, id 231
[18:22:49 ERROR]: Unidentified item: cfm:hey, id 416
[18:22:49 ERROR]: Unidentified item: cfm:ItemEnvelope, id 4473
[18:22:49 ERROR]: Unidentified item: cfm:bedsidecabinet, id 219
[18:22:49 ERROR]: Unidentified item: cfm:cabinet, id 213
[18:22:49 ERROR]: Unidentified item: cfm:ItemCurtains, id 4458
[18:22:49 ERROR]: Unidentified item: cfm:fridge, id 212
[18:22:49 ERROR]: Unidentified item: cfm:ItemBlender, id 4501
[18:22:49 ERROR]: Unidentified item: cfm:ItemPackageSigned, id 4476
[18:22:49 ERROR]: Unidentified item: cfm:ItemChairStone, id 4449
[18:22:49 ERROR]: Unidentified item: cfm:ItemSoapyWater, id 4515
[18:22:49 ERROR]: Unidentified item: cfm:firealarmoff, id 233
[18:22:49 ERROR]: Unidentified item: cfm:whitefence, id 225
[18:22:49 ERROR]: Unidentified item: cfm:ItemShowerHead, id 4492
[18:22:49 ERROR]: Unidentified item: cfm:ItemWashingMachine, id 4499
[18:22:49 ERROR]: Unidentified item: cfm:ItemBlinds, id 4457
[18:22:49 ERROR]: Unidentified item: cfm:countersink, id 411
[18:22:49 ERROR]: Unidentified item: cfm:ItemPlate, id 4502
[18:22:49 ERROR]: Unidentified item: cfm:blindon, id 215
[18:22:49 ERROR]: Unidentified item: cfm:ItemOven, id 4459
[18:22:49 ERROR]: Unidentified item: cfm:ItemMicrowave, id 4498
[18:22:49 ERROR]: Unidentified item: cfm:toaster, id 250
[18:22:49 ERROR]: Unidentified item: cfm:ItemPresentRed, id 4494
[18:22:49 ERROR]: Unidentified item: cfm:ItemChoppingBoard, id 4507
[18:22:49 ERROR]: Unidentified item: cfm:wallcabinet, id 240
[18:22:49 ERROR]: Unidentified item: cfm:ItemInkCartridge, id 4480
[18:22:49 ERROR]: Unidentified item: cfm:microwave, id 251
[18:22:49 ERROR]: Unidentified item: cfm:ItemKnife, id 4511
[18:22:49 ERROR]: Unidentified item: cfm:tv, id 228
[18:22:49 ERROR]: Unidentified item: cfm:ceilinglightoff, id 235
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeJungle, id 4466
[18:22:49 ERROR]: Unidentified item: cfm:ItemSuperSoapyWater, id 4516
[18:22:49 ERROR]: Unidentified item: cfm:dishwasher, id 412
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeBirch, id 4465
[18:22:49 ERROR]: Unidentified item: cfm:ItemOvenRangehood, id 4460
[18:22:49 ERROR]: Unidentified item: cfm:bin, id 247
[18:22:49 ERROR]: Unidentified item: cfm:ItemFireAlarm, id 4485
[18:22:49 ERROR]: Unidentified item: cfm:ItemToaster, id 4497
[18:22:49 ERROR]: Unidentified item: cfm:ItemCounterDoored, id 4503
[18:22:49 ERROR]: Unidentified item: cfm:barstool, id 415
[18:22:49 ERROR]: Unidentified item: cfm:blindoff, id 216
[18:22:49 ERROR]: Unidentified item: cfm:whiteGlass, id 426
[18:22:49 ERROR]: Unidentified item: cfm:ItemEnvelopeSigned, id 4474
[18:22:49 ERROR]: Unidentified item: cfm:stonepath, id 224
[18:22:49 ERROR]: Unidentified item: cfm:ItemTap, id 4470
[18:22:49 ERROR]: Unidentified item: cfm:doorbell, id 232
[18:22:49 ERROR]: Unidentified item: cfm:ItemShower, id 4491
[18:22:49 ERROR]: Unidentified item: cfm:ItemRecipeBook, id 4517
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoolPack, id 4455
[18:22:49 ERROR]: Unidentified item: cfm:bath1, id 241
[18:22:49 ERROR]: Unidentified item: cfm:bath2, id 242
[18:22:49 ERROR]: Unidentified item: cfm:ItemBreadSlice, id 4509
[18:22:49 ERROR]: Unidentified item: cfm:ItemCookieJar, id 4500
[18:22:49 ERROR]: Unidentified item: cfm:couch, id 214
[18:22:49 WARN]: Forge Mod Loader detected missing blocks/items.

There are 204 missing blocks and items in this save.
If you continue the missing blocks/items will get removed.
A world backup will be automatically created in your saves directory.

Missing Blocks/Items:
cfm:countersink
cfm:coffetablewood
cfm:ceilinglighton
cfm:doorbell
cfm:freezer
cfm:couch
cfm:bath2
cfm:bath1
cfm:computer
cfm:lampon
cfm:cookiejar
cfm:cup
cfm:curtainon
cfm:chairstone
cfm:blindoff
cfm:tv
cfm:oven
cfm:stereo
cfm:wallcabinet
cfm:microwave
cfm:hey
cfm:toilet
cfm:mailbox
cfm:showerheadon
cfm:electricfence
cfm:lampoff
cfm:firealarmoff
cfm:dishwasher
cfm:coffetablestone
cfm:blender
cfm:bedsidecabinet
cfm:showerheadoff
cfm:counterdoored
cfm:cabinet
cfm:whiteGlass
cfm:blindon
cfm:firealarmon
cfm:bin
cfm:stonepath
cfm:tablestone
cfm:yellowGlow
cfm:tap
cfm:washingmachine
cfm:ovenoverhead
cfm:tablewood
cfm:plate
cfm:hedge
cfm:barstool
cfm:chairwood
cfm:toaster
cfm:kitchencabinet
cfm:pattern
cfm:showerbottom
cfm:fridge
cfm:whitefence
cfm:nyan
cfm:birdbath
cfm:printer
cfm:ceilinglightoff
cfm:tree
cfm:showertop
cfm:basin
cfm:present
cfm:choppingboard
cfm:curtainoff
cfm:ItemTV
cfm:ItemPrinter
cfm:ItemHammer
cfm:plate
cfm:lampoff
cfm:ItemToast
cfm:ItemWhiteFence
cfm:washingmachine
cfm:kitchencabinet
cfm:mailbox
cfm:ItemCrayfish
cfm:showerbottom
cfm:choppingboard
cfm:hedge
cfm:blender
cfm:ItemStonePath
cfm:ItemDoorBell
cfm:ItemCup
cfm:ItemTableWood
cfm:ItemCabinet
cfm:chairstone
cfm:curtainon
cfm:ItemBasin
cfm:ItemTableStone
cfm:ItemHedgeBasic
cfm:itemTree
cfm:showerheadoff
cfm:computer
cfm:stereo
cfm:cookiejar
cfm:ItemCounterSink
cfm:ItemCookedFlesh
cfm:ItemSoap
cfm:ItemBirdBath
cfm:ItemBarStall
cfm:ItemFlesh
cfm:lampon
cfm:ItemToilet
cfm:basin
cfm:ovenoverhead
cfm:birdbath
cfm:ItemFridge
cfm:ItemComputer
cfm:oven
cfm:ItemPackage
cfm:tap
cfm:ItemCoffeeTableStone
cfm:showertop
cfm:ItemBesideCabinet
cfm:tablewood
cfm:ItemLamp
cfm:pattern
cfm:freezer
cfm:tree
cfm:ItemChairWood
cfm:ItemWallCabinet
cfm:ItemCeilingLight
cfm:showerheadon
cfm:firealarmon
cfm:printer
cfm:ItemStereo
cfm:curtainoff
cfm:nyan
cfm:ItemMailBox
cfm:cup
cfm:ItemBin
cfm:toilet
cfm:coffetablestone
cfm:present
cfm:ItemDollar
cfm:ItemHedgeSpruce
cfm:coffetablewood
cfm:counterdoored
cfm:ItemDishWasher
cfm:ItemBath
cfm:tablestone
cfm:ItemPresentGreen
cfm:yellowGlow
cfm:ItemElectricFence
cfm:ItemDrink
cfm:ItemCoffeeTableWood
cfm:ceilinglighton
cfm:ItemKitchenCabinet
cfm:ItemCouch
cfm:chairwood
cfm:electricfence
cfm:hey
cfm:ItemEnvelope
cfm:bedsidecabinet
cfm:cabinet
cfm:ItemCurtains
cfm:fridge
cfm:ItemBlender
cfm:ItemPackageSigned
cfm:ItemChairStone
cfm:ItemSoapyWater
cfm:firealarmoff
cfm:whitefence
cfm:ItemShowerHead
cfm:ItemWashingMachine
cfm:ItemBlinds
cfm:countersink
cfm:ItemPlate
cfm:blindon
cfm:ItemOven
cfm:ItemMicrowave
cfm:toaster
cfm:ItemPresentRed
cfm:ItemChoppingBoard
cfm:wallcabinet
cfm:ItemInkCartridge
cfm:microwave
cfm:ItemKnife
cfm:tv
cfm:ceilinglightoff
cfm:ItemHedgeJungle
cfm:ItemSuperSoapyWater
cfm:dishwasher
cfm:ItemHedgeBirch
cfm:ItemOvenRangehood
cfm:bin
cfm:ItemFireAlarm
cfm:ItemToaster
cfm:ItemCounterDoored
cfm:barstool
cfm:blindoff
cfm:whiteGlass
cfm:ItemEnvelopeSigned
cfm:stonepath
cfm:ItemTap
cfm:doorbell
cfm:ItemShower
cfm:ItemRecipeBook
cfm:ItemCoolPack
cfm:bath1
cfm:bath2
cfm:ItemBreadSlice
cfm:ItemCookieJar
cfm:couch


Run the command /fml confirm or or /fml cancel to proceed.
Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.


┍───────────────────────────────


│   프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│   프리루트의 구동기가 서버에 이용할 자바를 자동으로
│      탐지하고 있습니다. 잠시만 기다려주세요 :D


│  * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│                    서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
[SMC FNE]transforming aji net.minecraft.block.Block
[SMC FNE] 65109 (+0)
[SMC FNE]transforming abh net.minecraft.item.ItemBlock
[SMC FNE] 4222 (+0)
[18:22:38 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[18:22:38 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[18:22:39 INFO]: Java is Java HotSpot(TM) Client VM, version 1.8.0_151, running on Windows 10:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_151
[18:22:39 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[18:22:39 INFO]: Loading tweaker shadersmodcore.loading.SMCTweaker from ShadersModCore-v2.3.31-mc1.7.10-f.jar
[18:22:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Loading tweak class name shadersmodcore.loading.SMCTweaker
[18:22:39 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:22:39 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:40 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:40 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:22:41 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:22:41 INFO]: Calling tweak class shadersmodcore.loading.SMCTweaker
[18:22:41 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:41 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[18:22:41 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[18:22:46 INFO]: Starting minecraft server version 1.7.10
[18:22:46 INFO]: Attempting early MinecraftForge initialization
[18:22:46 INFO]: MinecraftForge v10.13.4.1614 Initialized
[18:22:46 INFO]: Replaced 183 ore recipies
[18:22:46 INFO]: Completed early MinecraftForge initialization
[18:22:46 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[18:22:46 INFO]: Searching C:\Users\KangDS\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[18:22:46 INFO]: Also searching C:\Users\KangDS\Desktop\프리루트_1.7.10_모드버킷_1614_201\mods\1.7.10 for mods
[18:22:46 INFO]: Forge Mod Loader has identified 5 mods to load
[18:22:46 INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.127-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:22:46 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs] at CLIENT
[18:22:46 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine, customnpcs] at SERVER
[18:22:47 INFO]: Processing ObjectHolder annotations
[18:22:47 INFO]: Found 341 ObjectHolder annotations
[18:22:47 INFO]: Identifying ItemStackHolder annotations
[18:22:47 INFO]: Found 0 ItemStackHolder annotations
[18:22:47 INFO]: Configured a dormant chunk cache size of 0
[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.LogWriter:71] Sat Jan 06 18:22:47 KST 2018

[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.controllers.ScriptController:60] Script Engines Available:

[18:22:47 WARN]: [18:22:47][FINE][noppes.npcs.controllers.ScriptController:66] Scala: .scala

[18:22:47 INFO]: Bukkit permissions enabled
[18:22:47 INFO]: Permissions available:
[18:22:47 INFO]: customnpcs.edit.blocks
[18:22:47 INFO]: customnpcs.edit.villager
[18:22:47 INFO]: customnpcs.global.bank
[18:22:47 INFO]: customnpcs.global.dialog
[18:22:47 INFO]: customnpcs.global.faction
[18:22:47 INFO]: customnpcs.global.linked
[18:22:47 INFO]: customnpcs.global.naturalspawn
[18:22:47 INFO]: customnpcs.global.playerdata
[18:22:47 INFO]: customnpcs.global.quest
[18:22:47 INFO]: customnpcs.global.recipe
[18:22:47 INFO]: customnpcs.global.transport
[18:22:47 INFO]: customnpcs.npc.advanced
[18:22:47 INFO]: customnpcs.npc.ai
[18:22:47 INFO]: customnpcs.npc.clone
[18:22:47 INFO]: customnpcs.npc.create
[18:22:47 INFO]: customnpcs.npc.delete
[18:22:47 INFO]: customnpcs.npc.display
[18:22:47 INFO]: customnpcs.npc.freeze
[18:22:47 INFO]: customnpcs.npc.gui
[18:22:47 INFO]: customnpcs.npc.inventory
[18:22:47 INFO]: customnpcs.npc.reset
[18:22:47 INFO]: customnpcs.npc.stats
[18:22:47 INFO]: customnpcs.soulstone.all
[18:22:47 INFO]: customnpcs.spawner.create
[18:22:47 INFO]: customnpcs.spawner.mob
[18:22:47 INFO]: customnpcs.tool.mounter
[18:22:47 INFO]: customnpcs.tool.pather
[18:22:47 INFO]: customnpcs.tool.scripter
[18:22:47 INFO]: Applying holder lookups
[18:22:47 INFO]: Holder lookups applied
[18:22:47 INFO]: Injecting itemstacks
[18:22:47 INFO]: Itemstack injection complete
[18:22:47 INFO]: Loading properties
[18:22:47 INFO]: Default game type: SURVIVAL
[18:22:48 INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[18:22:48 INFO]: Server Ping Player Sample Count: 12
[18:22:48 INFO]: Using 4 threads for Netty based IO
[18:22:48 INFO]: Generating keypair
[18:22:48 INFO]: Starting Minecraft server on *:25565
[18:22:48 INFO]: Injecting itemstacks
[18:22:48 INFO]: Itemstack injection complete
[18:22:48 INFO]: Forge Mod Loader has successfully loaded 5 mods
[18:22:48 WARN]: [18:22:48][FINE][noppes.npcs.controllers.LinkedNpcController:43] Loading Linked Npcs

[18:22:48 WARN]: [18:22:48][FINE][noppes.npcs.controllers.LinkedNpcController:63] Done loading Linked Npcs

[18:22:48 INFO]: Preparing level "world"
[18:22:48 INFO]: Registered command debug with permission node vanilla.command.debug
[18:22:48 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[18:22:48 INFO]: Registered command playsound with permission node vanilla.command.playsound
[18:22:48 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[18:22:48 INFO]: Registered command achievement with permission node vanilla.command.achievement
[18:22:48 INFO]: Registered command summon with permission node vanilla.command.summon
[18:22:48 INFO]: Registered command setblock with permission node vanilla.command.setblock
[18:22:48 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[18:22:48 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[18:22:48 INFO]: Registered command netstat with permission node vanilla.command.netstat
[18:22:48 INFO]: This world was saved with mod Forge version 10.13.4.1517 and it is now at version 10.13.4.1614, things may not work well
[18:22:48 ERROR]: This world was saved with mod cfm which appears to be missing, things may not work well
[18:22:48 INFO]: Injecting existing block and item data into this server instance
[18:22:48 INFO]: Found a missing id from the world cfm:countersink
[18:22:48 INFO]: Found a missing id from the world cfm:coffetablewood
[18:22:48 INFO]: Found a missing id from the world cfm:ceilinglighton
[18:22:48 INFO]: Found a missing id from the world cfm:doorbell
[18:22:48 INFO]: Found a missing id from the world cfm:freezer
[18:22:48 INFO]: Found a missing id from the world cfm:couch
[18:22:48 INFO]: Found a missing id from the world cfm:bath2
[18:22:48 INFO]: Found a missing id from the world cfm:bath1
[18:22:48 INFO]: Found a missing id from the world cfm:computer
[18:22:48 INFO]: Found a missing id from the world cfm:lampon
[18:22:48 INFO]: Found a missing id from the world cfm:cookiejar
[18:22:48 INFO]: Found a missing id from the world cfm:cup
[18:22:48 INFO]: Found a missing id from the world cfm:curtainon
[18:22:48 INFO]: Found a missing id from the world cfm:chairstone
[18:22:48 INFO]: Found a missing id from the world cfm:blindoff
[18:22:48 INFO]: Found a missing id from the world cfm:tv
[18:22:48 INFO]: Found a missing id from the world cfm:oven
[18:22:48 INFO]: Found a missing id from the world cfm:stereo
[18:22:48 INFO]: Found a missing id from the world cfm:wallcabinet
[18:22:48 INFO]: Found a missing id from the world cfm:microwave
[18:22:48 INFO]: Found a missing id from the world cfm:hey
[18:22:48 INFO]: Found a missing id from the world cfm:toilet
[18:22:48 INFO]: Found a missing id from the world cfm:mailbox
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadon
[18:22:48 INFO]: Found a missing id from the world cfm:electricfence
[18:22:48 INFO]: Found a missing id from the world cfm:lampoff
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmoff
[18:22:48 INFO]: Found a missing id from the world cfm:dishwasher
[18:22:48 INFO]: Found a missing id from the world cfm:coffetablestone
[18:22:48 INFO]: Found a missing id from the world cfm:blender
[18:22:48 INFO]: Found a missing id from the world cfm:bedsidecabinet
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadoff
[18:22:48 INFO]: Found a missing id from the world cfm:counterdoored
[18:22:48 INFO]: Found a missing id from the world cfm:cabinet
[18:22:48 INFO]: Found a missing id from the world cfm:whiteGlass
[18:22:48 INFO]: Found a missing id from the world cfm:blindon
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmon
[18:22:48 INFO]: Found a missing id from the world cfm:bin
[18:22:48 INFO]: Found a missing id from the world cfm:stonepath
[18:22:48 INFO]: Found a missing id from the world cfm:tablestone
[18:22:48 INFO]: Found a missing id from the world cfm:yellowGlow
[18:22:48 INFO]: Found a missing id from the world cfm:tap
[18:22:48 INFO]: Found a missing id from the world cfm:washingmachine
[18:22:48 INFO]: Found a missing id from the world cfm:ovenoverhead
[18:22:48 INFO]: Found a missing id from the world cfm:tablewood
[18:22:48 INFO]: Found a missing id from the world cfm:plate
[18:22:48 INFO]: Found a missing id from the world cfm:hedge
[18:22:48 INFO]: Found a missing id from the world cfm:barstool
[18:22:48 INFO]: Found a missing id from the world cfm:chairwood
[18:22:48 INFO]: Found a missing id from the world cfm:toaster
[18:22:48 INFO]: Found a missing id from the world cfm:kitchencabinet
[18:22:48 INFO]: Found a missing id from the world cfm:pattern
[18:22:48 INFO]: Found a missing id from the world cfm:showerbottom
[18:22:48 INFO]: Found a missing id from the world cfm:fridge
[18:22:48 INFO]: Found a missing id from the world cfm:whitefence
[18:22:48 INFO]: Found a missing id from the world cfm:nyan
[18:22:48 INFO]: Found a missing id from the world cfm:birdbath
[18:22:48 INFO]: Found a missing id from the world cfm:printer
[18:22:48 INFO]: Found a missing id from the world cfm:ceilinglightoff
[18:22:48 INFO]: Found a missing id from the world cfm:tree
[18:22:48 INFO]: Found a missing id from the world cfm:showertop
[18:22:48 INFO]: Found a missing id from the world cfm:basin
[18:22:48 INFO]: Found a missing id from the world cfm:present
[18:22:48 INFO]: Found a missing id from the world cfm:choppingboard
[18:22:48 INFO]: Found a missing id from the world cfm:curtainoff
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTV
[18:22:48 INFO]: Found a missing id from the world cfm:ItemPrinter
[18:22:48 INFO]: Found a missing id from the world cfm:ItemHammer
[18:22:48 INFO]: Found a missing id from the world cfm:plate
[18:22:48 INFO]: Found a missing id from the world cfm:lampoff
[18:22:48 INFO]: Found a missing id from the world cfm:ItemToast
[18:22:48 INFO]: Found a missing id from the world cfm:ItemWhiteFence
[18:22:48 INFO]: Found a missing id from the world cfm:washingmachine
[18:22:48 INFO]: Found a missing id from the world cfm:kitchencabinet
[18:22:48 INFO]: Found a missing id from the world cfm:mailbox
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCrayfish
[18:22:48 INFO]: Found a missing id from the world cfm:showerbottom
[18:22:48 INFO]: Found a missing id from the world cfm:choppingboard
[18:22:48 INFO]: Found a missing id from the world cfm:hedge
[18:22:48 INFO]: Found a missing id from the world cfm:blender
[18:22:48 INFO]: Found a missing id from the world cfm:ItemStonePath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemDoorBell
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCup
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTableWood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:chairstone
[18:22:48 INFO]: Found a missing id from the world cfm:curtainon
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBasin
[18:22:48 INFO]: Found a missing id from the world cfm:ItemTableStone
[18:22:48 INFO]: Found a missing id from the world cfm:ItemHedgeBasic
[18:22:48 INFO]: Found a missing id from the world cfm:itemTree
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadoff
[18:22:48 INFO]: Found a missing id from the world cfm:computer
[18:22:48 INFO]: Found a missing id from the world cfm:stereo
[18:22:48 INFO]: Found a missing id from the world cfm:cookiejar
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCounterSink
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCookedFlesh
[18:22:48 INFO]: Found a missing id from the world cfm:ItemSoap
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBirdBath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBarStall
[18:22:48 INFO]: Found a missing id from the world cfm:ItemFlesh
[18:22:48 INFO]: Found a missing id from the world cfm:lampon
[18:22:48 INFO]: Found a missing id from the world cfm:ItemToilet
[18:22:48 INFO]: Found a missing id from the world cfm:basin
[18:22:48 INFO]: Found a missing id from the world cfm:ovenoverhead
[18:22:48 INFO]: Found a missing id from the world cfm:birdbath
[18:22:48 INFO]: Found a missing id from the world cfm:ItemFridge
[18:22:48 INFO]: Found a missing id from the world cfm:ItemComputer
[18:22:48 INFO]: Found a missing id from the world cfm:oven
[18:22:48 INFO]: Found a missing id from the world cfm:ItemPackage
[18:22:48 INFO]: Found a missing id from the world cfm:tap
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCoffeeTableStone
[18:22:48 INFO]: Found a missing id from the world cfm:showertop
[18:22:48 INFO]: Found a missing id from the world cfm:ItemBesideCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:tablewood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemLamp
[18:22:48 INFO]: Found a missing id from the world cfm:pattern
[18:22:48 INFO]: Found a missing id from the world cfm:freezer
[18:22:48 INFO]: Found a missing id from the world cfm:tree
[18:22:48 INFO]: Found a missing id from the world cfm:ItemChairWood
[18:22:48 INFO]: Found a missing id from the world cfm:ItemWallCabinet
[18:22:48 INFO]: Found a missing id from the world cfm:ItemCeilingLight
[18:22:48 INFO]: Found a missing id from the world cfm:showerheadon
[18:22:48 INFO]: Found a missing id from the world cfm:firealarmon
[18:22:48 INFO]: Found a missing id from the world cfm:printer
[18:22:48 INFO]: Found a missing id from the world cfm:ItemStereo
[18:22:48 INFO]: Found a missing id from the world cfm:curtainoff
[18:22:48 INFO]: Found a missing id from the world cfm:nyan
[18:22:48 INFO]: Found a missing id from the world cfm:ItemMailBox
[18:22:48 INFO]: Found a missing id from the world cfm:cup
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBin
[18:22:49 INFO]: Found a missing id from the world cfm:toilet
[18:22:49 INFO]: Found a missing id from the world cfm:coffetablestone
[18:22:49 INFO]: Found a missing id from the world cfm:present
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDollar
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeSpruce
[18:22:49 INFO]: Found a missing id from the world cfm:coffetablewood
[18:22:49 INFO]: Found a missing id from the world cfm:counterdoored
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDishWasher
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBath
[18:22:49 INFO]: Found a missing id from the world cfm:tablestone
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPresentGreen
[18:22:49 INFO]: Found a missing id from the world cfm:yellowGlow
[18:22:49 INFO]: Found a missing id from the world cfm:ItemElectricFence
[18:22:49 INFO]: Found a missing id from the world cfm:ItemDrink
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCoffeeTableWood
[18:22:49 INFO]: Found a missing id from the world cfm:ceilinglighton
[18:22:49 INFO]: Found a missing id from the world cfm:ItemKitchenCabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCouch
[18:22:49 INFO]: Found a missing id from the world cfm:chairwood
[18:22:49 INFO]: Found a missing id from the world cfm:electricfence
[18:22:49 INFO]: Found a missing id from the world cfm:hey
[18:22:49 INFO]: Found a missing id from the world cfm:ItemEnvelope
[18:22:49 INFO]: Found a missing id from the world cfm:bedsidecabinet
[18:22:49 INFO]: Found a missing id from the world cfm:cabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCurtains
[18:22:49 INFO]: Found a missing id from the world cfm:fridge
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBlender
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPackageSigned
[18:22:49 INFO]: Found a missing id from the world cfm:ItemChairStone
[18:22:49 INFO]: Found a missing id from the world cfm:ItemSoapyWater
[18:22:49 INFO]: Found a missing id from the world cfm:firealarmoff
[18:22:49 INFO]: Found a missing id from the world cfm:whitefence
[18:22:49 INFO]: Found a missing id from the world cfm:ItemShowerHead
[18:22:49 INFO]: Found a missing id from the world cfm:ItemWashingMachine
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBlinds
[18:22:49 INFO]: Found a missing id from the world cfm:countersink
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPlate
[18:22:49 INFO]: Found a missing id from the world cfm:blindon
[18:22:49 INFO]: Found a missing id from the world cfm:ItemOven
[18:22:49 INFO]: Found a missing id from the world cfm:ItemMicrowave
[18:22:49 INFO]: Found a missing id from the world cfm:toaster
[18:22:49 INFO]: Found a missing id from the world cfm:ItemPresentRed
[18:22:49 INFO]: Found a missing id from the world cfm:ItemChoppingBoard
[18:22:49 INFO]: Found a missing id from the world cfm:wallcabinet
[18:22:49 INFO]: Found a missing id from the world cfm:ItemInkCartridge
[18:22:49 INFO]: Found a missing id from the world cfm:microwave
[18:22:49 INFO]: Found a missing id from the world cfm:ItemKnife
[18:22:49 INFO]: Found a missing id from the world cfm:tv
[18:22:49 INFO]: Found a missing id from the world cfm:ceilinglightoff
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeJungle
[18:22:49 INFO]: Found a missing id from the world cfm:ItemSuperSoapyWater
[18:22:49 INFO]: Found a missing id from the world cfm:dishwasher
[18:22:49 INFO]: Found a missing id from the world cfm:ItemHedgeBirch
[18:22:49 INFO]: Found a missing id from the world cfm:ItemOvenRangehood
[18:22:49 INFO]: Found a missing id from the world cfm:bin
[18:22:49 INFO]: Found a missing id from the world cfm:ItemFireAlarm
[18:22:49 INFO]: Found a missing id from the world cfm:ItemToaster
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCounterDoored
[18:22:49 INFO]: Found a missing id from the world cfm:barstool
[18:22:49 INFO]: Found a missing id from the world cfm:blindoff
[18:22:49 INFO]: Found a missing id from the world cfm:whiteGlass
[18:22:49 INFO]: Found a missing id from the world cfm:ItemEnvelopeSigned
[18:22:49 INFO]: Found a missing id from the world cfm:stonepath
[18:22:49 INFO]: Found a missing id from the world cfm:ItemTap
[18:22:49 INFO]: Found a missing id from the world cfm:doorbell
[18:22:49 INFO]: Found a missing id from the world cfm:ItemShower
[18:22:49 INFO]: Found a missing id from the world cfm:ItemRecipeBook
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCoolPack
[18:22:49 INFO]: Found a missing id from the world cfm:bath1
[18:22:49 INFO]: Found a missing id from the world cfm:bath2
[18:22:49 INFO]: Found a missing id from the world cfm:ItemBreadSlice
[18:22:49 INFO]: Found a missing id from the world cfm:ItemCookieJar
[18:22:49 INFO]: Found a missing id from the world cfm:couch
[18:22:49 ERROR]: There are unidentified mappings in this world - we are going to attempt to process anyway
[18:22:49 ERROR]: Unidentified block: cfm:countersink, id 411
[18:22:49 ERROR]: Unidentified block: cfm:coffetablewood, id 205
[18:22:49 ERROR]: Unidentified block: cfm:ceilinglighton, id 236
[18:22:49 ERROR]: Unidentified block: cfm:doorbell, id 232
[18:22:49 ERROR]: Unidentified block: cfm:freezer, id 211
[18:22:49 ERROR]: Unidentified block: cfm:couch, id 214
[18:22:49 ERROR]: Unidentified block: cfm:bath2, id 242
[18:22:49 ERROR]: Unidentified block: cfm:bath1, id 241
[18:22:49 ERROR]: Unidentified block: cfm:computer, id 229
[18:22:49 ERROR]: Unidentified block: cfm:lampon, id 203
[18:22:49 ERROR]: Unidentified block: cfm:cookiejar, id 253
[18:22:49 ERROR]: Unidentified block: cfm:cup, id 409
[18:22:49 ERROR]: Unidentified block: cfm:curtainon, id 217
[18:22:49 ERROR]: Unidentified block: cfm:chairstone, id 210
[18:22:49 ERROR]: Unidentified block: cfm:blindoff, id 216
[18:22:49 ERROR]: Unidentified block: cfm:tv, id 228
[18:22:49 ERROR]: Unidentified block: cfm:oven, id 220
[18:22:49 ERROR]: Unidentified block: cfm:stereo, id 237
[18:22:49 ERROR]: Unidentified block: cfm:wallcabinet, id 240
[18:22:49 ERROR]: Unidentified block: cfm:microwave, id 251
[18:22:49 ERROR]: Unidentified block: cfm:hey, id 416
[18:22:49 ERROR]: Unidentified block: cfm:toilet, id 238
[18:22:49 ERROR]: Unidentified block: cfm:mailbox, id 227
[18:22:49 ERROR]: Unidentified block: cfm:showerheadon, id 246
[18:22:49 ERROR]: Unidentified block: cfm:electricfence, id 231
[18:22:49 ERROR]: Unidentified block: cfm:lampoff, id 204
[18:22:49 ERROR]: Unidentified block: cfm:firealarmoff, id 233
[18:22:49 ERROR]: Unidentified block: cfm:dishwasher, id 412
[18:22:49 ERROR]: Unidentified block: cfm:coffetablestone, id 206
[18:22:49 ERROR]: Unidentified block: cfm:blender, id 254
[18:22:49 ERROR]: Unidentified block: cfm:bedsidecabinet, id 219
[18:22:49 ERROR]: Unidentified block: cfm:showerheadoff, id 245
[18:22:49 ERROR]: Unidentified block: cfm:counterdoored, id 410
[18:22:49 ERROR]: Unidentified block: cfm:cabinet, id 213
[18:22:49 ERROR]: Unidentified block: cfm:whiteGlass, id 426
[18:22:49 ERROR]: Unidentified block: cfm:blindon, id 215
[18:22:49 ERROR]: Unidentified block: cfm:firealarmon, id 234
[18:22:49 ERROR]: Unidentified block: cfm:bin, id 247
[18:22:49 ERROR]: Unidentified block: cfm:stonepath, id 224
[18:22:49 ERROR]: Unidentified block: cfm:tablestone, id 208
[18:22:49 ERROR]: Unidentified block: cfm:yellowGlow, id 425
[18:22:49 ERROR]: Unidentified block: cfm:tap, id 226
[18:22:49 ERROR]: Unidentified block: cfm:washingmachine, id 252
[18:22:49 ERROR]: Unidentified block: cfm:ovenoverhead, id 221
[18:22:49 ERROR]: Unidentified block: cfm:tablewood, id 207
[18:22:49 ERROR]: Unidentified block: cfm:plate, id 255
[18:22:49 ERROR]: Unidentified block: cfm:hedge, id 222
[18:22:49 ERROR]: Unidentified block: cfm:barstool, id 415
[18:22:49 ERROR]: Unidentified block: cfm:chairwood, id 209
[18:22:49 ERROR]: Unidentified block: cfm:toaster, id 250
[18:22:49 ERROR]: Unidentified block: cfm:kitchencabinet, id 413
[18:22:49 ERROR]: Unidentified block: cfm:pattern, id 424
[18:22:49 ERROR]: Unidentified block: cfm:showerbottom, id 243
[18:22:49 ERROR]: Unidentified block: cfm:fridge, id 212
[18:22:49 ERROR]: Unidentified block: cfm:whitefence, id 225
[18:22:49 ERROR]: Unidentified block: cfm:nyan, id 423
[18:22:49 ERROR]: Unidentified block: cfm:birdbath, id 223
[18:22:49 ERROR]: Unidentified block: cfm:printer, id 230
[18:22:49 ERROR]: Unidentified block: cfm:ceilinglightoff, id 235
[18:22:49 ERROR]: Unidentified block: cfm:tree, id 249
[18:22:49 ERROR]: Unidentified block: cfm:showertop, id 244
[18:22:49 ERROR]: Unidentified block: cfm:basin, id 239
[18:22:49 ERROR]: Unidentified block: cfm:present, id 248
[18:22:49 ERROR]: Unidentified block: cfm:choppingboard, id 414
[18:22:49 ERROR]: Unidentified block: cfm:curtainoff, id 218
[18:22:49 ERROR]: Unidentified item: cfm:ItemTV, id 4477
[18:22:49 ERROR]: Unidentified item: cfm:ItemPrinter, id 4479
[18:22:49 ERROR]: Unidentified item: cfm:ItemHammer, id 4472
[18:22:49 ERROR]: Unidentified item: cfm:plate, id 255
[18:22:49 ERROR]: Unidentified item: cfm:lampoff, id 204
[18:22:49 ERROR]: Unidentified item: cfm:ItemToast, id 4510
[18:22:49 ERROR]: Unidentified item: cfm:ItemWhiteFence, id 4469
[18:22:49 ERROR]: Unidentified item: cfm:washingmachine, id 252
[18:22:49 ERROR]: Unidentified item: cfm:kitchencabinet, id 413
[18:22:49 ERROR]: Unidentified item: cfm:mailbox, id 227
[18:22:49 ERROR]: Unidentified item: cfm:ItemCrayfish, id 4518
[18:22:49 ERROR]: Unidentified item: cfm:showerbottom, id 243
[18:22:49 ERROR]: Unidentified item: cfm:choppingboard, id 414
[18:22:49 ERROR]: Unidentified item: cfm:hedge, id 222
[18:22:49 ERROR]: Unidentified item: cfm:blender, id 254
[18:22:49 ERROR]: Unidentified item: cfm:ItemStonePath, id 4468
[18:22:49 ERROR]: Unidentified item: cfm:ItemDoorBell, id 4484
[18:22:49 ERROR]: Unidentified item: cfm:ItemCup, id 4512
[18:22:49 ERROR]: Unidentified item: cfm:ItemTableWood, id 4446
[18:22:49 ERROR]: Unidentified item: cfm:ItemCabinet, id 4450
[18:22:49 ERROR]: Unidentified item: cfm:chairstone, id 210
[18:22:49 ERROR]: Unidentified item: cfm:curtainon, id 217
[18:22:49 ERROR]: Unidentified item: cfm:ItemBasin, id 4488
[18:22:49 ERROR]: Unidentified item: cfm:ItemTableStone, id 4447
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeBasic, id 4463
[18:22:49 ERROR]: Unidentified item: cfm:itemTree, id 4496
[18:22:49 ERROR]: Unidentified item: cfm:showerheadoff, id 245
[18:22:49 ERROR]: Unidentified item: cfm:computer, id 229
[18:22:49 ERROR]: Unidentified item: cfm:stereo, id 237
[18:22:49 ERROR]: Unidentified item: cfm:cookiejar, id 253
[18:22:49 ERROR]: Unidentified item: cfm:ItemCounterSink, id 4504
[18:22:49 ERROR]: Unidentified item: cfm:ItemCookedFlesh, id 4462
[18:22:49 ERROR]: Unidentified item: cfm:ItemSoap, id 4514
[18:22:49 ERROR]: Unidentified item: cfm:ItemBirdBath, id 4467
[18:22:49 ERROR]: Unidentified item: cfm:ItemBarStall, id 4508
[18:22:49 ERROR]: Unidentified item: cfm:ItemFlesh, id 4461
[18:22:49 ERROR]: Unidentified item: cfm:lampon, id 203
[18:22:49 ERROR]: Unidentified item: cfm:ItemToilet, id 4487
[18:22:49 ERROR]: Unidentified item: cfm:basin, id 239
[18:22:49 ERROR]: Unidentified item: cfm:ovenoverhead, id 221
[18:22:49 ERROR]: Unidentified item: cfm:birdbath, id 223
[18:22:49 ERROR]: Unidentified item: cfm:ItemFridge, id 4454
[18:22:49 ERROR]: Unidentified item: cfm:ItemComputer, id 4478
[18:22:49 ERROR]: Unidentified item: cfm:oven, id 220
[18:22:49 ERROR]: Unidentified item: cfm:ItemPackage, id 4475
[18:22:49 ERROR]: Unidentified item: cfm:tap, id 226
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoffeeTableStone, id 4453
[18:22:49 ERROR]: Unidentified item: cfm:showertop, id 244
[18:22:49 ERROR]: Unidentified item: cfm:ItemBesideCabinet, id 4451
[18:22:49 ERROR]: Unidentified item: cfm:tablewood, id 207
[18:22:49 ERROR]: Unidentified item: cfm:ItemLamp, id 4486
[18:22:49 ERROR]: Unidentified item: cfm:pattern, id 424
[18:22:49 ERROR]: Unidentified item: cfm:freezer, id 211
[18:22:49 ERROR]: Unidentified item: cfm:tree, id 249
[18:22:49 ERROR]: Unidentified item: cfm:ItemChairWood, id 4448
[18:22:49 ERROR]: Unidentified item: cfm:ItemWallCabinet, id 4489
[18:22:49 ERROR]: Unidentified item: cfm:ItemCeilingLight, id 4483
[18:22:49 ERROR]: Unidentified item: cfm:showerheadon, id 246
[18:22:49 ERROR]: Unidentified item: cfm:firealarmon, id 234
[18:22:49 ERROR]: Unidentified item: cfm:printer, id 230
[18:22:49 ERROR]: Unidentified item: cfm:ItemStereo, id 4481
[18:22:49 ERROR]: Unidentified item: cfm:curtainoff, id 218
[18:22:49 ERROR]: Unidentified item: cfm:nyan, id 423
[18:22:49 ERROR]: Unidentified item: cfm:ItemMailBox, id 4471
[18:22:49 ERROR]: Unidentified item: cfm:cup, id 409
[18:22:49 ERROR]: Unidentified item: cfm:ItemBin, id 4493
[18:22:49 ERROR]: Unidentified item: cfm:toilet, id 238
[18:22:49 ERROR]: Unidentified item: cfm:coffetablestone, id 206
[18:22:49 ERROR]: Unidentified item: cfm:present, id 248
[18:22:49 ERROR]: Unidentified item: cfm:ItemDollar, id 4519
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeSpruce, id 4464
[18:22:49 ERROR]: Unidentified item: cfm:coffetablewood, id 205
[18:22:49 ERROR]: Unidentified item: cfm:counterdoored, id 410
[18:22:49 ERROR]: Unidentified item: cfm:ItemDishWasher, id 4505
[18:22:49 ERROR]: Unidentified item: cfm:ItemBath, id 4490
[18:22:49 ERROR]: Unidentified item: cfm:tablestone, id 208
[18:22:49 ERROR]: Unidentified item: cfm:ItemPresentGreen, id 4495
[18:22:49 ERROR]: Unidentified item: cfm:yellowGlow, id 425
[18:22:49 ERROR]: Unidentified item: cfm:ItemElectricFence, id 4482
[18:22:49 ERROR]: Unidentified item: cfm:ItemDrink, id 4513
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoffeeTableWood, id 4452
[18:22:49 ERROR]: Unidentified item: cfm:ceilinglighton, id 236
[18:22:49 ERROR]: Unidentified item: cfm:ItemKitchenCabinet, id 4506
[18:22:49 ERROR]: Unidentified item: cfm:ItemCouch, id 4456
[18:22:49 ERROR]: Unidentified item: cfm:chairwood, id 209
[18:22:49 ERROR]: Unidentified item: cfm:electricfence, id 231
[18:22:49 ERROR]: Unidentified item: cfm:hey, id 416
[18:22:49 ERROR]: Unidentified item: cfm:ItemEnvelope, id 4473
[18:22:49 ERROR]: Unidentified item: cfm:bedsidecabinet, id 219
[18:22:49 ERROR]: Unidentified item: cfm:cabinet, id 213
[18:22:49 ERROR]: Unidentified item: cfm:ItemCurtains, id 4458
[18:22:49 ERROR]: Unidentified item: cfm:fridge, id 212
[18:22:49 ERROR]: Unidentified item: cfm:ItemBlender, id 4501
[18:22:49 ERROR]: Unidentified item: cfm:ItemPackageSigned, id 4476
[18:22:49 ERROR]: Unidentified item: cfm:ItemChairStone, id 4449
[18:22:49 ERROR]: Unidentified item: cfm:ItemSoapyWater, id 4515
[18:22:49 ERROR]: Unidentified item: cfm:firealarmoff, id 233
[18:22:49 ERROR]: Unidentified item: cfm:whitefence, id 225
[18:22:49 ERROR]: Unidentified item: cfm:ItemShowerHead, id 4492
[18:22:49 ERROR]: Unidentified item: cfm:ItemWashingMachine, id 4499
[18:22:49 ERROR]: Unidentified item: cfm:ItemBlinds, id 4457
[18:22:49 ERROR]: Unidentified item: cfm:countersink, id 411
[18:22:49 ERROR]: Unidentified item: cfm:ItemPlate, id 4502
[18:22:49 ERROR]: Unidentified item: cfm:blindon, id 215
[18:22:49 ERROR]: Unidentified item: cfm:ItemOven, id 4459
[18:22:49 ERROR]: Unidentified item: cfm:ItemMicrowave, id 4498
[18:22:49 ERROR]: Unidentified item: cfm:toaster, id 250
[18:22:49 ERROR]: Unidentified item: cfm:ItemPresentRed, id 4494
[18:22:49 ERROR]: Unidentified item: cfm:ItemChoppingBoard, id 4507
[18:22:49 ERROR]: Unidentified item: cfm:wallcabinet, id 240
[18:22:49 ERROR]: Unidentified item: cfm:ItemInkCartridge, id 4480
[18:22:49 ERROR]: Unidentified item: cfm:microwave, id 251
[18:22:49 ERROR]: Unidentified item: cfm:ItemKnife, id 4511
[18:22:49 ERROR]: Unidentified item: cfm:tv, id 228
[18:22:49 ERROR]: Unidentified item: cfm:ceilinglightoff, id 235
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeJungle, id 4466
[18:22:49 ERROR]: Unidentified item: cfm:ItemSuperSoapyWater, id 4516
[18:22:49 ERROR]: Unidentified item: cfm:dishwasher, id 412
[18:22:49 ERROR]: Unidentified item: cfm:ItemHedgeBirch, id 4465
[18:22:49 ERROR]: Unidentified item: cfm:ItemOvenRangehood, id 4460
[18:22:49 ERROR]: Unidentified item: cfm:bin, id 247
[18:22:49 ERROR]: Unidentified item: cfm:ItemFireAlarm, id 4485
[18:22:49 ERROR]: Unidentified item: cfm:ItemToaster, id 4497
[18:22:49 ERROR]: Unidentified item: cfm:ItemCounterDoored, id 4503
[18:22:49 ERROR]: Unidentified item: cfm:barstool, id 415
[18:22:49 ERROR]: Unidentified item: cfm:blindoff, id 216
[18:22:49 ERROR]: Unidentified item: cfm:whiteGlass, id 426
[18:22:49 ERROR]: Unidentified item: cfm:ItemEnvelopeSigned, id 4474
[18:22:49 ERROR]: Unidentified item: cfm:stonepath, id 224
[18:22:49 ERROR]: Unidentified item: cfm:ItemTap, id 4470
[18:22:49 ERROR]: Unidentified item: cfm:doorbell, id 232
[18:22:49 ERROR]: Unidentified item: cfm:ItemShower, id 4491
[18:22:49 ERROR]: Unidentified item: cfm:ItemRecipeBook, id 4517
[18:22:49 ERROR]: Unidentified item: cfm:ItemCoolPack, id 4455
[18:22:49 ERROR]: Unidentified item: cfm:bath1, id 241
[18:22:49 ERROR]: Unidentified item: cfm:bath2, id 242
[18:22:49 ERROR]: Unidentified item: cfm:ItemBreadSlice, id 4509
[18:22:49 ERROR]: Unidentified item: cfm:ItemCookieJar, id 4500
[18:22:49 ERROR]: Unidentified item: cfm:couch, id 214
[18:22:49 WARN]: Forge Mod Loader detected missing blocks/items.

There are 204 missing blocks and items in this save.
If you continue the missing blocks/items will get removed.
A world backup will be automatically created in your saves directory.

Missing Blocks/Items:
cfm:countersink
cfm:coffetablewood
cfm:ceilinglighton
cfm:doorbell
cfm:freezer
cfm:couch
cfm:bath2
cfm:bath1
cfm:computer
cfm:lampon
cfm:cookiejar
cfm:cup
cfm:curtainon
cfm:chairstone
cfm:blindoff
cfm:tv
cfm:oven
cfm:stereo
cfm:wallcabinet
cfm:microwave
cfm:hey
cfm:toilet
cfm:mailbox
cfm:showerheadon
cfm:electricfence
cfm:lampoff
cfm:firealarmoff
cfm:dishwasher
cfm:coffetablestone
cfm:blender
cfm:bedsidecabinet
cfm:showerheadoff
cfm:counterdoored
cfm:cabinet
cfm:whiteGlass
cfm:blindon
cfm:firealarmon
cfm:bin
cfm:stonepath
cfm:tablestone
cfm:yellowGlow
cfm:tap
cfm:washingmachine
cfm:ovenoverhead
cfm:tablewood
cfm:plate
cfm:hedge
cfm:barstool
cfm:chairwood
cfm:toaster
cfm:kitchencabinet
cfm:pattern
cfm:showerbottom
cfm:fridge
cfm:whitefence
cfm:nyan
cfm:birdbath
cfm:printer
cfm:ceilinglightoff
cfm:tree
cfm:showertop
cfm:basin
cfm:present
cfm:choppingboard
cfm:curtainoff
cfm:ItemTV
cfm:ItemPrinter
cfm:ItemHammer
cfm:plate
cfm:lampoff
cfm:ItemToast
cfm:ItemWhiteFence
cfm:washingmachine
cfm:kitchencabinet
cfm:mailbox
cfm:ItemCrayfish
cfm:showerbottom
cfm:choppingboard
cfm:hedge
cfm:blender
cfm:ItemStonePath
cfm:ItemDoorBell
cfm:ItemCup
cfm:ItemTableWood
cfm:ItemCabinet
cfm:chairstone
cfm:curtainon
cfm:ItemBasin
cfm:ItemTableStone
cfm:ItemHedgeBasic
cfm:itemTree
cfm:showerheadoff
cfm:computer
cfm:stereo
cfm:cookiejar
cfm:ItemCounterSink
cfm:ItemCookedFlesh
cfm:ItemSoap
cfm:ItemBirdBath
cfm:ItemBarStall
cfm:ItemFlesh
cfm:lampon
cfm:ItemToilet
cfm:basin
cfm:ovenoverhead
cfm:birdbath
cfm:ItemFridge
cfm:ItemComputer
cfm:oven
cfm:ItemPackage
cfm:tap
cfm:ItemCoffeeTableStone
cfm:showertop
cfm:ItemBesideCabinet
cfm:tablewood
cfm:ItemLamp
cfm:pattern
cfm:freezer
cfm:tree
cfm:ItemChairWood
cfm:ItemWallCabinet
cfm:ItemCeilingLight
cfm:showerheadon
cfm:firealarmon
cfm:printer
cfm:ItemStereo
cfm:curtainoff
cfm:nyan
cfm:ItemMailBox
cfm:cup
cfm:ItemBin
cfm:toilet
cfm:coffetablestone
cfm:present
cfm:ItemDollar
cfm:ItemHedgeSpruce
cfm:coffetablewood
cfm:counterdoored
cfm:ItemDishWasher
cfm:ItemBath
cfm:tablestone
cfm:ItemPresentGreen
cfm:yellowGlow
cfm:ItemElectricFence
cfm:ItemDrink
cfm:ItemCoffeeTableWood
cfm:ceilinglighton
cfm:ItemKitchenCabinet
cfm:ItemCouch
cfm:chairwood
cfm:electricfence
cfm:hey
cfm:ItemEnvelope
cfm:bedsidecabinet
cfm:cabinet
cfm:ItemCurtains
cfm:fridge
cfm:ItemBlender
cfm:ItemPackageSigned
cfm:ItemChairStone
cfm:ItemSoapyWater
cfm:firealarmoff
cfm:whitefence
cfm:ItemShowerHead
cfm:ItemWashingMachine
cfm:ItemBlinds
cfm:countersink
cfm:ItemPlate
cfm:blindon
cfm:ItemOven
cfm:ItemMicrowave
cfm:toaster
cfm:ItemPresentRed
cfm:ItemChoppingBoard
cfm:wallcabinet
cfm:ItemInkCartridge
cfm:microwave
cfm:ItemKnife
cfm:tv
cfm:ceilinglightoff
cfm:ItemHedgeJungle
cfm:ItemSuperSoapyWater
cfm:dishwasher
cfm:ItemHedgeBirch
cfm:ItemOvenRangehood
cfm:bin
cfm:ItemFireAlarm
cfm:ItemToaster
cfm:ItemCounterDoored
cfm:barstool
cfm:blindoff
cfm:whiteGlass
cfm:ItemEnvelopeSigned
cfm:stonepath
cfm:ItemTap
cfm:doorbell
cfm:ItemShower
cfm:ItemRecipeBook
cfm:ItemCoolPack
cfm:bath1
cfm:bath2
cfm:ItemBreadSlice
cfm:ItemCookieJar
cfm:couch


Run the command /fml confirm or or /fml cancel to proceed.
Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.


Run the command /fml confirm or or /fml cancel to proceed.

이렇게뜨는데어떻해야되나여?
Alternatively start the server with -Dfml.queryResult=confirm or -Dfml.queryResult=cancel to preselect the answer.

andy0102
2018.01.08

이거 버킷을 X하고 적용하고 키면 애러나요..

 

andy0102
2018.01.08

하마치 이용하려고 아이피 하마치로적으면 애러나요

fahg3
2018.01.13


┍───────────────────────────────


│   프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│   프리루트의 구동기가 서버에 이용할 자바를 자동으로
│      탐지하고 있습니다. 잠시만 기다려주세요 :D


│  * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│                    서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
[22:16:34] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLServerTweaker
[22:16:34] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minec
raftforge.fml.common.launcher.FMLServerTweaker
[22:16:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLServerTweaker
[22:16:37] [main/INFO] [FML]: Forge Mod Loader version 12.18.3.2281 for Minecraf
t 1.10.2 loading
[22:16:37] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version
 1.8.0_151, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\j
re1.8.0_151
[22:16:37] [main/INFO] [FML]: Failed to find the specified repository root C:/Us
ers/FreeRoute/Desktop/프리루트_1.10.2_모드버킷_2274/libraries
[22:16:37] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.Mixin
Tweaker from spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar
[22:16:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:16:37] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepower
ed.asm.launch.MixinTweaker
[22:16:37] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.6.8 Sour
ce=file:/C:/Users/Administrator/Desktop/마도요/프리루트_1.10.2_모드버킷_2274/mod
s/spongeforge-1.10.2-2281-5.2.0-BETA-2274.jar Env=SERVER
[22:16:37] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[22:16:37] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[22:16:37] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[22:16:37] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.
SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[22:16:37] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.FMLDeobfTweaker
[22:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLInjectionAndSortingTweaker
[22:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLInjectionAndSortingTweaker
[22:16:37] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.relauncher.CoreModManager$FMLPluginWrapper
[22:16:39] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certi
ficate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[22:16:39] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.relauncher.CoreModManager$FMLPluginWrapper
[22:16:39] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.as
m.launch.MixinTweaker
[22:16:42] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.
minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@47db5f
a5
[22:16:42] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.FMLDeobfTweaker
[22:16:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftfo
rge.fml.common.launcher.TerminalTweaker
[22:16:43] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepower
ed.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[22:16:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.f
ml.common.launcher.TerminalTweaker
[22:16:43] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.as
m.mixin.MixinEnvironment$EnvironmentStateTweaker
[22:16:49] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecra
ft.server.MinecraftServer}
[22:16:55] [Server thread/INFO]: Starting minecraft server version 1.10.2
[22:16:55] [Server thread/INFO] [FML]: MinecraftForge v12.18.3.2281 Initialized
[22:16:55] [Server thread/INFO] [FML]: Replaced 231 ore recipes
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.ACHIEVEMENTS
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.AGE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.ATTACK_DAMAGE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.BASE_SIZE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.DAMAGE_ENTITY_MAP
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.DOMINANT_HAND
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.FILLED
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.FLUID_LEVEL
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.HEALTH_SCALE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.HEIGHT
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.HELD_EXPERIENCE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.IS_SLEEPING
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.LAST_ATTACKER
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.LAST_DAMAGE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.LEASH_HOLDER
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.PASSENGERS
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.SCALE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.SPAWNER_ENTITIES
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.SPAWNER_MAXIMUM_DELAY
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.SPAWNER_MAXIMUM_NEARBY_ENTITIES
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.SPAWNER_NEXT_ENTITY_TO_SPAWN
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.SPAWNER_REQUIRED_PLAYER_RANGE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.SPAWNER_SPAWN_COUNT
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.SPAWNER_SPAWN_RANGE
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.STATISTICS
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.WILL_SHATTER
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.WIRE_ATTACHMENTS
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.WIRE_ATTACHMENT_EAST
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.WIRE_ATTACHMENT_NORTH
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.WIRE_ATTACHMENT_SOUTH
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.data.ke
y.Keys.WIRE_ATTACHMENT_WEST
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.in
ventory.InventoryArchetypes.MENU_COLUMN
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.in
ventory.InventoryArchetypes.MENU_BUTTON
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.in
ventory.InventoryArchetypes.MENU_ICON
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.in
ventory.InventoryArchetypes.MENU_CHECKBOX
[22:16:57] [Server thread/WARN] [Sponge]: Skipping org.spongepowered.api.item.in
ventory.InventoryArchetypes.MENU_SPINNER
[22:16:59] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injec
ting into mod discoverer
[22:16:59] [Server thread/INFO] [FML]: Searching C:\Users\Administrator\Desktop\
마도요\프리루트_1.10.2_모드버킷_2274\mods for mods
[22:17:01] [Server thread/INFO] [FML]: Forge Mod Loader has identified 6 mods to
 load
[22:17:01] [Server thread/INFO] [FML]: Attempting connection with missing mods [
mcp, FML, Forge, spongeapi, sponge, pixelmon] at CLIENT
[22:17:01] [Server thread/INFO] [FML]: Attempting connection with missing mods [
mcp, FML, Forge, spongeapi, sponge, pixelmon] at SERVER
[22:17:01] [Server thread/ERROR] [pixelmon]: The mod pixelmon is expecting signa
ture b282c68c3ea73c056b41db40e1d7e022be3ea801 for source PixelmonReborn.jar, how
ever there is no signature matching that description
[22:17:01] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[22:17:01] [Server thread/INFO] [FML]: Found 423 ObjectHolder annotations
[22:17:01] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[22:17:01] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[22:17:01] [Server thread/INFO] [FML]: Applying holder lookups
[22:17:01] [Server thread/INFO] [FML]: Holder lookups applied
[22:17:01] [Server thread/INFO] [FML]: Applying holder lookups
[22:17:01] [Server thread/INFO] [FML]: Holder lookups applied
[22:17:01] [Server thread/INFO] [FML]: Applying holder lookups
[22:17:01] [Server thread/INFO] [FML]: Holder lookups applied
[22:17:01] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of
0
[22:17:01] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting vers
ion check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/prom
otions_slim.json
[22:17:02] [Server thread/INFO] [Pixelmon]: Loading Pixelmon version 5.1.2
[22:17:02] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status:
 OUTDATED Target: 12.18.3.2511
[22:17:03] [Server thread/INFO] [Pixelmon]: Loading TM/HMs.
[22:17:03] [Server thread/INFO] [Pixelmon]: Extracting database.
[22:17:03] [Server thread/INFO] [Pixelmon]: Loading database driver.
[22:17:03] [Server thread/INFO] [Pixelmon]: Establishing connection.
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Bulbasaur STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Squirtle STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Charmander STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Chikorita STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Totodile STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Cyndaquil STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Treecko STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Mudkip STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Torchic STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Turtwig STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Piplup STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Chimchar STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Snivy STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Oshawott STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Tepig STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Chespin STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Froakie STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Fennekin STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Rowlet STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Litten STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:<clinit>:36]: Loaded Popplio STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:18]: SET NEW STARTER LIST
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Bulbasaur STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Squirtle STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Charmander STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Chikorita STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Totodile STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Cyndaquil STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Treecko STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Mudkip STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Torchic STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Turtwig STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Piplup STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Chimchar STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Snivy STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Oshawott STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Tepig STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Chespin STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Froakie STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Fennekin STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Rowlet STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Litten STARTER
[22:17:05] [Server thread/INFO] [STDOUT]: [com.pixelmonmod.pixelmon.config.Start
erList:setStarterList:21]: Loaded Popplio STARTER
[22:17:05] [Server thread/INFO] [FML]: Applying holder lookups
[22:17:05] [Server thread/INFO] [FML]: Holder lookups applied
[22:17:05] [Server thread/INFO] [FML]: Injecting itemstacks
[22:17:05] [Server thread/INFO] [FML]: Itemstack injection complete
[22:17:05] [Server thread/INFO]: Loading properties
[22:17:05] [Server thread/INFO]: Default game type: SURVIVAL
[22:17:05] [Server thread/INFO]: Generating keypair
[22:17:05] [Server thread/INFO]: Starting Minecraft server on 25.36.16.1:25565
[22:17:05] [Server thread/INFO]: Using default channel type
[22:17:06] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[22:17:06] [Server thread/WARN]: The exception was: java.net.BindException: Cann
ot assign requested address: bind
[22:17:06] [Server thread/WARN]: Perhaps a server is already running on that por
t?
[22:17:06] [Server thread/INFO]: Stopping server
[22:17:06] [Server thread/INFO]: Saving worlds
[22:17:06] [Server thread/WARN] [FML]: Can't revert to frozen GameData state wit
hout freezing first.
[22:17:06] [Server thread/INFO] [FML]: The state engine was in incorrect state P
OSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been dis
carded.
[22:17:06] [Server Shutdown Thread/INFO]: Stopping server
[22:17:06] [Server Shutdown Thread/INFO]: Saving worlds
> 계속하려면 아무 키나 누르십시오 . . .

 

무슨 오류인가요

11233211
2018.01.14

[18:56:47 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:56:47 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[18:56:47 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[18:56:47 INFO]: Forge Mod Loader version 7.99.4.1614 for Minecraft 1.7.10 loading
[18:56:48 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_151
[18:56:48 INFO]: [pw.prok.imagine.ImagineLoadingPlugin:<clinit>:26]: Loading plugin initialized!
[18:56:48 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:56:48 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:56:48 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:56:48 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:56:48 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:56:50 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:56:50 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:56:51 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[18:56:51 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[18:56:51 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[18:56:52 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[18:56:59 INFO]: Starting minecraft server version 1.7.10
[18:56:59 INFO]: Attempting early MinecraftForge initialization
[18:56:59 INFO]: MinecraftForge v10.13.4.1614 Initialized
[18:56:59 INFO]: Replaced 183 ore recipies
[18:57:00 INFO]: Completed early MinecraftForge initialization
[18:57:00 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[18:57:00 INFO]: Searching C:\Users\fkfkf\Desktop\직박구리\프리루트_1.7.10_모드버킷_1614_201\mods for mods
[18:57:00 INFO]: Forge Mod Loader has identified 4 mods to load
[18:57:00 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at CLIENT
[18:57:00 INFO]: Attempting connection with missing mods [mcp, FML, Forge, kimagine] at SERVER
[18:57:01 INFO]: Processing ObjectHolder annotations
[18:57:01 INFO]: Found 341 ObjectHolder annotations
[18:57:01 INFO]: Identifying ItemStackHolder annotations
[18:57:01 INFO]: Found 0 ItemStackHolder annotations
[18:57:01 INFO]: Configured a dormant chunk cache size of 0
[18:57:01 INFO]: Applying holder lookups
[18:57:01 INFO]: Holder lookups applied
[18:57:01 INFO]: Injecting itemstacks
[18:57:01 INFO]: Itemstack injection complete
[18:57:01 INFO]: Loading properties
[18:57:01 INFO]: Default game type: SURVIVAL
[18:57:01 INFO]: This server is running KCauldron version 1.7.10-R0.1-SNAPSHOT (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
[18:57:01 INFO]: Server Ping Player Sample Count: 12
[18:57:01 INFO]: Using 4 threads for Netty based IO
[18:57:02 INFO]: Generating keypair
[18:57:02 INFO]: Starting Minecraft server on *:25565
[18:57:02 INFO]: Injecting itemstacks
[18:57:02 INFO]: Itemstack injection complete
[18:57:02 INFO]: Forge Mod Loader has successfully loaded 4 mods
[18:57:02 INFO]: Preparing level "world"
[18:57:02 INFO]: Registered command debug with permission node vanilla.command.debug
[18:57:02 INFO]: Registered command spreadplayers with permission node vanilla.command.spreadplayers
[18:57:02 INFO]: Registered command playsound with permission node vanilla.command.playsound
[18:57:02 INFO]: Registered command scoreboard with permission node vanilla.command.scoreboard
[18:57:02 INFO]: Registered command achievement with permission node vanilla.command.achievement
[18:57:02 INFO]: Registered command summon with permission node vanilla.command.summon
[18:57:02 INFO]: Registered command setblock with permission node vanilla.command.setblock
[18:57:02 INFO]: Registered command testforblock with permission node vanilla.command.testforblock
[18:57:02 INFO]: Registered command tellraw with permission node vanilla.command.tellraw
[18:57:02 INFO]: Registered command netstat with permission node vanilla.command.netstat
[18:57:02 INFO]: Injecting existing block and item data into this server instance
[18:57:02 INFO]: Applying holder lookups
[18:57:02 INFO]: Holder lookups applied
[18:57:03 INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@3d7a3a10)
[18:57:04 INFO]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@3d7a3a10)
[18:57:04 INFO]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@3d7a3a10)
[18:57:04 INFO]: Preparing start region for level 0
[18:57:05 INFO]: Preparing spawn area: 30%
[18:57:06 INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:57:06 INFO]: Done (3.372s)! For help, type "help" or "?"
[18:57:06 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[18:57:09 WARN]: Error occured during retriving version
java.lang.Throwable
        at kcauldron.KLog.log(KLog.java:30) [KLog.class:1.7.10-R0.1-SNAPSHOT]
        at kcauldron.KLog.warning(KLog.java:41) [KLog.class:1.7.10-R0.1-SNAPSHOT]
        at kcauldron.updater.KVersionRetriever.uncaughtException(KVersionRetriever.java:114) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
        at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:108) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
        at kcauldron.updater.KVersionRetriever.run(KVersionRetriever.java:69) [KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
Caused by: javax.net.ssl.SSLPeerUnverifiedException: Host name 'api.prok.pw' does not match the certificate subject provided by the peer (CN=aur.rocks)
        at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:465) ~[SSLConnectionSocketFactory.class:4.4.1]
        at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:395) ~[SSLConnectionSocketFactory.class:4.4.1]
        at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353) ~[SSLConnectionSocketFactory.class:4.4.1]
        at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ~[DefaultHttpClientConnectionOperator.class:4.4.1]
        at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) ~[PoolingHttpClientConnectionManager.class:4.4.1]
        at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) ~[MainClientExec.class:4.4.1]
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[MainClientExec.class:4.4.1]
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) ~[ProtocolExec.class:4.4.1]
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) ~[RetryExec.class:4.4.1]
        at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[RedirectExec.class:4.4.1]
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) ~[InternalHttpClient.class:4.4.1]
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[CloseableHttpClient.class:4.4.1]
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) ~[CloseableHttpClient.class:4.4.1]
        at kcauldron.updater.KVersionRetriever.check(KVersionRetriever.java:92) ~[KVersionRetriever.class:1.7.10-R0.1-SNAPSHOT]
        ... 2 more
여기에서 멈추내요

던이 안뜨고...

youtube마인모드
2018.01.22

이런데
┍───────────────────────────────


│   프리루트의 마인크래프트 서버파일을 이용해주셔서 감사함다.


│   프리루트의 구동기가 서버에 이용할 자바를 자동으로
│      탐지하고 있습니다. 잠시만 기다려주세요 :D


│  * 참고사항 : 이제 서버를 종료하실 때 stop 명령어를 치시면
│                    서버가 정상적으로 종료되니 참고해주세요~


┕───────────────────────────────
Error: Unable to access jarfile 1.7.10.jar
계속하려면 아무 키나 누르십시오 . . .

PeoseuteoRaid
2018.01.31

JAVA TM 이 없어요 ㅠ

카울
2018.02.03

모드를 개인마크에도 해야한다고하는데 개인마크 포지를 그러면 1.8.9 포지를 따로만들어서 거기다가 해야하나요?

버킷폴더안에 포지가 있던데 마인크래프트에선 안떠서요

RBrebl레블
2018.02.04

자바를자동으로 탐지하고있을때 정품인데도 불구하고 자바는내부도는 외부 명령, 실행할 수 잇는 프로그램, 또는 배치파일이 아닙니다. 계속하려면 아무키나 누르십시오... 가뜨네염 왜죠?

assadasdasdsadas.PNG

 

이게 뜨면서 딴 사람분이 못들어 오신 다는데 어떻게 해야 하는건가요?

[15:29:58 INFO]: Done (9.383s)! For help, type "help" or "?"
[15:29:58 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[15:29:58 INFO]: Hey, you don't have a server icon! Try out one of Thermos' Icon Generators at https://github.com/CyberdyneCC/ThermosIconGenerators !
[15:29:58 INFO]: [Thermos] Refusing to lock affinity, disabled in cauldron.yml
[15:30:08 WARN]: Error occured during retriving version
java.lang.Throwable
        at thermos.TLog.log(TLog.java:30) [TLog.class:1.7.10-1614.57]
        at thermos.TLog.warning(TLog.java:41) [TLog.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.uncaughtException(TVersionRetriever.java:111) [TVersionRetriever.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.check(TVersionRetriever.java:105) [TVersionRetriever.class:1.7.10-1614.57]
        at thermos.updater.TVersionRetriever.run(TVersionRetriever.java:69) [TVersionRetriever.class:1.7.10-1614.57]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
Caused by: org.json.simple.parser.ParseException
        at org.json.simple.parser.Yylex.yylex(Unknown Source) ~[Yylex.class:?]
        at org.json.simple.parser.JSONParser.nextToken(Unknown Source) ~[JSONParser.class:?]
        at org.json.simple.parser.JSONParser.parse(Unknown Source) ~[JSONParser.class:?]
        at org.json.simple.parser.JSONParser.parse(Unknown Source) ~[JSONParser.class:?]
        at thermos.updater.TVersionRetriever.check(TVersionRetriever.java:95) ~[TVersionRetriever.class:1.7.10-1614.57]
        ... 2 more 이글이 done 어쩌고 뒤에 뜨는데 괜찮은 건가요?

그 모드설치 전에 아예 구동기 종료해야하나요? 아니면 계속 놔두어야하나요

해플
2018.03.31

램 선택 후 ' java ' 은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. 라고 뜨는데 이경우 어떻게 해야하나요?

그린TV
2018.04.01

1.7.10 플랜모드,1.7.10 현실기차  모드는  버킷에 넣어도 되나요?

파닥이
2018.04.19

우왕 정말 좋은데 오류가 좀..........
그렇네욤

옆찌
2018.05.06

1.8버전의 모드 버킷을 다운로드 했는데 이게 포트 바인 하는걸 실패했다 어쩌구 뜨고 그 뒤로 계속 서버 버킷이 done 까지 안 가지는데 이거 어떻게 되나요

계속하시려면 아무키나 누르세요도 나오고 모드없이 구동했는데 로그인중만 떠여

마크좋아
2018.07.09

Armourers-Workshop-1.7.10-0.38.1.98

b77_1710f

CustomNPCs_1.7.10d

ForgeMultipart-1.7.10-1.2.0.345-universal

MoreEnchantments-1.7.10-1.3.2.1

PlayerAPI-1.7.10-1.4

RenderPlayerAPI-1.7.10-1.0

ShadersModCore-v2.3.31-mc1.7.10-f 이런 모드들이 있는데 이모드들 중에 빼야할게 있나요?

이현승
2018.08.10

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

... 33 more

Caused by: java.lang.RuntimeException: Attempted to load class bnw for invalid s

ide SERVER

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTr

ansformer.java:51) ~[%5bThermos%5d1.7.10_1558-57.jar:1.7.10-1614.57]

at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchC

lassLoader.java:279) ~[launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:176) ~[launchwrapper-1.12.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

... 33 more

[17:36:03 ERROR]: Encountered an unexpected exception

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecra

ft/client/renderer/entity/RenderBiped

 

at cpw.mods.fml.common.LoadController.transition(LoadController.java:163

) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559) ~[Loade

r.class:1.7.10-1614.57]

at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand

ler.java:88) ~[FMLServerHandler.class:1.7.10-1614.57]

at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.j

ava:319) ~[FMLCommonHandler.class:1.7.10-1614.57]

at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated

Server.java:176) ~[lt.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [M

inecraftServer.class:?]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]

Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/

RenderBiped

at cpw.mods.fml.client.registry.RenderingRegistry.addNewArmourRendererPr

efix(RenderingRegistry.java:51) ~[RenderingRegistry.class:1.7.10-1614.57]

at alcoholmod.Mathioks.AlcoholMod.preInit(AlcoholMod.java:437) ~[Alcohol

Mod.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_181]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_181]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain

er.java:532) ~[FMLModContainer.class:1.7.10-1614.57]

at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser

ver-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-

1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadContro

ller.java:212) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll

er.java:190) ~[LoadController.class:1.7.10-1614.57]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_181]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_181]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser

ver-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-

1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadControl

ler.java:119) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loade

r.class:1.7.10-1614.57]

... 5 more

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entit

y.RenderBiped

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:191) ~[launchwrapper-1.12.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

at cpw.mods.fml.client.registry.RenderingRegistry.addNewArmourRendererPr

efix(RenderingRegistry.java:51) ~[RenderingRegistry.class:1.7.10-1614.57]

at alcoholmod.Mathioks.AlcoholMod.preInit(AlcoholMod.java:437) ~[Alcohol

Mod.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_181]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_181]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain

er.java:532) ~[FMLModContainer.class:1.7.10-1614.57]

at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser

ver-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-

1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadContro

ller.java:212) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll

er.java:190) ~[LoadController.class:1.7.10-1614.57]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_181]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_181]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser

ver-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-

1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadControl

ler.java:119) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loade

r.class:1.7.10-1614.57]

... 5 more

Caused by: java.lang.RuntimeException: Attempted to load class bnw for invalid s

ide SERVER

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTr

ansformer.java:51) ~[%5bThermos%5d1.7.10_1558-57.jar:1.7.10-1614.57]

at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchC

lassLoader.java:279) ~[launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:176) ~[launchwrapper-1.12.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

at cpw.mods.fml.client.registry.RenderingRegistry.addNewArmourRendererPr

efix(RenderingRegistry.java:51) ~[RenderingRegistry.class:1.7.10-1614.57]

at alcoholmod.Mathioks.AlcoholMod.preInit(AlcoholMod.java:437) ~[Alcohol

Mod.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_181]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_181]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain

er.java:532) ~[FMLModContainer.class:1.7.10-1614.57]

at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser

ver-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-

1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadContro

ller.java:212) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll

er.java:190) ~[LoadController.class:1.7.10-1614.57]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_181]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_181]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser

ver-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-

1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadControl

ler.java:119) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loade

r.class:1.7.10-1614.57]

... 5 more

[17:36:03 ERROR]: Cause of unexpected exception was

java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/RenderBiped

 

at cpw.mods.fml.client.registry.RenderingRegistry.addNewArmourRendererPr

efix(RenderingRegistry.java:51) ~[RenderingRegistry.class:1.7.10-1614.57]

at alcoholmod.Mathioks.AlcoholMod.preInit(AlcoholMod.java:437) ~[Alcohol

Mod.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_181]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_181]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContain

er.java:532) ~[FMLModContainer.class:1.7.10-1614.57]

at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser

ver-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-

1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadContro

ller.java:212) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll

er.java:190) ~[LoadController.class:1.7.10-1614.57]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0

_181]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0

_181]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1

.8.0_181]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscribe

r.java:74) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(Sy

nchronizedEventSubscriber.java:47) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[ser

ver-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav

a:304) ~[server-1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[server-

1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadControl

ler.java:119) ~[LoadController.class:1.7.10-1614.57]

at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ~[Loade

r.class:1.7.10-1614.57]

at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand

ler.java:88) ~[FMLServerHandler.class:1.7.10-1614.57]

at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.j

ava:319) ~[FMLCommonHandler.class:1.7.10-1614.57]

at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated

Server.java:176) ~[lt.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [M

inecraftServer.class:?]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entit

y.RenderBiped

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:191) ~[launchwrapper-1.12.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

... 33 more

Caused by: java.lang.RuntimeException: Attempted to load class bnw for invalid s

ide SERVER

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTr

ansformer.java:51) ~[%5bThermos%5d1.7.10_1558-57.jar:1.7.10-1614.57]

at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchC

lassLoader.java:279) ~[launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo

ader.java:176) ~[launchwrapper-1.12.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_181]

... 33 more

[17:36:03 ERROR]: This crash report has been saved to: C:\Users\USER\Downloads\

프리루트_1.7.10_모드버킷_Thermos_1558_57\.\crash-reports\crash-2018-08-10_17.36.

03-server.txt

[17:36:03 WARN]: Can't revert to frozen GameData state without freezing first.

[17:36:03 INFO]: Applying holder lookups

[17:36:03 INFO]: Holder lookups applied

[17:36:03 INFO]: The state engine was in incorrect state ERRORED and forced into

state SERVER_STOPPED. Errors may have been discarded.

[17:36:03 INFO]: The state engine was in incorrect state ERRORED and forced into

state AVAILABLE. Errors may have been discarded.

계속하려면 아무 키나 누르십시오 . . .

 

 

계속 이렇게 나오네요

저 그 서버에 모드 넣을때 스마트 무빙, 투매니, 미니맵, 한글채팅, 커스텀npc, 조합가이드, 인첸트플러스, 럭키블럭(큐빅 럭키블럭), 배틀기어2, 3D총 모드, 가방모드, Stefinus3D총, 신의 아이템, 워크샵 모드, 디바인RPG, 월드 에딧, 슈퍼 다이아몬드, 셋홈모드, 하베스트, 체력바, 더많은 인첸트, 사이안전사검 모드 를 쓸 건데 이중에 개인형 모드는 어떤거고 그 파일 이름(영어)를 알려 주셨으면 합니다. ㅠㅠ

뉴스 및 창작물
/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0

/files/thumbnails/115/774/003/262x150.crop.jpg?20240428135129

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0

/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1