Jump to content

Forge-1.14.4-28.0.83 Server not loading a mod


itsolidude

Recommended Posts

Hey guys,

I am using a Forge-1.14.4-28.0.83 for my server and everything worked fine so far. The only mods i have installed are JEI.jar and MrCrayfish's furniture mod.

Everything used to work fine until I uploaded the updated Furniture mod. At first the server didnt want to fully start up. It was sort of stuck in startup. Using /fml confirm it booted up fully. For some reason the furtniture mod doent want to load on the server anymore. Why do i assume this? Because when I remove the mod from my local machine I can join the server but as soon as I put the mod back into my .minecraft folder I get a "missmatched mod channel list" - error. (The JEI mod works jsut fine) 

 

Heres the console:

13.09 16:22:58 [PebbleHost] Received start command
13.09 16:22:58 [PebbleHost] Starting server!
13.09 16:22:58 [PebbleHost Loader] -----------------------------------
13.09 16:22:58 [PebbleHost Loader] PebbleHost Server Loader Starting...
13.09 16:22:58 [PebbleHost Loader] The following settings have been detected: RAM: -Xmx5120M, JAR: forge-1.14.4-28.0.83.jar, SERVERID: 88620, SIZE: 1.6G
13.09 16:22:58 [PebbleHost Loader] Testing server configuration...
13.09 16:22:58 [PebbleHost Loader] Server loader version: v3.0.0 (using configuration version v1.3)
13.09 16:22:58 [PebbleHost Loader] Jar passed checksum check
13.09 16:22:58 [PebbleHost Loader] Jar passed composition check
13.09 16:22:58 [PebbleHost Loader] Jar passed size check
13.09 16:22:59 [PebbleHost Loader] Server passed size check
13.09 16:22:59 [PebbleHost Loader] Server passed file check
13.09 16:22:59 [PebbleHost Loader] Configuring your servers settings...
13.09 16:22:59 [PebbleHost Loader] Server passed all checks, Booting...
13.09 16:22:59 [PebbleHost Loader] -----------------------------------
13.09 16:23:00 [Server] Startup 2019-09-13 16:23:00,433 main WARN Advanced terminal features are not available in this environment
13.09 16:23:00 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.0.83, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, nogui]
13.09 16:23:00 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_222 by Oracle Corporation
13.09 16:23:00 [Server] main/INFO [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
13.09 16:23:01 [Server] main/INFO [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
13.09 16:23:20 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
13.09 16:23:20 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
13.09 16:23:20 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
13.09 16:23:20 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
13.09 16:23:20 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
13.09 16:23:20 [Server] Server thread/INFO [minecraft/DedicatedServer]: Starting minecraft server version 1.14.4
13.09 16:23:21 [Server] modloading-worker-1/INFO [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 28.0.83, for MC 1.14.4 with MCP 20190829.143755
13.09 16:23:21 [Server] modloading-worker-1/INFO [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v28.0.83 Initialized
13.09 16:23:25 [Server] modloading-worker-3/WARN [minecraft/EntityType]: No data fixer registered for entity cfm:seat
13.09 16:23:25 [Server] modloading-worker-3/FATAL [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:23:25 [Server] Server thread/ERROR [ne.mi.fm.ModList/LOADING]: Encountered an exception during parallel processing
13.09 16:23:25 [Server] INFO java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:137) ~[?:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:97) ~[?:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) [?:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:194) [?:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:180) [?:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45) [?:?] {}
13.09 16:23:25 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [?:?] {pl:accesstransformer:B}
13.09 16:23:25 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:25 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:23:25 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO ... 9 more
13.09 16:23:25 [Server] INFO Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:23:25 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:173) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:650) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.ModList.lambda$dispatchParallelEvent$11(ModList.java:133) ~[?:?] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClass(RuntimeDistCleaner.java:71) ~[forge-1.14.4-28.0.83.jar:28.0] {}
13.09 16:23:25 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:69) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:23:25 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:114) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:23:25 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:236) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:23:25 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:127) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:23:25 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:97) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:23:25 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.lang.Class.getConstructor(Class.java:1825) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.api.EventListenerHelper.computeListenerList(EventListenerHelper.java:96) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerListInternal(EventListenerHelper.java:63) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerList(EventListenerHelper.java:48) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.EventBus.addToListeners(EventBus.java:228) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.EventBus.register(EventBus.java:221) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.EventBus.registerListener(EventBus.java:138) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.EventBus.lambda$registerClass$2(EventBus.java:72) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:72) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.eventbus.EventBus.register(EventBus.java:112) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$3(AutomaticEventSubscriber.java:70) ~[?:?] {}
13.09 16:23:25 [Server] INFO at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:57) ~[?:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:140) ~[?:28.0] {}
13.09 16:23:25 [Server] INFO at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?] {}
13.09 16:23:25 [Server] INFO at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:133) ~[?:?] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222] {}
13.09 16:23:25 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [cfm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
13.09 16:23:25 [Server] Server thread/INFO [minecraft/DedicatedServer]: Loading properties
13.09 16:23:25 [Server] Server thread/INFO [minecraft/DedicatedServer]: Default game type: SURVIVAL
13.09 16:23:25 [Server] Server thread/INFO [minecraft/DedicatedServer]: Generating keypair
13.09 16:23:26 [Server] Server thread/INFO [minecraft/DedicatedServer]: Starting Minecraft server on 54.39.169.157:25572
13.09 16:23:26 [Server] Server thread/INFO [minecraft/NetworkSystem]: Using epoll channel type
13.09 16:23:26 [Server] Forge Version Check/WARN [ne.mi.fm.VersionChecker/]: Failed to process update information
13.09 16:23:26 [Server] INFO java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
13.09 16:23:26 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] {}
13.09 16:23:26 [Server] INFO at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] {}
13.09 16:23:26 [Server] INFO at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] {}
13.09 16:23:26 [Server] INFO Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_222] {}
13.09 16:23:26 [Server] INFO at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] {}
13.09 16:23:26 [Server] INFO ... 3 more
13.09 16:23:26 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
13.09 16:23:26 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 28.0.83 Target: 28.1.0
13.09 16:23:26 [Server] Thread-1/FATAL [ne.mi.co.ForgeConfig/CORE]: Forge config just got changed on the file system!
13.09 16:23:26 [Server] Thread-1/FATAL [ne.mi.co.ForgeConfig/CORE]: Forge config just got changed on the file system!
13.09 16:23:26 [Server] Server thread/INFO [minecraft/DedicatedServer]: Preparing level "world"

13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:dark_oak_park_bench
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:dark_oak_park_bench'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:dark_oak_desk
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:dark_oak_desk'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:stripped_jungle_coffee_table
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:stripped_jungle_coffee_table'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:birch_table
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:birch_table'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:spruce_upgraded_fence
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:spruce_upgraded_fence'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:stripped_acacia_coffee_table
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:stripped_acacia_coffee_table'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:white_sofa
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:white_sofa'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:birch_park_bench
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:birch_park_bench'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:granite_desk_cabinet
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:granite_desk_cabinet'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:stripped_acacia_blinds
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:stripped_acacia_blinds'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:stripped_oak_cabinet
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:stripped_oak_cabinet'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:cyan_sofa
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:cyan_sofa'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:stripped_dark_oak_chair
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:stripped_dark_oak_chair'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:stripped_spruce_bedside_cabinet
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:stripped_spruce_bedside_cabinet'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:dye_blue_picket_fence
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:blue_picket_fence'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:red_picket_fence
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:red_picket_fence'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:274) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:134) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:60) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:37) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:23:27 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:23:27 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:23:27 [Server] Server thread/ERROR [minecraft/RecipeManager]: Parsing error loading recipe cfm:stone_coffee_table
13.09 16:23:27 [Server] INFO com.google.gson.JsonSyntaxException: Unknown item 'cfm:stone_coffee_table'
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.lambda$deserializeItem$0(ShapedRecipe.java:264) ~[?:?] {}
13.09 16:23:27 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe.func_199798_a(ShapedRecipe.java:263) ~[?:?] {}
13.09 16:23:27 [Server] INFO at net.minecraft.item.crafting.ShapedRecipe$Serializer.func_199425_a_(ShapedRecipe.java:283) ~[?:?] {}
13.09 16:23:28 [PebbleHost] Skipped 18483 lines due to rate limit (500/s)
13.09 16:23:28 [Server] Server thread/INFO [minecraft/AdvancementList]: Loaded 811 advancements
13.09 16:23:29 [Server] Server thread/INFO [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
13.09 16:23:30 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:23:30 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:23:30 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:23:30 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:23:31 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Time elapsed: 2115 ms
13.09 16:23:31 [Server] Server thread/INFO [minecraft/DedicatedServer]: Done (4.426s)! For help, type "help"
13.09 16:23:32 [Server] Server thread/INFO [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
13.09 16:23:32 [Server] Server thread/INFO [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
13.09 16:24:06 [PebbleHost] Received stop command
13.09 16:24:06 [PebbleHost] Stopping server!
13.09 16:24:06 [Server] Server thread/INFO [minecraft/DedicatedServer]: Saving the game (this may take a moment!)
13.09 16:24:07 [Server] Server thread/INFO [minecraft/DedicatedServer]: Saved the game
13.09 16:24:07 [Server] Server thread/INFO [minecraft/DedicatedServer]: Stopping the server
13.09 16:24:07 [Server] Server thread/INFO [minecraft/MinecraftServer]: Stopping server
13.09 16:24:07 [Server] Server thread/INFO [minecraft/MinecraftServer]: Saving players
13.09 16:24:07 [Server] Server thread/INFO [minecraft/MinecraftServer]: Saving worlds
13.09 16:24:07 [Server] Server thread/INFO [minecraft/MinecraftServer]: Saving chunks for level 'world'/minecraft:overworld
13.09 16:24:07 [Server] Server thread/INFO [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (world): All chunks are saved
13.09 16:24:07 [Server] Server thread/INFO [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (world): All chunks are saved
13.09 16:24:08 [PebbleHost Loader] Server Stopped
13.09 16:24:08 [PebbleHost Loader] PebbleHost Server Loader Stopping...
13.09 16:24:08 [PebbleHost Loader] Server loader version: v3.0.0 (using configuration version v1.3)
13.09 16:24:08 [PebbleHost Loader] PebbleHost Server Loader Stopped.
13.09 16:24:08 [PebbleHost] Server shut down (stopping)
13.09 16:24:08 [PebbleHost] Server stopped
13.09 16:27:16 [PebbleHost] Received start command
13.09 16:27:16 [PebbleHost] Starting server!
13.09 16:27:16 [PebbleHost Loader] -----------------------------------
13.09 16:27:16 [PebbleHost Loader] PebbleHost Server Loader Starting...
13.09 16:27:16 [PebbleHost Loader] The following settings have been detected: RAM: -Xmx5120M, JAR: forge-1.14.4-28.0.83.jar, SERVERID: 88620, SIZE: 1.6G
13.09 16:27:16 [PebbleHost Loader] Testing server configuration...
13.09 16:27:16 [PebbleHost Loader] Server loader version: v3.0.0 (using configuration version v1.3)
13.09 16:27:16 [PebbleHost Loader] Jar passed checksum check
13.09 16:27:16 [PebbleHost Loader] Jar passed composition check
13.09 16:27:16 [PebbleHost Loader] Jar passed size check
13.09 16:27:16 [PebbleHost Loader] Server passed size check
13.09 16:27:16 [PebbleHost Loader] Server passed file check
13.09 16:27:16 [PebbleHost Loader] Configuring your servers settings...
13.09 16:27:17 [PebbleHost Loader] Server passed all checks, Booting...
13.09 16:27:17 [PebbleHost Loader] -----------------------------------
13.09 16:27:18 [Server] Startup 2019-09-13 16:27:18,409 main WARN Advanced terminal features are not available in this environment
13.09 16:27:18 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.0.83, --fml.mcpVersion, 20190829.143755, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, nogui]
13.09 16:27:18 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_222 by Oracle Corporation
13.09 16:27:18 [Server] main/INFO [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
13.09 16:27:19 [Server] main/INFO [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
13.09 16:27:34 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
13.09 16:27:34 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
13.09 16:27:34 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
13.09 16:27:34 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
13.09 16:27:34 [Server] main/WARN [minecraft/Commands]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
13.09 16:27:34 [Server] Server thread/INFO [minecraft/DedicatedServer]: Starting minecraft server version 1.14.4
13.09 16:27:36 [Server] modloading-worker-1/INFO [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 28.0.83, for MC 1.14.4 with MCP 20190829.143755
13.09 16:27:36 [Server] modloading-worker-1/INFO [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v28.0.83 Initialized
13.09 16:27:40 [Server] modloading-worker-3/WARN [minecraft/EntityType]: No data fixer registered for entity cfm:seat
13.09 16:27:40 [Server] modloading-worker-3/FATAL [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:27:40 [Server] Server thread/ERROR [ne.mi.fm.ModList/LOADING]: Encountered an exception during parallel processing
13.09 16:27:40 [Server] INFO java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:137) ~[?:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:97) ~[?:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) [?:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:194) [?:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:180) [?:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45) [?:?] {}
13.09 16:27:40 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121) [?:?] {pl:accesstransformer:B}
13.09 16:27:40 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:40 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:27:40 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO ... 9 more
13.09 16:27:40 [Server] INFO Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:27:40 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:173) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:650) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.ModList.lambda$dispatchParallelEvent$11(ModList.java:133) ~[?:?] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/WorldRenderer for invalid dist DEDICATED_SERVER
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClass(RuntimeDistCleaner.java:71) ~[forge-1.14.4-28.0.83.jar:28.0] {}
13.09 16:27:40 [Server] INFO at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:69) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:27:40 [Server] INFO at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:114) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:27:40 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:236) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:27:40 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:127) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:27:40 [Server] INFO at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:97) ~[modlauncher-3.2.0.jar:?] {}
13.09 16:27:40 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.lang.Class.getConstructor0(Class.java:3075) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.lang.Class.getConstructor(Class.java:1825) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.api.EventListenerHelper.computeListenerList(EventListenerHelper.java:96) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerListInternal(EventListenerHelper.java:63) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.api.EventListenerHelper.getListenerList(EventListenerHelper.java:48) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.EventBus.addToListeners(EventBus.java:228) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.EventBus.register(EventBus.java:221) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.EventBus.registerListener(EventBus.java:138) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.EventBus.lambda$registerClass$2(EventBus.java:72) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:485) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.EventBus.registerClass(EventBus.java:72) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.eventbus.EventBus.register(EventBus.java:112) ~[eventbus-1.0.0-service.jar:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.AutomaticEventSubscriber.lambda$inject$3(AutomaticEventSubscriber.java:70) ~[?:?] {}
13.09 16:27:40 [Server] INFO at java.util.ArrayList.forEach(ArrayList.java:1257) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:57) ~[?:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:140) ~[?:28.0] {}
13.09 16:27:40 [Server] INFO at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.function.Consumer.lambda$andThen$0(Consumer.java:65) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) ~[?:?] {}
13.09 16:27:40 [Server] INFO at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:133) ~[?:?] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_222] {}
13.09 16:27:40 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [cfm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
13.09 16:27:41 [Server] Server thread/INFO [minecraft/DedicatedServer]: Loading properties
13.09 16:27:41 [Server] Server thread/INFO [minecraft/DedicatedServer]: Default game type: SURVIVAL
13.09 16:27:41 [Server] Server thread/INFO [minecraft/DedicatedServer]: Generating keypair
13.09 16:27:41 [Server] Server thread/INFO [minecraft/DedicatedServer]: Starting Minecraft server on 54.39.169.157:25572
13.09 16:27:41 [Server] Server thread/INFO [minecraft/NetworkSystem]: Using epoll channel type
13.09 16:27:41 [Server] Forge Version Check/WARN [ne.mi.fm.VersionChecker/]: Failed to process update information
13.09 16:27:41 [Server] INFO java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
13.09 16:27:41 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] {}
13.09 16:27:41 [Server] INFO at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] {}
13.09 16:27:41 [Server] INFO at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] {}
13.09 16:27:41 [Server] INFO Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/MrCrayfish/MrCrayfishFurnitureMod/master/update.json
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352) ~[?:1.8.0_222] {}
13.09 16:27:41 [Server] INFO at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] {}
13.09 16:27:41 [Server] INFO ... 3 more
13.09 16:27:41 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
13.09 16:27:41 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 28.0.83 Target: 28.1.0
13.09 16:27:42 [Server] Thread-1/FATAL [ne.mi.co.ForgeConfig/CORE]: Forge config just got changed on the file system!
13.09 16:27:42 [Server] Thread-1/FATAL [ne.mi.co.ForgeConfig/CORE]: Forge config just got changed on the file system!
13.09 16:27:42 [Server] Server thread/INFO [minecraft/DedicatedServer]: Preparing level "world"
13.09 16:27:42 [Server] Server thread/INFO [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: jei-1.14.4-6.0.0.11.jar, forge-1.14.4-28.0.83-universal.jar, furniture-7.0.0-pre6-1.14.4.jar, Default
13.09 16:27:42 [Server] Server-Worker-4/ERROR [minecraft/TagCollection]: Couldn't read item tag list cfm:fences/picket from cfm:tags/items/fences/picket.json in data pack furniture-7.0.0-pre6-1.14.4.jar
13.09 16:27:42 [Server] INFO com.google.gson.JsonParseException: Unknown value 'cfm:white_picket_fence'
13.09 16:27:42 [Server] INFO at net.minecraft.tags.Tag$Builder.lambda$fromJson$0(Tag.java:156) ~[?:?] {}
13.09 16:27:42 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at net.minecraft.tags.Tag$Builder.func_219783_a(Tag.java:155) ~[?:?] {}
13.09 16:27:42 [Server] INFO at net.minecraft.tags.TagCollection.lambda$reload$3(TagCollection.java:101) ~[?:?] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_222] {}
13.09 16:27:42 [Server] Server-Worker-4/ERROR [minecraft/TagCollection]: Couldn't read item tag list cfm:fences/upgraded from cfm:tags/items/fences/upgraded.json in data pack furniture-7.0.0-pre6-1.14.4.jar
13.09 16:27:42 [Server] INFO com.google.gson.JsonParseException: Unknown value 'cfm:oak_upgraded_fence'
13.09 16:27:42 [Server] INFO at net.minecraft.tags.Tag$Builder.lambda$fromJson$0(Tag.java:156) ~[?:?] {}
13.09 16:27:42 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at net.minecraft.tags.Tag$Builder.func_219783_a(Tag.java:155) ~[?:?] {}
13.09 16:27:42 [Server] INFO at net.minecraft.tags.TagCollection.lambda$reload$3(TagCollection.java:101) ~[?:?] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_222] {}
13.09 16:27:42 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_222] {}

13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:43 [Server] Server thread/ERROR [minecraft/LootTableManager]: Couldn't parse loot table cfm:blocks/stripped_acacia_desk
13.09 16:27:43 [Server] INFO com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cfm:stripped_acacia_desk'
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:160) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:134) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:208) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:818) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:43 [Server] Server thread/ERROR [minecraft/LootTableManager]: Couldn't parse loot table cfm:blocks/oak_bedside_cabinet
13.09 16:27:43 [Server] INFO com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cfm:oak_bedside_cabinet'
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:160) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:134) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:208) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:818) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:43 [Server] Server thread/ERROR [minecraft/LootTableManager]: Couldn't parse loot table cfm:blocks/spruce_bedside_cabinet
13.09 16:27:43 [Server] INFO com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cfm:spruce_bedside_cabinet'
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:160) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:134) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:208) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:818) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:43 [Server] Server thread/ERROR [minecraft/LootTableManager]: Couldn't parse loot table cfm:blocks/lime_sofa
13.09 16:27:43 [Server] INFO com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cfm:lime_sofa'
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:160) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:134) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:208) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:818) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:43 [Server] Server thread/ERROR [minecraft/LootTableManager]: Couldn't parse loot table cfm:blocks/acacia_blinds
13.09 16:27:43 [Server] INFO com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cfm:acacia_blinds'
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:160) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:134) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:208) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:818) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:43 [Server] Server thread/ERROR [minecraft/LootTableManager]: Couldn't parse loot table cfm:blocks/stripped_birch_blinds
13.09 16:27:43 [Server] INFO com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cfm:stripped_birch_blinds'
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:160) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:134) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:208) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:818) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:43 [Server] Server thread/ERROR [minecraft/LootTableManager]: Couldn't parse loot table cfm:blocks/birch_blinds
13.09 16:27:43 [Server] INFO com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cfm:birch_blinds'
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:160) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:134) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:208) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:818) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:699) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:693) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195568_a(MinecraftServer.java:1431) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_195560_a(MinecraftServer.java:436) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:351) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) [?:?] {pl:accesstransformer:B}
13.09 16:27:43 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
13.09 16:27:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] {}
13.09 16:27:43 [Server] Server thread/ERROR [minecraft/LootTableManager]: Couldn't parse loot table cfm:blocks/stripped_birch_table
13.09 16:27:43 [Server] INFO com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'cfm:stripped_birch_table'
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_219793_a(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.Optional.orElseThrow(Optional.java:290) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188172_b(SourceFile:128) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188180_i(SourceFile:136) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:54) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.ItemLootEntry$Serializer.func_212829_b_(SourceFile:35) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:160) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.StandaloneLootEntry$Serializer.func_212865_b_(SourceFile:134) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:53) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootEntryManager$Serializer.deserialize(SourceFile:41) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188174_a(SourceFile:448) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:208) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:205) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188179_a(SourceFile:440) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.JSONUtils.func_188177_a(SourceFile:456) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:245) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:242) ~[?:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:887) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:952) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at com.google.gson.Gson.fromJson(Gson.java:925) ~[server-1.14.4-extra.jar:?] {}
13.09 16:27:43 [Server] INFO at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:818) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.lambda$apply$0(LootTableManager.java:47) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:44) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.world.storage.loot.LootTableManager.func_212853_a_(LootTableManager.java:24) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_222] {}
13.09 16:27:43 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) [?:?] {}
13.09 16:27:43 [Server] INFO at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] {pl:accesstransformer:B}
13.09 16:27:44 [PebbleHost] Skipped 12643 lines due to rate limit (500/s)
13.09 16:27:44 [Server] Server thread/INFO [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
13.09 16:27:47 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:27:47 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:27:47 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:27:47 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:27:47 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:27:47 [Server] Server-Worker-2/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 0%
13.09 16:27:47 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Preparing spawn area: 31%
13.09 16:27:48 [Server] Server thread/INFO [minecraft/LoggingChunkStatusListener]: Time elapsed: 3361 ms
13.09 16:27:48 [Server] Server thread/INFO [minecraft/DedicatedServer]: Done (6.001s)! For help, type "help"
13.09 16:27:49 [Server] Server thread/INFO [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
13.09 16:27:49 [Server] Server thread/INFO [minecraft/ChunkManager]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved

 

Also: I found this going through the Debug on my local machine.

[13Sep2019 22:07:20.489] [Netty Client IO #1/DEBUG] [net.minecraftforge.fml.network.NetworkRegistry/NETREGISTRY]: Channel 'cfm:network' : Version test of 'ABSENT ?' from server : REJECTED
[13Sep2019 22:07:20.489] [Netty Client IO #1/ERROR] [net.minecraftforge.fml.network.NetworkRegistry/NETREGISTRY]: Channels [cfm:network] rejected their server side version number
[13Sep2019 22:07:20.489] [Netty Client IO #1/ERROR] [net.minecraftforge.fml.network.FMLHandshakeHandler/FMLHANDSHAKE]: Terminating connection with server, mismatched mod list
[13Sep2019 22:07:23.383] [Client thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!

 

Debugs: https://github.com/itsolidude/Minecraft-debug

Edited by itsolidude
Link to comment
Share on other sites

Please provide the debug.log as described in my signature and the EAQ

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Try the sites linked in my signature

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

I thought Crayfish knew better than this.

Furniture mod is broken and won't load on servers at this time.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I am trying to install fear nightfall mod pack on curseforge but it keeps saying error forge modloader installation falied but I played it a week ago can someone please help.
    • Found the solution, will be closing this soon. The Minecraft mining overlay can be rendered using: "serverplayer.connection.send(new ClientboundBlockDestructionPacket(serverplayer.getId(), blockpos, i));" Everything else is completely unnecessary, and I was making this harder than it had to be.
    • [17:35:03] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, MOD_DEV, --assetIndex, 5, --assetsDir, C:\Users\moraw\.gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [17:35:03] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.12 by Eclipse Adoptium; OS Windows 10 arch amd64 version 10.0 [17:35:03] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev] [17:35:03] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp] [17:35:03] [main/DEBUG] [cp.mo.mo.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,slf4jfixer,object_holder_definalize,runtime_enum_extender,capability_token_subclass,accesstransformer,runtimedistcleaner] [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path GAMEDIR is C:\Users\moraw\Documents\Livestock\run [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path MODSDIR is C:\Users\moraw\Documents\Livestock\run\mods [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\moraw\Documents\Livestock\run\config [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\moraw\Documents\Livestock\run\config\fml.toml [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: [17:35:03] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow [17:35:03] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 [17:35:03] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml] [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml [17:35:03] [main/DEBUG] [ne.mi.fm.lo.LauncherVersion/CORE]: Found FMLLauncher version 1.0 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML 1.0 loading [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found ModLauncher version : 10.0.9+10.0.9+main.dcd20f30 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found AccessTransformer version : 8.0.4+66+master.c09db6d7 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found EventBus version : 6.0.5+6.0.5+master.eb8e549b [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found Runtime Dist Cleaner [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found CoreMod version : 5.1.6 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package implementation version 7.0.1+7.0.1+master.d2b38bf6 [17:35:03] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package specification 5 [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing [17:35:03] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin [17:35:03] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in cpw.mods.cl.ModuleClassLoader@34b7ac2f [17:35:04] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/moraw/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.5/9d1c0c3a304ae6697ecd477218fa61b850bf57fc/mixin-0.8.5.jar%23126!/ Service=ModLauncher Env=CLIENT [17:35:04] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager [17:35:04] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(ModLauncher:4f56a0a2) [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Setting up basic FML game directories [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path GAMEDIR is C:\Users\moraw\Documents\Livestock\run [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path MODSDIR is C:\Users\moraw\Documents\Livestock\run\mods [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\moraw\Documents\Livestock\run\config [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\moraw\Documents\Livestock\run\config\fml.toml [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Loading configuration [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Preparing ModFile [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Preparing launch handler [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Using forgeclientuserdev as launch service [17:35:04] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: Intel(R) Iris(R) Xe Graphics GL version 4.6.0 - Build 31.0.101.5594, Intel [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Received command line version data : VersionInfo[forgeVersion=47.3.0, mcVersion=1.20.1, mcpVersion=20230612.114412, forgeGroup=net.minecraftforge] [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml [17:35:04] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'mcp' [17:35:04] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {srg=srgtomcp:1234} [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml [17:35:04] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Initiating mod scan [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModListHandler/CORE]: Found mod coordinates from lists: [] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null),(userdev classpath:null) [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModDiscoverer/CORE]: Found Dependency Locators : (JarInJar:null) [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ta.CommonLaunchHandler/CORE]: Got mod coordinates livestock%%C:/Users/moraw/Documents/Livestock\build\resources\main;livestock%%C:/Users/moraw/Documents/Livestock\build\classes\java\main from env [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ta.CommonLaunchHandler/CORE]: Found supplied mod coordinates [{livestock=[C:\Users\moraw\Documents\Livestock\build\resources\main, C:\Users\moraw\Documents\Livestock\build\classes\java\main]}] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file forge-1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1.jar with {minecraft} mods - versions {1.20.1} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.20.1-47.3.0\3b6be96aba3e323f3c918e8ef6a96312d82d76ad\fmlcore-1.20.1-47.3.0.jar [17:35:04] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.20.1-47.3.0\3b6be96aba3e323f3c918e8ef6a96312d82d76ad\fmlcore-1.20.1-47.3.0.jar is missing mods.toml file [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.20.1-47.3.0\d7ebc62120f202109e300e084ca1a31a7b946a62\javafmllanguage-1.20.1-47.3.0.jar [17:35:04] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.20.1-47.3.0\d7ebc62120f202109e300e084ca1a31a7b946a62\javafmllanguage-1.20.1-47.3.0.jar is missing mods.toml file [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.20.1-47.3.0\1bf3e845ea0ce750096da8c71c8364b188ab74d4\lowcodelanguage-1.20.1-47.3.0.jar [17:35:04] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.20.1-47.3.0\1bf3e845ea0ce750096da8c71c8364b188ab74d4\lowcodelanguage-1.20.1-47.3.0.jar is missing mods.toml file [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.20.1-47.3.0\6093682e943ddccbabf70539319d7f2fe64db2e7\mclanguage-1.20.1-47.3.0.jar [17:35:04] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file C:\Users\moraw\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.20.1-47.3.0\6093682e943ddccbabf70539319d7f2fe64db2e7\mclanguage-1.20.1-47.3.0.jar is missing mods.toml file [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\Documents\Livestock\build\resources\main [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file main with {livestock} mods - versions {0.01-1.20.1} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate / [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file with {forge} mods - versions {47.3.0} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from forge-1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1.jar, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from , it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from main, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from mclanguage-1.20.1-47.3.0.jar, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from javafmllanguage-1.20.1-47.3.0.jar, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from fmlcore-1.20.1-47.3.0.jar, it does not contain dependency information. [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileDependencyLocator/]: Failed to load resource META-INF\jarjar\metadata.json from lowcodelanguage-1.20.1-47.3.0.jar, it does not contain dependency information. [17:35:04] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping! [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file forge-1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1.jar with {minecraft} mods - versions {1.20.1} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file C:\Users\moraw\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1\forge-1.20.1-47.3.0_mapped_parchment_2023.09.03-1.20.1.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate / [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file with {forge} mods - versions {47.3.0} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file / with languages [LanguageSpec[languageName=javafml, acceptedVersions=[24,]]] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod field_to_method with Javascript path coremods/field_to_method.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod field_to_instanceof with Javascript path coremods/field_to_instanceof.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod add_bouncer_method with Javascript path coremods/add_bouncer_method.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Found coremod method_redirector with Javascript path coremods/method_redirector.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/field_to_method.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/field_to_instanceof.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/add_bouncer_method.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Found coremod coremods/method_redirector.js [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Considering mod file candidate C:\Users\moraw\Documents\Livestock\build\resources\main [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFileInfo/LOADING]: Found valid mod file main with {livestock} mods - versions {0.01-1.20.1} [17:35:04] [main/DEBUG] [ne.mi.fm.lo.mo.ModFile/LOADING]: Loading mod file C:\Users\moraw\Documents\Livestock\build\resources\main with languages [LanguageSpec[languageName=javafml, acceptedVersions=[47,)]] [17:35:04] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml [17:35:04] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found 3 language providers [17:35:04] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1.0 [17:35:04] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider lowcodefml, version 47 [17:35:04] [main/DEBUG] [ne.mi.fm.lo.LanguageLoadingProvider/CORE]: Found language provider javafml, version 47 [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Configured system mods: [minecraft, forge] [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Found system mod: minecraft [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/]: Found system mod: forge [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/LOADING]: Found 2 mod requirements (2 mandatory, 0 optional) [17:35:04] [main/DEBUG] [ne.mi.fm.lo.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional) [17:35:05] [main/DEBUG] [ne.mi.fm.lo.MCPNamingService/CORE]: Loaded 34318 method mappings from methods.csv [17:35:05] [main/DEBUG] [ne.mi.fm.lo.MCPNamingService/CORE]: Loaded 31014 field mappings from fields.csv [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml [17:35:05] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Loading coremod transformers [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_method.js [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/field_to_instanceof.js [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/add_bouncer_method.js [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: Loading CoreMod from coremods/method_redirector.js [17:35:05] [main/DEBUG] [ne.mi.co.CoreModEngine/COREMOD]: CoreMod loaded successfully [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@9b76b60 to Target : CLASS {Lnet/minecraft/world/level/biome/Biome;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@493ac8d3 to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@13dbed9e to Target : CLASS {Lnet/minecraft/world/effect/MobEffectInstance;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@67531e3a to Target : CLASS {Lnet/minecraft/world/level/block/LiquidBlock;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2b38b1f to Target : CLASS {Lnet/minecraft/world/item/BucketItem;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1d50a7ca to Target : CLASS {Lnet/minecraft/world/level/block/StairBlock;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@51ab1ee3 to Target : CLASS {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2e766822 to Target : CLASS {Lnet/minecraft/world/item/ItemStack;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3003e580 to Target : CLASS {Lnet/minecraft/network/play/client/CClientSettingsPacket;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/Strider;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/Spider;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/npc/Villager;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/server/commands/RaidCommand;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/raid/Raid;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/EntityType;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/server/commands/SummonCommand;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@28757abd to Target : CLASS {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} [17:35:05] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml Exception in thread "main" java.lang.module.ResolutionException: Modules classes and livestock export package net.s3alampr3y.livestockmod.entity.client to module minecraft at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901) at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815) at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:736) at java.base/java.lang.module.Resolver.finish(Resolver.java:380) at java.base/java.lang.module.Configuration.<init>(Configuration.java:140) at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:75) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:60) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Process finished with exit code 1  
    • Bump? Do I have to add more content or can I just say this? Any help would be really appreciated.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.