This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fetch('https://www.cloudflare.com/cdn-cgi/trace') | |
.then(data => data.text()) | |
.then(content => { | |
const json = content | |
.trim() | |
.split('\n') | |
.reduce((obj, pair) => { | |
const [key, value] = pair.split('=') | |
return (obj[key] = value), obj | |
}, {}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[21:41:29] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 | |
[21:41:29] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 38 mods : minecraft@1.12.2,buildcraftlib@7.99.23,baubles@1.5.2,buildcraftsilicon@7.99.23,buildcraftenergy@7.99.23,aether@0.2.0,jei@4.15.0.268,buildcrafttransport@7.99.23,movingworld@1.12-6.342,com.elytradev.movingworld.common.asm.coremod@,wawla@2.5.269,ic2@2.8.111-ex112,abyssalcraft@1.9.6,buildcraftbuilders@7.99.23,mcp@9.42,additionalpipes@6.0.0.8,buildcraftfactory@7.99.23,securitycraft@v1.8.12,advanced_solar_panels@4.3.0,goodnightsleep@0.0.1,compactsolars@1.12.2-5.0.18.341,railcraft@12.0.0-beta-5,FML@8.0.99.99,customnpcs@1.12,davincisvessels@@DVESSELSVER@,inventorytweaks@1.64+dev.146.2180b27,buildcraftcompat@7.99.23,orbis-lib@0.2.0,waila@1.8.26,guideapi@1.12-2.1.8-63,irontanks@2.1.0-beta.5,thaumcraft@6.1.BETA26,forge@14.23.5.2811,bloodmagic@1.12.2-2.4.0-102,twilightforest@3.8.689,phosphor-lighting@1.12.2-0.1.6,buildcraftcore@7.99.23,buildcraftrobotics@7.99.23 | |
[21:41 |