itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup
https://docker-minecraft-server.readthedocs.io/
Apache License 2.0
9.23k stars 1.52k forks source link

[MAGMA-1.12.2] log4j2.xml is not created when importing existing server folder #1309

Closed wertercatt closed 2 years ago

wertercatt commented 2 years ago

Describe the problem

I was previously running Magma-1.12.2 on my system raw. But I'm currently working on dockerizing my currently running services in preparation for migrating to a new server. As I didn't want to lose my existing server configuration, with all of its mods/plugins/worlds, I decided to just mount my existing folder to the /data volume. However, I believe that since my server.properties file already existed, the container assumed that the rest of the files in https://github.com/itzg/docker-minecraft-server/tree/master/files existed as well. This has the minor issue of TerminalConsole not being set properly to output my server's log to the host with DEBUG: "False" but presumably also has the issue of the fix for #1177 not being applied either.

Container definition

    MCSurvival:
        ports:
            - '25566:25565'
            - '8123:8124'
        volumes:
            - './MCSurvival/:/data'
        environment:
            EULA: "TRUE"
            TYPE: "MAGMA"
            VERSION: "1.12.2"
            MEMORY: ""
            JVM_DD_OPTS: "disable.watchdog=true"
            DEBUG: "TRUE"
        tty: TRUE
        stdin_open: TRUE
        restart: unless-stopped
        image: 'itzg/minecraft-server:java8-multiarch'

Container logs

+ export HOME=/data
+ HOME=/data
++ id -u
++ id -g
++ ls -lnd /data
+ log 'Running as uid=1000 gid=1000 with /data as '\''drwxrwxrwx 1 1000 1000 4096 Jan 27 05:26 /data'\'''
+ echo '[init] Running as uid=1000 gid=1000 with /data as '\''drwxrwxrwx 1 1000 1000 4096 Jan 27 05:26 /data'\'''
[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxrwx 1 1000 1000 4096 Jan 27 05:26 /data'
+ '[' '!' -e /data/eula.txt ']'
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ [[ -n '' ]]
+ [[ -n '' ]]
+ which java
+ export VERSIONS_JSON=https://launchermeta.mojang.com/mc/game/version_manifest.json
+ VERSIONS_JSON=https://launchermeta.mojang.com/mc/game/version_manifest.json
+ case "X$VERSION" in
+ VANILLA_VERSION=1.12.2
+ export VANILLA_VERSION
+ log 'Resolved version given 1.12.2 into 1.12.2'
+ echo '[init] Resolved version given 1.12.2 into 1.12.2'
[init] Resolved version given 1.12.2 into 1.12.2
+ cd /data
+ export ORIGINAL_TYPE=MAGMA
+ ORIGINAL_TYPE=MAGMA
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ versionLessThan 1.7
+ mc-image-helper compare-versions 1.12.2 lt 1.7
+ log 'Resolving type given MAGMA'
+ echo '[init] Resolving type given MAGMA'
[init] Resolving type given MAGMA
+ case "${TYPE^^}" in
+ exec /start-deployMagma
+ : 1.12.2
+ : stable
++ curl -fsSL https://api.magmafoundation.org/api/resources/Magma/1.12.2/stable/latest
+ latestMeta='{"tag_name":"v761933c-CUSTOM","target_commitish":"master","name":"Magma Dev master-761933c","body":"","draft":false,"prerelease":false,"id":46624495,"created_at":"2021-07-22T17:01:44Z","published_at":"2021-07-22T18:04:24Z","url":"https://api.github.com/repos/magmafoundation/Magma/releases/46624495","html_url":"https://github.com/magmafoundation/Magma/releases/tag/v761933c-CUSTOM","assets_url":"https://api.github.com/repos/magmafoundation/Magma/releases/46624495/assets","assets":[{"id":40828041,"url":"https://api.github.com/repos/magmafoundation/Magma/releases/assets/40828041","name":"Magma-761933c-STABLE-server.jar","label":"","state":"uploaded","content_type":"application/java-archive","size":7194470,"download_count":25672,"created_at":"2021-07-22T18:04:24Z","updated_at":"2021-07-22T18:04:25Z","browser_download_url":"https://github.com/magmafoundation/Magma/releases/download/v761933c-CUSTOM/Magma-761933c-STABLE-server.jar","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","html_url":"https://github.com/apps/github-actions","gravatar_id":"","type":"Bot","site_admin":false,"url":"https://api.github.com/users/github-actions%5Bbot%5D","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"},"node_id":"MDEyOlJlbGVhc2VBc3NldDQwODI4MDQx"}],"upload_url":"https://uploads.github.com/repos/magmafoundation/Magma/releases/46624495/assets{?name,label}","zipball_url":"https://api.github.com/repos/magmafoundation/Magma/zipball/v761933c-CUSTOM","tarball_url":"https://api.github.com/repos/magmafoundation/Magma/tarball/v761933c-CUSTOM","author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","html_url":"https://github.com/apps/github-actions","gravatar_id":"","type":"Bot","site_admin":false,"url":"https://api.github.com/users/github-actions%5Bbot%5D","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"},"node_id":"MDc6UmVsZWFzZTQ2NjI0NDk1"}'
+ '[' 0 '!=' 0 ']'
++ echo '{"tag_name":"v761933c-CUSTOM","target_commitish":"master","name":"Magma Dev master-761933c","body":"","draft":false,"prerelease":false,"id":46624495,"created_at":"2021-07-22T17:01:44Z","published_at":"2021-07-22T18:04:24Z","url":"https://api.github.com/repos/magmafoundation/Magma/releases/46624495","html_url":"https://github.com/magmafoundation/Magma/releases/tag/v761933c-CUSTOM","assets_url":"https://api.github.com/repos/magmafoundation/Magma/releases/46624495/assets","assets":[{"id":40828041,"url":"https://api.github.com/repos/magmafoundation/Magma/releases/assets/40828041","name":"Magma-761933c-STABLE-server.jar","label":"","state":"uploaded","content_type":"application/java-archive","size":7194470,"download_count":25672,"created_at":"2021-07-22T18:04:24Z","updated_at":"2021-07-22T18:04:25Z","browser_download_url":"https://github.com/magmafoundation/Magma/releases/download/v761933c-CUSTOM/Magma-761933c-STABLE-server.jar","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","html_url":"https://github.com/apps/github-actions","gravatar_id":"","type":"Bot","site_admin":false,"url":"https://api.github.com/users/github-actions%5Bbot%5D","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"},"node_id":"MDEyOlJlbGVhc2VBc3NldDQwODI4MDQx"}],"upload_url":"https://uploads.github.com/repos/magmafoundation/Magma/releases/46624495/assets{?name,label}","zipball_url":"https://api.github.com/repos/magmafoundation/Magma/zipball/v761933c-CUSTOM","tarball_url":"https://api.github.com/repos/magmafoundation/Magma/tarball/v761933c-CUSTOM","author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","html_url":"https://github.com/apps/github-actions","gravatar_id":"","type":"Bot","site_admin":false,"url":"https://api.github.com/users/github-actions%5Bbot%5D","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"},"node_id":"MDc6UmVsZWFzZTQ2NjI0NDk1"}'
++ jq -r .tag_name
+ tagName=v761933c-CUSTOM
+ markerFile=.magma-installed-1.12.2-v761933c-CUSTOM
+ '[' -f .magma-installed-1.12.2-v761933c-CUSTOM ']'
++ cat .magma-installed-1.12.2-v761933c-CUSTOM
+ installedTagName=/data/magma-server-1.12.2.jar
+ '[' '!' -f .magma-installed-1.12.2-v761933c-CUSTOM ']'
++ cat .magma-installed-1.12.2-v761933c-CUSTOM
+ export SERVER=/data/magma-server-1.12.2.jar
+ SERVER=/data/magma-server-1.12.2.jar
+ [[ /data/magma-server-1.12.2.jar == \f\o\r\g\e ]]
+ export FAMILY=HYBRID
+ FAMILY=HYBRID
+ exec /start-setupWorld
+ '[' MAGMA = CURSEFORGE ']'
+ worldDest=/data/world
+ [[ -n '' ]]
+ exec /start-setupVanillaTweaks
+ out_dir=/data/world/datapacks
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ exec /start-setupDatapack
+ out_dir=/data/world/datapacks
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ [[ -n '' ]]
+ [[ -n '' ]]
+ exec /start-setupForgeApiMods
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ '[' '' ']'
+ '[' '' ']'
+ exec /start-setupModpack
+ CURSE_URL_BASE=https://minecraft.curseforge.com/projects
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ : ''
+ [[ -n '' ]]
+ exec /start-setupModconfig
+ isTrue true
+ local value=true
+ result=
+ case ${value} in
+ result=0
+ return 0
+ updateArg=--skip-newer-in-destination
+ isTrue true
+ local value=true
+ result=
+ case ${value} in
+ result=0
+ return 0
+ subcommand=sync-and-interpolate
+ '[' -d /plugins ']'
+ : /data/mods
+ '[' -d /mods ']'
+ : /data/config
+ '[' -d /config ']'
+ exec /start-setupServerProperties
[init] server.properties already created, skipping
[init] DEBUG Dumping server.properties
#Minecraft server properties
#Thu Jan 27 05:26:25 UTC 2022
spawn-protection=16
generator-settings=
force-gamemode=false
allow-nether=true
gamemode=0
broadcast-console-to-ops=true
enable-query=false
player-idle-timeout=0
difficulty=1
spawn-monsters=true
op-permission-level=4
pvp=true
snooper-enabled=true
level-type=DEFAULT
hardcore=false
enable-command-block=true
max-players=20
network-compression-threshold=256
resource-pack-sha1=
max-world-size=29999984
server-port=25565
server-ip=192.168.86.43
spawn-npcs=true
allow-flight=true
level-name=oopsie
view-distance=10
resource-pack=
spawn-animals=true
white-list=false
generate-structures=true
online-mode=true
max-build-height=256
level-seed=
use-native-transport=true
prevent-proxy-connections=false
enable-rcon=false
motd=wertercatt.com's Game Room
+ versionLessThan 1.7.6
+ mc-image-helper compare-versions 1.12.2 lt 1.7.6
+ opsFile=ops.json
+ whitelistFile=whitelist.json
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ '[' -n '' ']'
+ '[' -n '' ']'
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ canUseRollingLogs=true
+ versionLessThan 1.7
+ mc-image-helper compare-versions 1.12.2 lt 1.7
+ isFamily VANILLA
+ for f in "${@}"
+ [[ HYBRID == \V\A\N\I\L\L\A ]]
+ return 1
+ isFamily VANILLA
+ for f in "${@}"
+ [[ HYBRID == \V\A\N\I\L\L\A ]]
+ return 1
+ isType PURPUR
+ for t in "${@}"
+ [[ MAGMA == \P\U\R\P\U\R ]]
+ return 1
+ isType PURPUR
+ for t in "${@}"
+ [[ MAGMA == \P\U\R\P\U\R ]]
+ return 1
+ versionLessThan 1.18.1
+ mc-image-helper compare-versions 1.12.2 lt 1.18.1
+ JVM_OPTS='-Dlog4j2.formatMsgNoLookups=true '
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ log 'Checking for JSON files.'
+ echo '[init] Checking for JSON files.'
[init] Checking for JSON files.
++ find /data -maxdepth 1 -name '*.json'
+ JSON_FILES='/data/banned-ips.json
/data/banned-players.json
/data/ops.json
/data/usercache.json
/data/usernamecache.json
/data/whitelist.json'
+ for j in $JSON_FILES
++ cat /data/banned-ips.json
++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'
+ [[ [] == '' ]]
+ for j in $JSON_FILES
++ cat /data/banned-players.json
++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'
+ [[ [] == '' ]]
+ for j in $JSON_FILES
++ cat /data/ops.json
++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'
+ [[ [
{
"uuid": "14645cf6-d136-4a0d-84fd-0dfffaea0f20",
"name": "wertercatt",
"level": 4,
"bypassesPlayerLimit": false
}
] == '' ]]
+ for j in $JSON_FILES
++ cat /data/usercache.json
++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'
+ [[ [{"name":"thepurpletigress","uuid":"64de6c6e-aca2-478d-a489-8d0dbe1287e1","expiresOn":"2021-08-04 23:18:08 +0000"},{"name":"TimeTravlur","uuid":"b0190e72-f649-4cc7-96bb-73570334cdbe","expiresOn":"2021-07-28 04:28:57 +0000"},{"name":"wertercatt","uuid":"14645cf6-d136-4a0d-84fd-0dfffaea0f20","expiresOn":"2021-08-03 06:08:53 +0000"},{"name":"ifelse95","uuid":"f6b7a535-ab9b-4937-822b-d4a7e7c7bdc9","expiresOn":"2021-08-04 23:16:30 +0000"},{"name":"shinyjiggly","uuid":"5298fb7f-df9a-4cc1-a6ca-292f1acec389","expiresOn":"2021-08-01 20:16:07 +0000"},{"name":"frozenLake","uuid":"802cbffd-2a68-4f22-857b-52e52e669aaa","expiresOn":"2021-08-01 20:17:02 +0000"}] == '' ]]
+ for j in $JSON_FILES
++ cat /data/usernamecache.json
++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'
+ [[ {
"14645cf6-d136-4a0d-84fd-0dfffaea0f20": "wertercatt",
"f6b7a535-ab9b-4937-822b-d4a7e7c7bdc9": "ifelse95",
"802cbffd-2a68-4f22-857b-52e52e669aaa": "frozenLake",
"5298fb7f-df9a-4cc1-a6ca-292f1acec389": "shinyjiggly",
"64de6c6e-aca2-478d-a489-8d0dbe1287e1": "thepurpletigress",
"b0190e72-f649-4cc7-96bb-73570334cdbe": "TimeTravlur"
} == '' ]]
+ for j in $JSON_FILES
++ cat /data/whitelist.json
++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'
+ [[ [] == '' ]]
+ versionLessThan 1.14
+ mc-image-helper compare-versions 1.12.2 lt 1.14
+ [[ '' = false ]]
+ [[ '' = false ]]
+ [[ '' = FALSE ]]
+ : ''
+ : ''
+ expandedDOpts=
+ '[' -n disable.watchdog=true ']'
+ for dopt in $JVM_DD_OPTS
+ expandedDOpts=' -Ddisable.watchdog=true'
+ isTrue
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ [[ -n '' ]]
+ [[ -n '' ]]
+ mcServerRunnerArgs=(--stop-duration "${STOP_DURATION:-60}s" --named-pipe "${CONSOLE_IN_NAMED_PIPE:-/tmp/minecraft-console-in}")
+ [[ -n '' ]]
+ [[ MAGMA == \C\U\R\S\E\F\O\R\G\E ]]
+ [[ MAGMA == \C\U\R\S\E\F\O\R\G\E ]]
+ [[ /data/magma-server-1.12.2.jar =~ run.sh ]]
+ '[' -f /data/bootstrap.txt ']'
+ log 'Starting the Minecraft server...'
+ echo '[init] Starting the Minecraft server...'
[init] Starting the Minecraft server...
+ finalArgs=($JVM_XX_OPTS $JVM_OPTS $expandedDOpts -jar "$SERVER" "$@" $EXTRA_ARGS)
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue ''
+ local value=
+ result=
+ case ${value} in
+ result=1
+ return 1
+ isTrue false
+ local value=false
+ result=
+ case ${value} in
+ result=1
+ return 1
+ exec mc-server-runner --stop-duration 60s --named-pipe /tmp/minecraft-console-in java -Dlog4j2.formatMsgNoLookups=true -Ddisable.watchdog=true -jar /data/magma-server-1.12.2.jar
Starting Magma
Downloading Minecraft Server Jar ...
Checking for new version...
No update found, latest version: (4152130) current version: (4152130)
[05:48:16] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[05:48:16] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[05:48:16] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[05:48:16] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
[05:48:16] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_312, running on Linux:amd64:5.10.60.1-microsoft-standard-WSL2, installed at /opt/java/openjdk/jre
[05:48:17] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[05:48:17] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[05:48:17] [main/WARN] [FML]: The coremod MagmaCorePlugin (org.magmafoundation.magma.MagmaCorePlugin) is not signed!
[05:48:17] [main/INFO] [FML]: 3 mod patches loaded!
[05:48:17] [main/INFO] [FML]: FTB-Quest loaded
[05:48:17] [main/INFO] [FML]: naturessompass loaded
[05:48:17] [main/INFO] [FML]: FirstAid loaded
[05:48:18] [main/INFO] [FML]: Searching /data/./mods for mods
[05:48:18] [main/INFO] [FML]: Searching /data/./mods/1.12.2 for mods
[05:48:18] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [1.12.2]+SecurityCraft+v1.9.0.2.jar
[05:48:18] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar
[05:48:18] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[05:48:18] [main/WARN] [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[05:48:18] [main/WARN] [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[05:48:18] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in logisticspipes-0.10.3.40.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[05:48:18] [main/WARN] [FML]: The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[05:48:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in OpenComputers-MC1.12.2-1.7.5.192.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[05:48:19] [main/WARN] [FML]: The coremod li.cil.oc.common.launch.TransformerLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[05:48:19] [main/WARN] [FML]: The coremod TransformerLoader (li.cil.oc.common.launch.TransformerLoader) is not signed!
[05:48:19] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in secretroomsmod-1.12.2-5.6.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[05:48:19] [main/WARN] [FML]: The coremod SecretRoomsMod-Core (com.wynprice.secretroomsmod.core.SecretRoomsCore) is not signed!
[05:48:19] [main/INFO] [FML]: [SecretRoomsMod-Core] Core loaded
[05:48:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[05:48:19] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[05:48:19] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8.3 Source=file:/data/./mods/%5B1.12.2%5D+SecurityCraft+v1.9.0.2.jar Service=LaunchWrapper Env=SERVER
[05:48:19] [main/WARN] [FML]: The coremod SecurityCraftLoadingPlugin (net.geforcemods.securitycraft.SecurityCraftLoadingPlugin) is not signed!
[05:48:19] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[05:48:19] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker
[05:48:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[05:48:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[05:48:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[05:48:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[05:48:22] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@b2f4ece
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker
[05:48:22] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:48:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:48:23] [main/INFO] [FML]: [SecretRoomsTransformer] Registered
[05:48:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[05:48:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[05:48:23] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[05:48:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[05:48:23] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[05:48:24] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
[05:48:24] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase
[05:48:24] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[05:48:25] [main/INFO] [FML]: [SecretRoomsTransformer] Running Transform on net.minecraft.block.state.BlockStateContainer$StateImplementation
[05:48:25] [main/INFO] [FML]: [SecretRoomsTransformer] Finished Transform on: net.minecraft.block.state.BlockStateContainer$StateImplementation
[05:48:26] [main/INFO] [FML]: [SecretRoomsTransformer] Running Transform on net.minecraft.block.BlockBreakable
[05:48:26] [main/INFO] [FML]: [SecretRoomsTransformer] Finished Transform on: net.minecraft.block.BlockBreakable
[05:48:27] [main/INFO] [OpenComputers]: Successfully patched net/minecraft/entity/EntityLiving.recreateLeash.
[05:48:27] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.entity.item.EntityItemFrame], Method [func_184230_a]
[05:48:27] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.item.EntityItemFrame Finished.
[05:48:28] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d]
[05:48:28] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished.
[05:48:29] [main/INFO] [EnderCore ASM]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
[05:48:29] [main/INFO] [EnderCore ASM]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
[05:48:30] [main/INFO] [FML]: 3 patches loaded!
[05:48:30] [main/INFO] [FML]: CoreProtect [Changes Material to Magma's getBlockMaterial that has modded block materials ] loaded
[05:48:30] [main/INFO] [FML]: Essentials [Fixes Commands in Essentials] loaded
[05:48:30] [main/INFO] [FML]: dynmap [Remaps BukkitVersionHelperCB and BukkitVersionHelperGeneric to support Magma version] loaded
[05:48:30] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[05:48:30] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2860 Initialized
[05:48:30] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[05:48:30] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[05:48:30] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[05:48:31] [Server thread/INFO] [FML]: Searching /data/./mods for mods
[05:48:31] [Server thread/INFO] [FML]: Searching /data/./mods/1.12.2 for mods
[05:48:32] [Server thread/WARN] [FML]: Mod securitycraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version v1.9.0.2
[05:48:35] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
[05:48:36] [Server thread/INFO] [FML]: Disabling mod craftpresence it is client side only.
[05:48:41] [Server thread/WARN] [FML]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[05:48:41] [Server thread/WARN] [FML]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[05:48:41] [Server thread/WARN] [FML]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.2.83
[05:48:44] [Server thread/WARN] [FML]: Mod logisticspipes is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.10.3.40
[05:48:45] [Server thread/WARN] [FML]: Mod mrtjpcore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.4.43
[05:48:47] [Server thread/WARN] [FML]: Mod projectred-core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:47] [Server thread/INFO] [FML]: Mod projectred-compat is missing the required element 'name'. Substituting projectred-compat
[05:48:47] [Server thread/WARN] [FML]: Mod projectred-compat is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[05:48:47] [Server thread/WARN] [FML]: Mod projectred-fabrication is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:47] [Server thread/WARN] [FML]: Mod projectred-integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:47] [Server thread/WARN] [FML]: Mod projectred-transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:48] [Server thread/WARN] [FML]: Mod projectred-illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:48] [Server thread/WARN] [FML]: Mod projectred-expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:48] [Server thread/WARN] [FML]: Mod projectred-relocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:48] [Server thread/WARN] [FML]: Mod projectred-transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:48] [Server thread/WARN] [FML]: Mod projectred-exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.4.120
[05:48:50] [Server thread/INFO] [FML]: Forge Mod Loader has identified 78 mods to load
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for aiimprovements: assets/aiimprovements/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for appleskin: assets/appleskin/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for buildcraftbuilders: assets/buildcraftbuilders/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for buildcraftcore: assets/buildcraftcore/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for buildcraftenergy: assets/buildcraftenergy/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for buildcraftfactory: assets/buildcraftfactory/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for buildcraftrobotics: assets/buildcraftrobotics/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for buildcraftsilicon: assets/buildcraftsilicon/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for buildcrafttransport: assets/buildcrafttransport/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for dynmap: assets/dynmap/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for enderiobase: assets/enderiobase/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsappliedenergistics: assets/enderioconduitsappliedenergistics/lang/en_us.lang
[05:48:50] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsopencomputers: assets/enderioconduitsopencomputers/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for enderioconduitsrefinedstorage: assets/enderioconduitsrefinedstorage/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for enderioconduits: assets/enderioconduits/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationforestry: assets/enderiointegrationforestry/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationtic: assets/enderiointegrationtic/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for enderiointegrationticlate: assets/enderiointegrationticlate/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for enderioinvpanel: assets/enderioinvpanel/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for enderiomachines: assets/enderiomachines/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for enderiopowertools: assets/enderiopowertools/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for forgelin: assets/forgelin/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for microblockcbe: assets/microblockcbe/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for forgemultipartcbe: assets/forgemultipartcbe/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for minecraftmultipartcbe: assets/minecraftmultipartcbe/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for mcjtylib_ng: assets/mcjtylib_ng/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for morpheus: assets/morpheus/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for mrtjpcore: assets/mrtjpcore/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-core: assets/projectred-core/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-compat: assets/projectred-compat/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-fabrication: assets/projectred-fabrication/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-integration: assets/projectred-integration/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-transmission: assets/projectred-transmission/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-illumination: assets/projectred-illumination/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-expansion: assets/projectred-expansion/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-relocation: assets/projectred-relocation/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-transportation: assets/projectred-transportation/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for projectred-exploration: assets/projectred-exploration/lang/en_us.lang
[05:48:51] [Server thread/WARN] [FML]: Missing English translation for worldedit: assets/worldedit/lang/en_us.lang
[05:48:51] [Server thread/INFO] [FML]: FML has found a non-mod file CraftPresence-Forge-1.12.2-Release-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[05:48:51] [Server thread/INFO] [FML]: FML has found a non-mod file AutoSave-1.12.2-1.0.11.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[05:48:51] [Server thread/INFO] [FML]: FML has found a non-mod file AutoConfig-1.12.2-1.0.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[05:48:52] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, opencomputers|core, srm-hooks, securitycraft, versionchecker, aiimprovements, appleskin, appliedenergistics2, baubles, botania, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, buildinggadgets, chiselsandbits, codechickenlib, modcurrency, dynmap, endercore, enderio, enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderioinvpanel, enderiomachines, enderiopowertools, extrabitmanipulation, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, cfm, gravestone, waila, ichunutil, jei, journeymap, logisticsbridge, logisticspipes, mcjtylib_ng, minestuck, minestuckarsenal, morpheus, mrtjpcore, opencomputers, harvestcraft, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, rftools, rftoolsdim, secretroomsmod, sgcraft, sync, variedcommodities, wawla, worldedit] at CLIENT
[05:48:52] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, opencomputers|core, srm-hooks, securitycraft, versionchecker, aiimprovements, appleskin, appliedenergistics2, baubles, botania, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, buildinggadgets, chiselsandbits, codechickenlib, modcurrency, dynmap, endercore, enderio, enderiobase, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderioinvpanel, enderiomachines, enderiopowertools, extrabitmanipulation, forgelin, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, cfm, gravestone, waila, ichunutil, jei, journeymap, logisticsbridge, logisticspipes, mcjtylib_ng, minestuck, minestuckarsenal, morpheus, mrtjpcore, opencomputers, harvestcraft, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, rftools, rftoolsdim, secretroomsmod, sgcraft, sync, variedcommodities, wawla, worldedit] at SERVER
[05:48:55] [Server thread/INFO] [Dynmap]: [Dynmap] Mod Support API available
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.integration.thaumcraft.ThaumcraftArmorMixin
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Skipping mixin due to missing dependencies: [thaumcraft]
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.power.forge.item.InternalPoweredItemMixin
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.base.item.darksteel.upgrade.DarkSteelUpgradeMixin
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.paint.MobilityFlagForPaintedBlocksMixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.power.forge.item.InternalPoweredItemMixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.power.forge.item.IInternalPoweredItem
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.base.item.darksteel.upgrade.DarkSteelUpgradeMixin.
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.api.upgrades.IDarkSteelItem
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$INonSolidBlockPaintableBlock
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$IBlockPaintableBlock
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$ITexturePaintableBlock
[05:48:55] [Server thread/INFO] [EnderCore Mixins]: Found interface target crazypants.enderio.base.paint.IPaintable$ISolidBlockPaintableBlock
[05:48:55] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderio is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.base.EnderIO.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:56] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemInventoryCharger from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:48:56] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemInventoryCharger (DarkSteelUpgradeMixin)
[05:48:56] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:48:56] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:48:56] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:48:56] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook (DarkSteelUpgradeMixin)
[05:48:56] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:48:56] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:48:57] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderiointegrationtic is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.integration.tic.EnderIOIntegrationTic.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:57] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderioconduits is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.conduits.EnderIOConduits.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.conduit.me.conduit.MEMixin
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.conduit.me.conduit.MEMixin.
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.conduits.conduit.TileConduitBundle (MEMixin)
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Added 1 new interface: [appeng/api/networking/IGridHost]
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [getGridNode(Lappeng/api/util/AEPartLocation;)Lappeng/api/networking/IGridNode;, getCableConnectionType(Lappeng/api/util/AEPartLocation;)Lappeng/api/util/AECableType;, securityBreak()V]
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:48:57] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderioconduitsappliedenergistics is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.conduit.me.EnderIOConduitsAppliedEnergistics.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.conduit.oc.conduit.OCMixin
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Registered mixin.
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Found mixin source class data for crazypants.enderio.conduit.oc.conduit.OCMixin.
[05:48:57] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderioconduitsopencomputers is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.conduit.oc.EnderIOConduitsOpenComputers.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:57] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderioconduitsrefinedstorage is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.conduit.refinedstorage.EnderIOConduitsRefinedStorage.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Found annotation mixin: crazypants.enderio.integration.forestry.upgrades.ArmorMixin
[05:48:57] [Server thread/INFO] [EnderCore Mixins]: Skipping mixin due to missing dependencies: [forestry]
[05:48:57] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderiointegrationforestry is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.integration.forestry.EnderIOIntegrationForestry.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:58] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderiointegrationticlate is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.integration.tic.EnderIOIntegrationTicLate.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:58] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderioinvpanel is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.invpanel.EnderIOInvPanel.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:58] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderiomachines is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.machines.EnderIOMachines.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:48:58] [Server thread/WARN] [FML]: The declared version check handler method checkModLists on network mod id enderiopowertools is not accessible
 java.lang.NoSuchMethodException: crazypants.enderio.powertools.EnderIOPowerTools.checkModLists(java.util.Map, net.minecraftforge.fml.relauncher.Side)
    at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[?:1.8.0_312]
    at net.minecraftforge.fml.common.network.internal.NetworkModHolder.<init>(NetworkModHolder.java:246) [NetworkModHolder.class:4152130-DEV]
    at net.minecraftforge.fml.common.network.NetworkRegistry.register(NetworkRegistry.java:299) [NetworkRegistry.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:606) [FMLModContainer.class:4152130-DEV]
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:4152130-DEV]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:4152130-DEV]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:566) [Loader.class:4152130-DEV]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:102) [FMLServerHandler.class:4152130-DEV]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:337) [FMLCommonHandler.class:4152130-DEV]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:169) [nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
[05:49:01] [Server thread/INFO] [Logistics Bridge]: Logistics Bridge version: 1.3.14
[05:49:03] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[05:49:03] [Server thread/INFO] [FML]: Found 1680 ObjectHolder annotations
[05:49:03] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[05:49:03] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations
[05:49:03] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[05:49:05] [Server thread/INFO] [AE2:S]: Pre Initialization ( started )
[05:49:07] [Server thread/INFO] [AE2:S]: Starting AE2 VersionChecker
[05:49:07] [Server thread/INFO] [AE2:S]: Pre Initialization ( ended after 2837ms )
[05:49:07] [AE2 VersionChecker/INFO] [AE2:S]: Last check was just recently.
[05:49:07] [AE2 VersionChecker/INFO] [AE2:S]: Stopping AE2 VersionChecker
[05:49:07] [Server thread/INFO] [AE2:S]: Loaded AE2 Plugin {}
[05:49:08] [Server thread/INFO] [BuildCraft]: 
[05:49:08] [Server thread/INFO] [BuildCraft]: Starting BuildCraft 7.99.24.7
[05:49:08] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2018
[05:49:08] [Server thread/INFO] [BuildCraft]: https://www.mod-buildcraft.com
[05:49:08] [Server thread/INFO] [BuildCraft]: Detailed Build Information:
[05:49:08] [Server thread/INFO] [BuildCraft]:   Branch HEAD
[05:49:08] [Server thread/INFO] [BuildCraft]:   Commit 74463a28c1784cc28a716dfd5c989df012b34b91
[05:49:08] [Server thread/INFO] [BuildCraft]:     fix BCBuildersConfig clamping propQuarryMaxBlockMineRate as an integer.
[05:49:08] [Server thread/INFO] [BuildCraft]:     committed by AlexIIL
[05:49:08] [Server thread/INFO] [BuildCraft]: 
[05:49:08] [Server thread/INFO] [BuildCraft]: Loaded Modules:
[05:49:08] [Server thread/INFO] [BuildCraft]:   - lib
[05:49:08] [Server thread/INFO] [BuildCraft]:   - core
[05:49:08] [Server thread/INFO] [BuildCraft]:   - builders
[05:49:08] [Server thread/INFO] [BuildCraft]:   - energy
[05:49:08] [Server thread/INFO] [BuildCraft]:   - factory
[05:49:08] [Server thread/INFO] [BuildCraft]:   - robotics
[05:49:08] [Server thread/INFO] [BuildCraft]:   - silicon
[05:49:08] [Server thread/INFO] [BuildCraft]:   - transport
[05:49:08] [Server thread/INFO] [BuildCraft]:   - compat
[05:49:08] [Server thread/INFO] [BuildCraft]: Missing Modules:
[05:49:08] [Server thread/INFO] [BuildCraft]: 
[05:49:09] [Server thread/INFO] [BuildCraft]: [debugger] Not a dev environment!
[05:49:09] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[05:49:10] [Server thread/INFO] [BuildCraft]: 
[05:49:10] [Server thread/INFO] [BuildCraft]: Starting BuildCraftCompat 7.99.24.7
[05:49:10] [Server thread/INFO] [BuildCraft]: Copyright (c) the BuildCraft team, 2011-2017
[05:49:10] [Server thread/INFO] [BuildCraft]: https://www.mod-buildcraft.com
[05:49:10] [Server thread/INFO] [BuildCraft]: Detailed Build Information:
[05:49:10] [Server thread/INFO] [BuildCraft]:   Branch 8.0.x-1.12.2
[05:49:10] [Server thread/INFO] [BuildCraft]:   Commit 9a9b21a4571700fb84f507820f8d029c958f523e
[05:49:10] [Server thread/INFO] [BuildCraft]:     Update bc (3)
[05:49:10] [Server thread/INFO] [BuildCraft]:     committed by AlexIIL
[05:49:10] [Server thread/INFO] [BuildCraft]: 
[05:49:10] [Server thread/INFO] [BuildCraft]: [compat] Module list:
[05:49:10] [Server thread/INFO] [BuildCraft]: [compat]   x forestry (It cannot load)
[05:49:10] [Server thread/INFO] [BuildCraft]: [compat]   x theoneprobe (It cannot load)
[05:49:10] [Server thread/INFO] [BuildCraft]: [compat]   x crafttweaker (It cannot load)
[05:49:10] [Server thread/INFO] [BuildCraft]: [compat]   x ic2 (It cannot load)
[05:49:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:10] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `modcurrency_tevending`, expected `modcurrency`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `modcurrency_teexchanger`, expected `modcurrency`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:11] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `modcurrency_teatm`, expected `modcurrency`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:11] [Server thread/WARN] []: ========================================================
[05:49:11] [Server thread/WARN] []: == Forge Debug Logging is ENABLED ======================
[05:49:11] [Server thread/WARN] []: ========================================================
[05:49:11] [Server thread/WARN] []: == This WILL slow down the game, so we recommend you  ==
[05:49:11] [Server thread/WARN] []: == disable it unless you need it. See:                ==
[05:49:11] [Server thread/WARN] []: == https://github.com/MinecraftForge/MinecraftForge/issues/6271
[05:49:11] [Server thread/WARN] []: ========================================================
[05:49:11] [Server thread/INFO] [enderio]: ========================================================
[05:49:11] [Server thread/INFO] [enderio]: == Ender IO Debug Logging is DISABLED ==================
[05:49:11] [Server thread/INFO] [enderio]: ========================================================
[05:49:11] [Server thread/INFO] [enderio]: == This will not slow down the game, but you may miss ==
[05:49:11] [Server thread/INFO] [enderio]: == out on information needed to diagnose issues. For  ==
[05:49:11] [Server thread/INFO] [enderio]: == normal operation this is fine.                     ==
[05:49:11] [Server thread/INFO] [enderio]: ========================================================
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedFence from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedFence (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedFenceGate from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedFenceGate (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedWall from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedWall (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedStairs from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedStairs (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedSlab from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedSlab (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedGlowstone from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedGlowstone (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedGlowstone$BlockPaintedGlowstoneSolid from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedGlowstone$BlockPaintedGlowstoneSolid (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedGlowstone$BlockPaintedGlowstoneNonSolid from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedGlowstone$BlockPaintedGlowstoneNonSolid (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedCarpet from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedCarpet (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedPressurePlate from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedPressurePlate (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedRedstone from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedRedstone (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedRedstone$BlockPaintedRedstoneSolid from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedRedstone$BlockPaintedRedstoneSolid (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedRedstone$BlockPaintedRedstoneNonSolid from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedRedstone$BlockPaintedRedstoneNonSolid (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedStone from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedStone (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedSand from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedSand (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedTrapDoor from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedTrapDoor (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedDoor from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ITexturePaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedDoor (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedWorkbench from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedWorkbench (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedReinforcedObsidian from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedReinforcedObsidian (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedReinforcedObsidian$BlockPaintedReinforcedObsidianSolid from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedReinforcedObsidian$BlockPaintedReinforcedObsidianSolid (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedReinforcedObsidian$BlockPaintedReinforcedObsidianNonSolid from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedReinforcedObsidian$BlockPaintedReinforcedObsidianNonSolid (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedPackedIce from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedPackedIce (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedPackedIce$BlockPaintedPackedIceSolid from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedPackedIce$BlockPaintedPackedIceSolid (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.painted.BlockPaintedPackedIce$BlockPaintedPackedIceNonSolid from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.painted.BlockPaintedPackedIce$BlockPaintedPackedIceNonSolid (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.travelstaff.ItemTravelStaff from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.travelstaff.ItemTravelStaff (DarkSteelUpgradeMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.power.forge.item.AbstractPoweredItem from implemented interfaces: [crazypants/enderio/base/power/forge/item/IInternalPoweredItem]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.power.forge.item.AbstractPoweredItem (InternalPoweredItemMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.material.glass.BlockPaintedFusedQuartz from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.material.glass.BlockPaintedFusedQuartz (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.block.detector.BlockDetector from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.block.detector.BlockDetector (MobilityFlagForPaintedBlocksMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelArmor from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelArmor (DarkSteelUpgradeMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 4 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, addCommonEntries(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Ljava/util/List;Z)V, addBasicEntries(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Ljava/util/List;Z)V, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelShield from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelShield (DarkSteelUpgradeMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 2 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelSword from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelSword (DarkSteelUpgradeMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 2 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelPickaxe from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelPickaxe (DarkSteelUpgradeMixin)
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Added 5 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, addCommonEntries(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Ljava/util/List;Z)V, addBasicEntries(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/EntityPlayer;Ljava/util/List;Z)V, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:12] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelAxe from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelAxe (DarkSteelUpgradeMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelBow from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelBow (DarkSteelUpgradeMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelShears from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelShears (DarkSteelUpgradeMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelTreetap from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelTreetap (DarkSteelUpgradeMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.darksteel.ItemDarkSteelHand from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.darksteel.ItemDarkSteelHand (DarkSteelUpgradeMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.item.staffoflevity.ItemStaffOfLevity from implemented interfaces: [crazypants/enderio/api/upgrades/IDarkSteelItem]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.item.staffoflevity.ItemStaffOfLevity (DarkSteelUpgradeMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 3 new methods: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;, getAttributeModifiers(Lnet/minecraft/inventory/EntityEquipmentSlot;Lnet/minecraft/item/ItemStack;)Lcom/google/common/collect/Multimap;, openUpgradeGui(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/inventory/EntityEquipmentSlot;)V]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.conduits.conduit.BlockConduitBundle from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.conduits.conduit.BlockConduitBundle (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.invpanel.sensor.BlockInventoryPanelSensor from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.invpanel.sensor.BlockInventoryPanelSensor (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.invpanel.chest.BlockInventoryChest from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.invpanel.chest.BlockInventoryChest (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.invpanel.remote.ItemRemoteInvAccess from implemented interfaces: [crazypants/enderio/base/power/forge/item/IInternalPoweredItem]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.invpanel.remote.ItemRemoteInvAccess (InternalPoweredItemMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.alloy.BlockAlloySmelter from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.alloy.BlockAlloySmelter (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.base.power.forge.item.PoweredBlockItem from implemented interfaces: [crazypants/enderio/base/power/forge/item/IInternalPoweredItem]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.base.power.forge.item.PoweredBlockItem (InternalPoweredItemMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.buffer.BlockBuffer from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.buffer.BlockBuffer (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.farm.BlockFarmStation from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.farm.BlockFarmStation (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.generator.combustion.BlockCombustionGenerator from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.generator.combustion.BlockCombustionGenerator (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.generator.stirling.BlockStirlingGenerator from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.generator.stirling.BlockStirlingGenerator (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.generator.lava.BlockLavaGenerator from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.generator.lava.BlockLavaGenerator (MobilityFlagForPaintedBlocksMixin)
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:13] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.painter.BlockPainter from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.painter.BlockPainter (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.sagmill.BlockSagMill from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.sagmill.BlockSagMill (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.slicensplice.BlockSliceAndSplice from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.slicensplice.BlockSliceAndSplice (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.soul.BlockSoulBinder from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.soul.BlockSoulBinder (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.spawner.BlockPoweredSpawner from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.spawner.BlockPoweredSpawner (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.vat.BlockVat from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.vat.BlockVat (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.wired.BlockWiredCharger from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.wired.BlockWiredCharger (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.wireless.BlockWirelessCharger from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.wireless.BlockWirelessCharger (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.tank.BlockTank from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.tank.BlockTank (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.transceiver.BlockTransceiver from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.transceiver.BlockTransceiver (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.vacuum.chest.BlockVacuumChest from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.vacuum.chest.BlockVacuumChest (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.vacuum.xp.BlockXPVacuum from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.vacuum.xp.BlockXPVacuum (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.niard.BlockNiard from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$INonSolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.niard.BlockNiard (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.teleport.anchor.BlockTravelAnchor from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$IBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.teleport.anchor.BlockTravelAnchor (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.teleport.telepad.BlockTelePad from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.teleport.telepad.BlockTelePad (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.crafter.BlockCrafter from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.crafter.BlockCrafter (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.machines.machine.spawner.creative.BlockCreativeSpawner from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.machines.machine.spawner.creative.BlockCreativeSpawner (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.powertools.machine.capbank.BlockCapBank from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.powertools.machine.capbank.BlockCapBank (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.powertools.machine.capbank.BlockItemCapBank from implemented interfaces: [crazypants/enderio/base/power/forge/item/IInternalPoweredItem]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.powertools.machine.capbank.BlockItemCapBank (InternalPoweredItemMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [initCapabilities(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;)Lnet/minecraftforge/common/capabilities/ICapabilityProvider;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Found 1 patch to apply to class crazypants.enderio.powertools.machine.monitor.BlockPowerMonitor from implemented interfaces: [crazypants/enderio/base/paint/IPaintable$ISolidBlockPaintableBlock]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Patching 1 mixins onto class crazypants.enderio.powertools.machine.monitor.BlockPowerMonitor (MobilityFlagForPaintedBlocksMixin)
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Added 1 new method: [func_149656_h(Lnet/minecraft/block/state/IBlockState;)Lnet/minecraft/block/material/EnumPushReaction;]
[05:49:14] [Server thread/INFO] [EnderCore Mixins]: Successfully patched.
[05:49:14] [Server thread/WARN] [enderio]: Tinkers' Construct integration NOT loaded. Tinkers' Construct is not installed
[05:49:15] [Server thread/WARN] [enderio]: Applied Energistics conduits loaded. Let your networks connect!
[05:49:15] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `adapter`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/INFO] [OpenComputers]: Skipping interface ic2.api.energy.tile.IEnergySink from missing mod ic2.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `assembler`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `cable`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `capacitor`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `carpetedcapacitor`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `case`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `charger`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `diskdrive`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `disassembler`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `keyboard`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `hologram`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `geolyzer`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `microcontroller`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `motionsensor`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `netsplitter`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `powerconverter`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `powerdistributor`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `print`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `printer`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `raid`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `redstone`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `relay`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `robot`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `screen`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `rack`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `transposer`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `oc` for name `waypoint`, expected `opencomputers`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:16] [Server thread/INFO] [OpenComputers]: Skipping interface ic2.api.item.IBoxable from missing mod ic2.
[05:49:16] [Server thread/INFO] [OpenComputers]: Skipping interface ic2.api.item.ISpecialElectricItem from missing mod ic2.
[05:49:17] [Server thread/INFO] [opencomputers]: Initializing OpenComputers API.
[05:49:17] [Server thread/INFO] [opencomputers]: Found a compatible native library: 'OpenComputersMod-1.7.5.192-lua52-native.64.so'.
[05:49:17] [Server thread/INFO] [opencomputers]: Found a compatible native library: 'OpenComputersMod-1.7.5.192-lua53-native.64.so'.
[05:49:17] [Server thread/INFO] [opencomputers]: Done with pre init phase.
[05:49:17] [Server thread/WARN] [enderio]: OpenComputers conduits loaded. Let your networks connect!
[05:49:17] [Server thread/WARN] [enderio]: Refined Storage conduits NOT loaded. Refined Storage is not installed
[05:49:17] [Server thread/WARN] [enderio]: Forestry integration NOT loaded. Forestry is not installed
[05:49:19] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `ccmp` for name `saved_multipart`, expected `forgemultipartcbe`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:21] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gravestonete`, expected `gravestone`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:22] [Server thread/INFO] [logisticspipes]: ====================================================
[05:49:22] [Server thread/INFO] [logisticspipes]:  LogisticsPipes Logger initialized, enabled levels: 
[05:49:22] [Server thread/INFO] [logisticspipes]: ----------------------------------------------------
[05:49:22] [Server thread/INFO] [logisticspipes]:     Fatal: true
[05:49:22] [Server thread/INFO] [logisticspipes]:     Error: true
[05:49:22] [Server thread/INFO] [logisticspipes]:     Warn:  true
[05:49:22] [Server thread/INFO] [logisticspipes]:     Info:  true
[05:49:22] [Server thread/INFO] [logisticspipes]:     Trace: true
[05:49:22] [Server thread/INFO] [logisticspipes]:     Debug: true
[05:49:22] [Server thread/INFO] [logisticspipes]: ====================================================
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded BCProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded IC2 DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded CC DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded ThermalExpansion DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded BetterStorage DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded NEI DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded Factorization DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded EnderIO DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded IronChest DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded EnderStorage DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded OpenComputersProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded TD DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded MCMP DummyProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded CCLProxy
[05:49:22] [Server thread/INFO] [logisticspipes]: Loaded BuildCraft PipeConfigToolWrapper
[05:49:22] [Server thread/INFO] [logisticspipes]: Didn't load CoFH PipeConfigToolWrapper
[05:49:22] [Server thread/INFO] [logisticspipes]: Running Logistics Pipes 0.10.3.40, target Forge 1.12.2-14.23.5.2854, vendor https://ci.rs485.network/
[05:49:22] [Server thread/INFO] [Logistics Bridge]: Start Pre Initialization
[05:49:22] [Server thread/INFO] [Logistics Bridge]: Pre Initialization took in 56 milliseconds
[05:49:23] [Server thread/INFO] [morpheus]: Loading configuration
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `apple`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `wheat`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `potato`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `carrot`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `melon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beef`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_beef`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `chicken`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_chicken`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `porkchop`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_porkchop`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rabbit`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_rabbit`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mutton`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_mutton`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cod`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_cod`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `salmon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_salmon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `clownfish`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pufferfish`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mushroom_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bread`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `cookie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `baked_potato`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `pumpkin_pie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rabbit_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot_soup`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:23] [Server thread/WARN] [ProjectRed]: Failed to load PR Plugin: ComputerCraft: bundled cable connections
[05:49:23] [Server thread/WARN] [ProjectRed]: Failed to load PR Plugin: Treecapitator: gem axe compat
[05:49:23] [Server thread/WARN] [ProjectRed]: Failed to load PR Plugin: Chisel: Exploration decorative blocks
[05:49:25] [Server thread/INFO] [mcjtylib_ng]: RFTools Detected Dimensions addon: enabling support
[05:49:26] [Server thread/INFO] [OpenComputers]: Successfully injected component logic into class mcjty.rftools.blocks.screens.ScreenControllerTileEntity.
[05:49:26] [Server thread/INFO] [mcjtylib_ng]: Could not read 'userbuilder.json', this is not an error!
[05:49:27] [Server thread/INFO] [OpenComputers]: Successfully injected component logic into class mcjty.rftools.blocks.shield.ShieldTEBase.
[05:49:27] [Server thread/INFO] [OpenComputers]: Successfully injected component logic into class mcjty.rftools.blocks.environmental.EnvironmentalControllerTileEntity.
[05:49:27] [Server thread/INFO] [OpenComputers]: Successfully injected component logic into class mcjty.rftools.blocks.blockprotector.BlockProtectorTileEntity.
[05:49:27] [Server thread/INFO] [mcjtylib_ng]: Reading dimlets.json from config
[05:49:27] [Server thread/INFO] [mcjtylib_ng]: Reading default dimlets.json
[05:49:27] [Server thread/INFO] [mcjtylib_ng]: Registering rftools dimension type at id 2
[05:49:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gcewing.sg.sgringte`, expected `sgcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gcewing.sg.sgbasete`, expected `sgcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gcewing.sg.dhdte`, expected `sgcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gcewing.sg.sgpowerte`, expected `sgcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:28] [Server thread/INFO] []: SGCraft: Registering NaquadahOreWorldGen

[05:49:28] [Server thread/INFO] []: SGCraft
[05:49:28] [Server thread/INFO] []: : BaseMod.addEntity: 
[05:49:28] [Server thread/INFO] []: EntityStargateIris
[05:49:28] [Server thread/INFO] []: , "
[05:49:28] [Server thread/INFO] []: stargate_iris
[05:49:28] [Server thread/INFO] []: ", 
[05:49:28] [Server thread/INFO] []: 0
[05:49:28] [Server thread/INFO] []: OCIntegration.registerBlocks

[05:49:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gcewing.sg.oc.ocinterfacete`, expected `sgcraft`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `sync_teshellconstructor`, expected `sync`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `sync_teshellstorage`, expected `sync`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:28] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `sync_tetreadmill`, expected `sync`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:33] [Server thread/WARN] [FML]: A mod has attempted to assign Block Block{null} to the Fluid 'oil' but this Fluid has already been linked to the Block Block{buildcraftenergy:fluid_block_oil_heat_0}. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this.
[05:49:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `power_hub`, expected `minestuckarsenal`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:33] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `grist_gatherer`, expected `minestuckarsenal`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:34] [Server thread/INFO] [FML]: Applying holder lookups
[05:49:34] [Server thread/INFO] [FML]: Holder lookups applied
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `logisticspipes` for name `pipe_lb.bridgepipe`, expected `logisticsbridge`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/INFO] [Logistics Bridge]: Initialized reflection in Bridge Pipe
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `logisticspipes` for name `pipe_lb.resultpipe`, expected `logisticsbridge`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `logisticspipes` for name `pipe_lb.craftingmanager`, expected `logisticsbridge`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `logisticspipes` for name `upgrade_lb.buffer_upgrade`, expected `logisticsbridge`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `logisticspipes` for name `upgrade_lb.adv_extraction_upgrade`, expected `logisticsbridge`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/INFO] [Logistics Bridge]: Registered Pipes
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minestuck` for name `caledfwlch`, expected `minestuckarsenal`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minestuck` for name `mwrthwl`, expected `minestuckarsenal`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minestuck` for name `fear_no_anvil`, expected `minestuckarsenal`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minestuck` for name `pogo_cane`, expected `minestuckarsenal`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/INFO] [FML]: Applying holder lookups
[05:49:36] [Server thread/INFO] [FML]: Holder lookups applied
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: 'Thaumic Additions: reconstructed' integration for farming not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: MFR integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Extra Utilities 2 integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Natura integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Immersive Engineering integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: TechReborn integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: IC2 classic integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: IC2 integration not loaded
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `botania` for name `petals`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Botania integration for farming fully loaded
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `dye`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Metallurgy integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Magicalcrops integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Actually Additions integration not loaded
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Gardencore integration not loaded
[05:49:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `botania` for name `fertilizer`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod.
[05:49:36] [Server thread/INFO] [enderio]: Farming Station: Botania integration for fertilizing fully loaded
[05:49:36] [Server thread/INFO] [FML]: Applying holder lookups
[05:49:36] [Server thread/INFO] [FML]: Holder lookups applied
[05:49:36] [Server thread/INFO] [FML]: Applying holder lookups
[05:49:36] [Server thread/INFO] [FML]: Holder lookups applied
[05:49:36] [Server thread/INFO] [FML]: Injecting itemstacks
[05:49:36] [Server thread/INFO] [FML]: Itemstack injection complete
[05:49:36] [Server thread/WARN] [FML]: Replacing net.minecraftforge.server.permission.DefaultPermissionHandler with org.magmafoundation.magma.commands.permission.BukkitPermissionsHandler
[05:49:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[05:49:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[05:49:37] [Server thread/INFO] [Minecraft]: This server is running Magma version 4152130-DEV (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[05:49:37] [Server thread/INFO] [Minecraft]: Using 4 threads for Netty based IO
[05:49:37] [Server thread/INFO] [Spigot]: Server Ping Player Sample Count: 12
[05:49:37] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[05:49:37] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 192.168.86.43:25565
[05:49:37] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
[05:49:38] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: **** FAILED TO BIND TO PORT!
[05:49:38] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: The exception was: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Cannot assign requested address
[05:49:38] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: Perhaps a server is already running on that port?
[05:49:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[05:49:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[05:49:38] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[05:49:38] [Server thread/WARN] []: Exception in thread "Server thread" 
[05:49:38] [Server thread/WARN] []: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Applied Energistics 2 (appliedenergistics2)
[05:49:38] [Server thread/WARN] []: Caused by: java.lang.NullPointerException
[05:49:38] [Server thread/WARN] []:   at appeng.core.AppEng.serverStopped(AppEng.java:271)
[05:49:38] [Server thread/WARN] []:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[05:49:38] [Server thread/WARN] []:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[05:49:38] [Server thread/WARN] []:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[05:49:38] [Server thread/WARN] []:   at java.lang.reflect.Method.invoke(Method.java:498)
[05:49:38] [Server thread/WARN] []:   at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
[05:49:38] [Server thread/WARN] []:   at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[05:49:38] [Server thread/WARN] []:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[05:49:38] [Server thread/WARN] []:   at java.lang.reflect.Method.invoke(Method.java:498)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[05:49:38] [Server thread/WARN] []:   at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[05:49:38] [Server thread/WARN] []:   at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
[05:49:38] [Server thread/WARN] []:   at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
[05:49:38] [Server thread/WARN] []:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[05:49:38] [Server thread/WARN] []:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[05:49:38] [Server thread/WARN] []:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[05:49:38] [Server thread/WARN] []:   at java.lang.reflect.Method.invoke(Method.java:498)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[05:49:38] [Server thread/WARN] []:   at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[05:49:38] [Server thread/WARN] []:   at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[05:49:38] [Server thread/WARN] []:   at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
[05:49:38] [Server thread/WARN] []:   at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:828)
[05:49:38] [Server thread/WARN] []:   at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:516)
[05:49:38] [Server thread/WARN] []:   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:796)
[05:49:38] [Server thread/WARN] []:   at java.lang.Thread.run(Thread.java:748)
itzg commented 2 years ago

I am not aware of corrected log4j configs provided by forge so the fallback mitigation is applied

https://github.com/itzg/docker-minecraft-server/blob/21602a79e7644b27b18242bd9d12bb275e56dcf7/scripts/start-finalExec#L49

Please let me know there are official config files to obtain and I'll add that into the conditionals there.

wertercatt commented 2 years ago

I am not aware of corrected log4j configs provided by forge so the fallback mitigation is applied

https://github.com/itzg/docker-minecraft-server/blob/21602a79e7644b27b18242bd9d12bb275e56dcf7/scripts/start-finalExec#L49

Please let me know there are official config files to obtain and I'll add that into the conditionals there.

Looking at the debug output, it was properly applying the JVM_OPTS mitigation. But now I'm wondering what the TerminalConsole error was referring to, as it vanished upon turning DEBUG on. It didn't return when I turned DEBUG off and used the container Environment variables to regenerate my server.properties files, so they were clearly the culprit. I threw my previous server.properties files on GitHub Gist if they can aid in reproducing what happened. https://gist.github.com/wertercatt/e6cdac1ab9986e8a2d6d1675974fcbb2 My new docker compose that properly outputs the server logs to the host follows:

    MCSurvival:
        ports:
            - '25566:25565'
        volumes:
            - './MCSurvival/:/data'
        environment:
            EULA: true
            TYPE: "MAGMA"
            VERSION: "1.12.2"
            MEMORY: ""
            JVM_DD_OPTS: "disable.watchdog=true"
            MOTD: "wertercatt.com's Game Room"
            DIFFICULTY: easy
            LEVEL: oopsie
            ALLOW_FLIGHT: true
            SPAWN_PROTECTION: "0"
        tty: TRUE
        stdin_open: TRUE
        restart: unless-stopped
        image: 'itzg/minecraft-server:java8-multiarch'
    MCCreative:
        ports:
            - '25565:25565'
        volumes:
            - './MCCreative/:/data'
        environment:
            EULA: true
            TYPE: "MAGMA"
            VERSION: "1.12.2"
            MEMORY: ""
            JVM_DD_OPTS: "disable.watchdog=true"
            MOTD: "wertercatt.com's Desertia [WIP!]"
            DIFFICULTY: peaceful
            LEVEL: Desertia
            ALLOW_FLIGHT: true
            SPAWN_PROTECTION: "0"
            MODE: creative
            FORCE_GAMEMODE: true
        tty: TRUE
        stdin_open: TRUE
        restart: unless-stopped
        image: 'itzg/minecraft-server:java8-multiarch'
wertercatt commented 2 years ago

Magma's corrected config can be found here: https://github.com/magmafoundation/Magma/blob/4152130d28363452828a1d3ae72c103952123e2a/src/main/resources/log4j2_magma.xml

itzg commented 2 years ago

Thanks for finding that. Since it is in their src/main/resources it gets bundled into their built jar. I can also confirm they apply their adjusted config file via:

https://github.com/magmafoundation/Magma/search?q=log4j2_magma

As a result, an additional log4j2.xml in the filesystem is not necessary.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.