Coder Social home page Coder Social logo

mjrlegendslib's Introduction

MJRLegendsLib

A library of generic code for my other mods

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. You can find list of versions here.

repositories {
    maven {
	    name 'MJRLegends'
	    url = "https://maven.mjrlegends.com/"
    }
}

dependencies {
    deobfCompile "com.mjr.mjrlegendslib:MJRLegendsLib:VERSION:dev"
}

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. For more information on the license see https://tldrlegal.com/license/creative-commons-attribution-noncommercial-noderivs-(cc-nc-nd)#summary

mjrlegendslib's People

Contributors

mjrlegends avatar

Watchers

 avatar  avatar

mjrlegendslib's Issues

[1.8+] Server Side crash

---- Minecraft Crash Report ----

WARNING: coremods are present:
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.138.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
MtqFixPlugin (mtqfix-1.12.2-1.1.0.jar)
LoadingPlugin (sampler-1.73.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.8.2-Anarchy.jar)
SpongeCoremod (spongeforge-1.12.2-2611-7.1.0-BETA-2918.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 19/02/18 12:46
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from MJRLegendsLib (mjrlegendslib)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/client/model/ICustomModelLoader
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:522)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.model.ICustomModelLoader
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/resources/IResourceManagerReloadListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.resources.IResourceManagerReloadListener
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 41 more
Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjl000(MinecraftServer.java:4013)

-- Sponge PhaseTracker --
Details:
Cause Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjl000(MinecraftServer.java:4013)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:556)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 6225362776 bytes (5936 MB) / 7267155968 bytes (6930 MB) up to 7267155968 bytes (6930 MB)
JVM Flags: 2 total; -Xmx7G -Xms7G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.2.2611 62 mods loaded, 61 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID                  | Version                     | Source                                                        | Signature                                |
|:----- |:------------------- |:--------------------------- |:------------------------------------------------------------- |:---------------------------------------- |
| UC    | minecraft           | 1.12.2                      | minecraft.jar                                                 | None                                     |
| UC    | mcp                 | 9.42                        | minecraft.jar                                                 | None                                     |
| UC    | FML                 | 8.0.99.99                   | spigot.jar                                                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC    | forge               | 14.23.2.2611                | spigot.jar                                                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC    | creativecoredummy   | 1.0.0                       | minecraft.jar                                                 | None                                     |
| UC    | micdoodlecore       |                             | minecraft.jar                                                 | None                                     |
| UC    | spongeapi           | 7.1.0-SNAPSHOT-6aa4e43      | spongeforge-1.12.2-2611-7.1.0-BETA-2918.jar                   | None                                     |
| UC    | sponge              | 1.12.2-2611-7.1.0-BETA-2918 | spongeforge-1.12.2-2611-7.1.0-BETA-2918.jar                   | None                                     |
| UC    | foamfixcore         | 7.7.4                       | minecraft.jar                                                 | None                                     |
| UC    | securitycraft       | v1.8.4.1                    | [1.12.x]+SecurityCraft+v1.8.4.1.jar                           | None                                     |
| UC    | aiimprovements      | 0.0.1.3                     | AIImprovements-1.12-0.0.1b3.jar                               | None                                     |
| UC    | architecturecraft   | @VERSION@                   | architecturecraft-1.12-2.68.jar                               | None                                     |
| UC    | biomesoplenty       | 7.0.1.2314                  | BiomesOPlenty-1.12.2-7.0.1.2314-universal.jar                 | None                                     |
| UC    | ic2                 | 2.8.16-ex112                | industrialcraft-2-2.8.16-ex112.jar                            | de041f9f6187debbc77034a344134053277aa3b0 |
| UC    | galacticraftcore    | 4.0.1.138                   | GalacticraftCore-1.12.2-4.0.1.138.jar                         | None                                     |
| UC    | galacticraftplanets | 4.0.1.138                   | Galacticraft-Planets-1.12.2-4.0.1.138.jar                     | None                                     |
| UE    | mjrlegendslib       | 1.12.2-1.0.8                | MJRLegendsLib-1.12.2-1.0.8.jar                                | None                                     |
| UE    | blankplanet         | 0.1-1.12.2                  | BlankPlanet-0.1-1.12.2.jar                                    | None                                     |
| UC    | buildcraftlib       | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftcore      | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftbuilders  | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftenergy    | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftfactory   | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftrobotics  | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftsilicon   | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcrafttransport | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | creativecore        | 1.9.9                       | CreativeCore_v1.9.18_mc1.12.2.jar                             | None                                     |
| UC    | cyberware           | 0.2.10.9                    | cyberware-1.12.2-0.2.10.9.jar                                 | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UC    | ptrmodellib         | 1.0.0                       | Decocraft-2.5.4_1.12.2.jar                                    | None                                     |
| UC    | props               | 2.5.4                       | Decocraft-2.5.4_1.12.2.jar                                    | None                                     |
| UC    | cdm                 | 0.2.1                       | device-mod-0.2.1-1.12.2.jar                                   | None                                     |
| UC    | dynamictrees        | 1.12.2-0.7.4                | DynamicTrees-1.12.2-0.7.4.jar                                 | None                                     |
| UE    | extraplanets        | 1.12.2-0.2.2                | ExtraPlanets-1.12.2-0.2.2.jar                                 | None                                     |
| UC    | fastasyncworldedit  | development                 | FastAsyncWorldEdit-sponge112-18.02.15-7141cc4-1012-19.1.7.jar | None                                     |
| UC    | worldedit           |                             | FastAsyncWorldEdit-sponge112-18.02.15-7141cc4-1012-19.1.7.jar | None                                     |
| UC    | fl                  | 2.11.1                      | fl-2.11.1.jar                                                 | None                                     |
| UC    | foamfix             | 0.8.2-1.12.2                | FoamFix-1.12.2-0.8.2-Anarchy.jar                              | None                                     |
| UC    | forgelin            | 1.6.0                       | Forgelin-1.6.0.jar                                            | None                                     |
| UC    | cfm                 | 4.1.5                       | furniture-4.1.5-1.12.2.jar                                    | None                                     |
| UC    | ichunutil           | 7.1.4                       | iChunUtil-1.12.2-7.1.4.jar                                    | None                                     |
| UC    | gravitygun          | 7.0.0                       | GravityGun-1.12.2-7.0.1.jar                                   | None                                     |
| UC    | longfallboots       | 1.2.1a                      | longfallboots-1.2.1a.jar                                      | None                                     |
| UC    | malisiscore         | 1.12.2-6.4.0                | malisiscore-1.12.2-6.4.0.jar                                  | None                                     |
| UC    | malisisdoors        | 1.12.2-7.3.0                | malisisdoors-1.12.2-7.3.0.jar                                 | None                                     |
| UC    | mcflux              | 3.11.1                      | mcflux-3.11.1.jar                                             | None                                     |
| UC    | mts                 | 9.0.1                       | Minecraft+Transport+Simulator-1.12.2-9.0.1.jar                | None                                     |
| UC    | modelloader         | 1.0.5                       | modelloader-1.0.5.jar                                         | None                                     |
| UC    | moreplanets         | 2.0.12                      | More-Planets-1.12.2-2.0.12-GC132.jar                          | b3468b224a74e296555ad7efeb35f482e6f445de |
| UC    | moreplanetsextras   | 1.12.2-1.0                  | MorePlanetsExtras-1.12.2-1.0.jar                              | None                                     |
| UC    | nucleus             | 1.3.1-S7.0                  | Nucleus-1.3.1-S7.0-MC1.12.2-plugin.jar                        | None                                     |
| UC    | parachutemod        | 1.7.4                       | parachutemod-wasd-1.12.2-1.7.4-439.jar                        | None                                     |
| UC    | placeableitems      | 3.2                         | placeableitems-3.2.jar                                        | None                                     |
| UE    | planetprogression   | 1.12.2-0.1.0                | PlanetProgression-1.12.2-0.1.0.jar                            | None                                     |
| UC    | portalgun           | 7.0.0                       | PortalGun-1.12.2-7.0.1.jar                                    | None                                     |
| UC    | projecte            | 1.12-PE1.0.0                | ProjectE-1.12-PE1.2.0.jar                                     | None                                     |
| UC    | redstonepaste       | 1.7.5                       | redstonepaste-mc1.12-1.7.5.jar                                | None                                     |
| UC    | rewired             | 1.12.2                      | ReWIRED-1.0.3.jar                                             | None                                     |
| UC    | sampler             | 1.73                        | sampler-1.73.jar                                              | None                                     |
| UC    | thutcore            | 5.16.1                      | thutcore-1.12.2-5.16.1.jar                                    | None                                     |
| UC    | thutcore_compat     | 1.0                         | thutcore-1.12.2-5.16.1.jar                                    | None                                     |
| UC    | thuttech            | 6.0.15                      | thuttech-1.12.2-6.0.15.jar                                    | None                                     |
| UD    | mtqfix              | 1.1.0                       | minecraft.jar                                                 | None                                     |

Loaded coremods (and transformers): 

MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.138.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

ForgelinPlugin (Forgelin-1.6.0.jar)

CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)

NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
MtqFixPlugin (mtqfix-1.12.2-1.1.0.jar)
jmn.mods.mtqfix.AsmTransformer
LoadingPlugin (sampler-1.73.jar)

Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.8.2-Anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
SpongeCoremod (spongeforge-1.12.2-2611-7.1.0-BETA-2918.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)

---- Minecraft Crash Report ----

WARNING: coremods are present:
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.138.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
MtqFixPlugin (mtqfix-1.12.2-1.1.0.jar)
LoadingPlugin (sampler-1.73.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.8.2-Anarchy.jar)
SpongeCoremod (spongeforge-1.12.2-2611-7.1.0-BETA-2918.jar)
Contact their authors BEFORE contacting forge

// You're mean.

Time: 19/02/18 12:42
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from MJRLegendsLib (mjrlegendslib)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/client/model/ICustomModelLoader
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:522)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:332)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.model.ICustomModelLoader
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/resources/IResourceManagerReloadListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 37 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.resources.IResourceManagerReloadListener
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 41 more
Caused by: java.lang.NullPointerException

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjl000(MinecraftServer.java:4013)

-- Sponge PhaseTracker --
Details:
Cause Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjl000(MinecraftServer.java:4013)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:556)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 6340628712 bytes (6046 MB) / 7276068864 bytes (6939 MB) up to 7276068864 bytes (6939 MB)
JVM Flags: 2 total; -Xmx7G -Xms7G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.2.2611 61 mods loaded, 60 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID                  | Version                     | Source                                                        | Signature                                |
|:----- |:------------------- |:--------------------------- |:------------------------------------------------------------- |:---------------------------------------- |
| UC    | minecraft           | 1.12.2                      | minecraft.jar                                                 | None                                     |
| UC    | mcp                 | 9.42                        | minecraft.jar                                                 | None                                     |
| UC    | FML                 | 8.0.99.99                   | spigot.jar                                                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC    | forge               | 14.23.2.2611                | spigot.jar                                                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC    | creativecoredummy   | 1.0.0                       | minecraft.jar                                                 | None                                     |
| UC    | micdoodlecore       |                             | minecraft.jar                                                 | None                                     |
| UC    | spongeapi           | 7.1.0-SNAPSHOT-6aa4e43      | spongeforge-1.12.2-2611-7.1.0-BETA-2918.jar                   | None                                     |
| UC    | sponge              | 1.12.2-2611-7.1.0-BETA-2918 | spongeforge-1.12.2-2611-7.1.0-BETA-2918.jar                   | None                                     |
| UC    | foamfixcore         | 7.7.4                       | minecraft.jar                                                 | None                                     |
| UC    | securitycraft       | v1.8.4.1                    | [1.12.x]+SecurityCraft+v1.8.4.1.jar                           | None                                     |
| UC    | aiimprovements      | 0.0.1.3                     | AIImprovements-1.12-0.0.1b3.jar                               | None                                     |
| UC    | architecturecraft   | @VERSION@                   | architecturecraft-1.12-2.68.jar                               | None                                     |
| UC    | biomesoplenty       | 7.0.1.2314                  | BiomesOPlenty-1.12.2-7.0.1.2314-universal.jar                 | None                                     |
| UC    | ic2                 | 2.8.16-ex112                | industrialcraft-2-2.8.16-ex112.jar                            | de041f9f6187debbc77034a344134053277aa3b0 |
| UC    | galacticraftcore    | 4.0.1.138                   | GalacticraftCore-1.12.2-4.0.1.138.jar                         | None                                     |
| UC    | galacticraftplanets | 4.0.1.138                   | Galacticraft-Planets-1.12.2-4.0.1.138.jar                     | None                                     |
| UE    | mjrlegendslib       | 1.12.2-1.0.9                | MJRLegendsLib-1.12.2-1.0.9.jar                                | None                                     |
| UE    | blankplanet         | 0.1-1.12.2                  | BlankPlanet-0.1-1.12.2.jar                                    | None                                     |
| UC    | buildcraftlib       | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftcore      | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftbuilders  | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftenergy    | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftfactory   | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftrobotics  | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcraftsilicon   | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | buildcrafttransport | 7.99.14                     | buildcraft-7.99.14.jar                                        | None                                     |
| UC    | creativecore        | 1.9.9                       | CreativeCore_v1.9.18_mc1.12.2.jar                             | None                                     |
| UC    | cyberware           | 0.2.10.9                    | cyberware-1.12.2-0.2.10.9.jar                                 | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UC    | ptrmodellib         | 1.0.0                       | Decocraft-2.5.4_1.12.2.jar                                    | None                                     |
| UC    | props               | 2.5.4                       | Decocraft-2.5.4_1.12.2.jar                                    | None                                     |
| UC    | cdm                 | 0.2.1                       | device-mod-0.2.1-1.12.2.jar                                   | None                                     |
| UC    | dynamictrees        | 1.12.2-0.7.4                | DynamicTrees-1.12.2-0.7.4.jar                                 | None                                     |
| UC    | fastasyncworldedit  | development                 | FastAsyncWorldEdit-sponge112-18.02.15-7141cc4-1012-19.1.7.jar | None                                     |
| UC    | worldedit           |                             | FastAsyncWorldEdit-sponge112-18.02.15-7141cc4-1012-19.1.7.jar | None                                     |
| UC    | fl                  | 2.11.1                      | fl-2.11.1.jar                                                 | None                                     |
| UC    | foamfix             | 0.8.2-1.12.2                | FoamFix-1.12.2-0.8.2-Anarchy.jar                              | None                                     |
| UC    | forgelin            | 1.6.0                       | Forgelin-1.6.0.jar                                            | None                                     |
| UC    | cfm                 | 4.1.5                       | furniture-4.1.5-1.12.2.jar                                    | None                                     |
| UC    | ichunutil           | 7.1.4                       | iChunUtil-1.12.2-7.1.4.jar                                    | None                                     |
| UC    | gravitygun          | 7.0.0                       | GravityGun-1.12.2-7.0.1.jar                                   | None                                     |
| UC    | longfallboots       | 1.2.1a                      | longfallboots-1.2.1a.jar                                      | None                                     |
| UC    | malisiscore         | 1.12.2-6.4.0                | malisiscore-1.12.2-6.4.0.jar                                  | None                                     |
| UC    | malisisdoors        | 1.12.2-7.3.0                | malisisdoors-1.12.2-7.3.0.jar                                 | None                                     |
| UC    | mcflux              | 3.11.1                      | mcflux-3.11.1.jar                                             | None                                     |
| UC    | mts                 | 9.0.1                       | Minecraft+Transport+Simulator-1.12.2-9.0.1.jar                | None                                     |
| UC    | modelloader         | 1.0.5                       | modelloader-1.0.5.jar                                         | None                                     |
| UC    | moreplanets         | 2.0.12                      | More-Planets-1.12.2-2.0.12-GC132.jar                          | b3468b224a74e296555ad7efeb35f482e6f445de |
| UC    | moreplanetsextras   | 1.12.2-1.0                  | MorePlanetsExtras-1.12.2-1.0.jar                              | None                                     |
| UC    | nucleus             | 1.3.1-S7.0                  | Nucleus-1.3.1-S7.0-MC1.12.2-plugin.jar                        | None                                     |
| UC    | parachutemod        | 1.7.4                       | parachutemod-wasd-1.12.2-1.7.4-439.jar                        | None                                     |
| UC    | placeableitems      | 3.2                         | placeableitems-3.2.jar                                        | None                                     |
| UE    | planetprogression   | 1.12.2-0.1.1                | PlanetProgression-1.12.2-0.1.1.jar                            | None                                     |
| UC    | portalgun           | 7.0.0                       | PortalGun-1.12.2-7.0.1.jar                                    | None                                     |
| UC    | projecte            | 1.12-PE1.0.0                | ProjectE-1.12-PE1.2.0.jar                                     | None                                     |
| UC    | redstonepaste       | 1.7.5                       | redstonepaste-mc1.12-1.7.5.jar                                | None                                     |
| UC    | rewired             | 1.12.2                      | ReWIRED-1.0.3.jar                                             | None                                     |
| UC    | sampler             | 1.73                        | sampler-1.73.jar                                              | None                                     |
| UC    | thutcore            | 5.16.1                      | thutcore-1.12.2-5.16.1.jar                                    | None                                     |
| UC    | thutcore_compat     | 1.0                         | thutcore-1.12.2-5.16.1.jar                                    | None                                     |
| UC    | thuttech            | 6.0.15                      | thuttech-1.12.2-6.0.15.jar                                    | None                                     |
| UD    | mtqfix              | 1.1.0                       | minecraft.jar                                                 | None                                     |

Loaded coremods (and transformers): 

MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.138.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)

ForgelinPlugin (Forgelin-1.6.0.jar)

CreativePatchingLoader (CreativeCore_v1.9.18_mc1.12.2.jar)

NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
MtqFixPlugin (mtqfix-1.12.2-1.1.0.jar)
jmn.mods.mtqfix.AsmTransformer
LoadingPlugin (sampler-1.73.jar)

Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.8.2-Anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
SpongeCoremod (spongeforge-1.12.2-2611-7.1.0-BETA-2918.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)

Strangest glitch ever

When I install it, and run minecraft, it quickly switches between the loading forge/mojang screen, and a screen that says "Extra planets is missing mods it depends on. Please install the mods below or remove Extra planets" and nothing else.

incompatibility issue (1.12.2)

---Issue Report---

(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)

Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING): [Yes or No]

Description of Issue

Incompatible with Flans mod, tested and checked issues

Steps to Reproduce Issue

  1. install flans and mjrlegendslib correctly
  2. start game

Crash log/Log (if applicable):
https://pastebin.com/ewQqRcMb

Screenshots (if applicable):

Version of Mod using (PLEASE DONT USE 'Latest' OR 'Newest'): [VERSION]
1.12.2
Where did this bug happen: [Single Player or Server]
single player

Additional Information

[Any other information that may be able to help me with the problem]
might be conflicting with flans mod apocalypse more so than other parts, not entirely sure.
also ive tested these mods standalone, issue persists.

Crash

requesting to close this

MJRLegendsLib Prevents the Game from Opening

---Issue Report---

(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)

Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING): Yes

Description of Issue

I Downloaded Extra Planets 1.12.2 and MJRLegendsLib 1.12.2 and now Minecraft wont open.

Steps to Reproduce Issue

  1. Download MJRLegendsLib-1.12.2-1.1.5 and Extra Planets 1.12-0.4.1
  2. Run Forge 1.12

Version of Mod using (PLEASE DONT USE 'Latest' OR 'Newest'): 1.12.2-1.1.5

Where did this bug happen: The Game Didn't Even Start

Additional Information

I'm on Windows 10. I've tried to fix it by using almost every version of Extra Planets 1.12 and MJRLegendsLib 1.12, none of them work. Once I take both Extra Planets and MJRLegendsLib out of the mod folder, the game opens and runs perfectly fine!

Minecraft Block Limit reached

---- Minecraft Crash Report ----

WARNING: coremods are present:
FutureMC (future-mc-0.1.13.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.239.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.4-core.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 12/31/19 10:03 PM
Description: Initializing game

java.lang.RuntimeException: Invalid id 4096 - maximum id range exceeded.
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:295)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
at thebetweenlands.common.registries.BlockRegistry.registerBlocks(BlockRegistry.java:999)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_575_BlockRegistry_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:295)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
at thebetweenlands.common.registries.BlockRegistry.registerBlocks(BlockRegistry.java:999)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_575_BlockRegistry_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1299318896 bytes (1239 MB) / 3892314112 bytes (3712 MB) up to 10737418240 bytes (10240 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2847 35 mods loaded, 35 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID                  | Version           | Source                                        | Signature                                |
|:----- |:------------------- |:----------------- |:--------------------------------------------- |:---------------------------------------- |
| LCH   | minecraft           | 1.12.2            | minecraft.jar                                 | None                                     |
| LCH   | mcp                 | 9.42              | minecraft.jar                                 | None                                     |
| LCH   | FML                 | 8.0.99.99         | forge-1.12.2-14.23.5.2847.jar                 | None                                     |
| LCH   | forge               | 14.23.5.2847      | forge-1.12.2-14.23.5.2847.jar                 | None                                     |
| LCH   | micdoodlecore       |                   | minecraft.jar                                 | None                                     |
| LCH   | futuremccore        | 0.1.12            | minecraft.jar                                 | None                                     |
| LCH   | jei                 | 4.15.0.291        | jei_1.12.2-4.15.0.291.jar                     | None                                     |
| LCH   | abyssalcraft        | 1.9.15            | AbyssalCraft-1.12.2-1.9.15 (1).jar            | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCH   | aoa3                | 3.1.2.b           | AoA3-3.1.2.b.jar                              | None                                     |
| LCH   | galacticraftcore    | 4.0.2.239         | GalacticraftCore-1.12.2-4.0.2.239.jar         | None                                     |
| LCH   | galacticraftplanets | 4.0.2.239         | Galacticraft-Planets-1.12.2-4.0.2.239.jar     | None                                     |
| LCH   | asmodeuscore        | 0.0.12            | AsmodeusCore-1.12.2-0.0.12.jar                | None                                     |
| LCH   | atum                | 2.0.16            | Atum-1.12.2-2.0.16.jar                        | None                                     |
| LCH   | casinocraft         | v06               | CasinoCraft_1.12.2_v06.jar                    | None                                     |
| LCH   | chaotica            | 4.8.5             | Chaotica_v4.8.51fixed[1.12.2].jar             | None                                     |
| LCH   | ctm                 | MC1.12.2-1.0.1.30 | CTM-MC1.12.2-1.0.1.30.jar                     | None                                     |
| LCH   | customnpcs          | 1.12              | CustomNPCs_1.12.2-(01Oct19).jar               | None                                     |
| LCH   | erebus              | 1.0.31            | Erebus-1.0.31.jar                             | None                                     |
| LCH   | mjrlegendslib       | 1.12.2-1.1.9      | MJRLegendsLib-1.12.2-1.1.9.jar                | b02331787272ec3515ebe63ecdeea0d746653468 |
| LCH   | zollerngalaxy       | 2.0.8             | ZollernGalaxy-1.12.2-v2.0.8.jar               | None                                     |
| LCH   | extraplanets        | 1.12.2-0.6.0      | ExtraPlanets-1.12.2-0.6.0.jar                 | b02331787272ec3515ebe63ecdeea0d746653468 |
| LCH   | minecraftfuture     | 0.1.13            | future-mc-0.1.13.jar                          | None                                     |
| LCH   | galaxyspace         | 2.0.11            | GalaxySpace-1.12.2-2.0.11.jar                 | None                                     |
| LCH   | incontrol           | 3.9.16            | incontrol-1.12-3.9.16.jar                     | None                                     |
| LCH   | moreplanets         | 2.0.22            | More-Planets-1.12.2-2.0.22-GC238.jar          | b3468b224a74e296555ad7efeb35f482e6f445de |
| LCH   | moreplayermodels    | 1.12.2            | MorePlayerModels_1.12.2-(05Dec19).jar         | None                                     |
| LCH   | neat                | 1.4-17            | Neat+1.4-17.jar                               | None                                     |
| LCH   | patchouli           | 1.0-20            | Patchouli-1.0-20.jar                          | None                                     |
| LCH   | supertnt            | 1.0.1             | SuperTNT-1.12.2-1.0.1.jar                     | None                                     |
| LCH   | theaurorian         | 1.12.2-Beta       | theaurorian-1.12.2-beta-dec2919.jar           | None                                     |
| LCH   | thecrystallia       | 1.0.8             | TheCrystallia+1.0.9+[1.12.2].jar              | None                                     |
| LCH   | twilightforest      | 3.10.1013         | twilightforest-1.12.2-3.10.1013-universal.jar | None                                     |
| LCH   | xaerominimap        | 1.19.5            | Xaeros_Minimap_1.19.5_Forge_1.12.jar          | None                                     |
| LCH   | xaeroworldmap       | 1.5.2             | XaerosWorldMap_1.5.2_Forge_1.12.jar           | None                                     |
| LCH   | thebetweenlands     | 3.5.4             | TheBetweenlands-3.5.4-universal.jar           | 38067d6878811efb38b6a045521cfd80b9b60b38 |

Loaded coremods (and transformers): 

FutureMC (future-mc-0.1.13.jar)
thedarkcolour.futuremc.asm.CoreTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
team.chisel.ctm.client.asm.CTMTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.239.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.5.4-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7263' Renderer: 'Intel(R) UHD Graphics 630'
Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
LWJGL: 2.9.4
OpenGL: Intel(R) UHD Graphics 630 GL version 4.6.0 - Build 26.20.100.7263, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz

1.1.7 crashes on server startup

---Issue Report---

(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)

Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING): Yes

Description of Issue

[Description of the issue]

1.1.7 of this lib mod crashes on server startup while 1.1.6 does not

Steps to Reproduce Issue

Install galacticraft + extra planets + 1.1.7 of this mod
Launch server

Crash log/Log (if applicable): [PASTEBIN. Do NOT copy and paste the log into the issue post itself.]

How do i locate a crash log on Minecraft on Curse/Twitch? see https://gyazo.com/3c616a7dfcbe69033ea210805b093f82
How do i locate a crash log on Minecraft on FTB? see http://imgur.com/a/IbWNC

https://pastebin.com/zHAJ2Qhi

Screenshots (if applicable):

Version of Mod using (PLEASE DONT USE 'Latest' OR 'Newest'): [VERSION]

extraplanets 1.12.2-0.4.6
mjrlegendslib 1.12.2-1.1.7
Galacticraft versions 181 and 186 have the same results
Forge version 2768

Where did this bug happen: [Single Player or Server] Server

Additional Information

[Any other information that may be able to help me with the problem]

The game will work fine running client side with 1.1.7 as far as I can tell but crashes on server startup. 1.1.6 works with 0.4.6 of extra planets as well as 0.4.5. I downloaded the mods from their official sites listed here

https://minecraft.curseforge.com/projects/extraplanets/files/2651041
https://minecraft.curseforge.com/projects/mjrlegendslib/files/2624411
https://micdoodle8.com/mods/galacticraft/downloads

Game crashes

---Issue Report---

(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)

Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING): [Yes or No]

Description of Issue

Me and my friends are playing modded minecraft and when we added more mods including this mod the game crashes.

Steps to Reproduce Issue

  1. Launch minecraft
  2. Game crashes

Crash log/Log (if applicable): [PASTEBIN. Do NOT copy and paste the log into the issue post itself. See below on how to get them]
crash-2023-02-13_16.16.32-client.txt

Version of Mod using (PLEASE DONT USE 'Latest' OR 'Newest'): 1.12.2

Where did this bug happen: game and server cashes

Additional Information

[1.10+] Crash with new axe change

---Issue Report---

(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)

Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING): [Yes or No]

Extra Planets crashes Minecraft

[Description of the issue]

Steps to Reproduce Issue

  1. launch multimc
  2. exit code 1

*https://pastebin.com/i9C7bvQz

Screenshots (if applicable):

ExtraPlanets-1.11.2-0.6.5.jar

single player

Additional Information

it just crashes, it works with the older version but the spamming issue makes it unusable, thanks for all your hard work!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.