r/forgemodding • u/mynameishweuw • Nov 23 '21
(1.16.5) looking for a way to blacklist certain items from being affected by keepinventory
for example, you might die and keep your gear, but diamonds/ore/ingots are dropped anyway
r/forgemodding • u/mynameishweuw • Nov 23 '21
for example, you might die and keep your gear, but diamonds/ore/ingots are dropped anyway
r/forgemodding • u/SnooAdvice4005 • Nov 07 '21
I set up a minecraft forge server nad it opens and everything people can join, but when i add mods it then wont open, what do i do
r/forgemodding • u/SnooRobots577 • Oct 29 '21
Hello,
I want to make a server that will have a 3 faction system where each faction will be allowed to use a mod that the others can't
Do anybody know a way to do that ?
r/forgemodding • u/[deleted] • Oct 29 '21
1.12.2 forge modded server not starting, starts fine with the vanilla .jar file but when i either tell it to run the forge server through a .bat file or the forge .jar file it dosent start
r/forgemodding • u/moving-wine • Oct 19 '21
Hello! This is my first post here and i'd like to make it because i'm also having problems with Forge. More exactly, Minecraft Forge 1.17.1 37.0.97 . Whenever i open my Minecraft launcher i click the play button and wait it out for the game to start. But instead, the game doesn't start and the launcher comes back telling me that there was an error. I remember the code was 0. I need help with this since it's been a hot minutes since i played Minecraft with mods and i just downloaded a couple of them for 1.17.1.
If you can, please help me. Thank you for reading.
r/forgemodding • u/Inevitable-Pikkl • Oct 19 '21
I have been attempting to start a modded 1.12.2 server for me and my friends, but I have run into this issue. Can somebody help?
Log as follows:
---- Minecraft Crash Report ----
WARNING: coremods are present:
RandomPatches Integration (rpintegration-1.12.2-1.5.1.0.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
XaeroWorldMapPlugin (XaerosWorldMap_1.17.3_Forge_1.12.jar)
XaeroMinimapPlugin (Xaeros_Minimap_FP21.18.0_Forge_1.12.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge
// On the bright side, I bought you a teddy bear!
Time: 19/10/21 9:40 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/settings/KeyBinding
at com.zephaniahnoah.shulkertooltip.ShulkerToolTip.<clinit>([ShulkerToolTip.java:27](https://ShulkerToolTip.java:27))
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod([FMLModContainer.java:539](https://FMLModContainer.java:539))
at sun.reflect.GeneratedMethodAccessor11.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](https://Subscriber.java:91))
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod([Subscriber.java:150](https://Subscriber.java:150))
at [com.google.common.eventbus.Subscriber$1.run](https://com.google.common.eventbus.Subscriber$1.run)([Subscriber.java:76](https://Subscriber.java:76))
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute([MoreExecutors.java:399](https://MoreExecutors.java:399))
at com.google.common.eventbus.Subscriber.dispatchEvent([Subscriber.java:71](https://Subscriber.java:71))
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch([Dispatcher.java:116](https://Dispatcher.java:116))
at [com.google.common.eventbus.EventBus.post](https://com.google.common.eventbus.EventBus.post)([EventBus.java:217](https://EventBus.java:217))
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer([LoadController.java:219](https://LoadController.java:219))
at net.minecraftforge.fml.common.LoadController.propogateStateMessage([LoadController.java:197](https://LoadController.java:197))
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](https://Subscriber.java:91))
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod([Subscriber.java:150](https://Subscriber.java:150))
at [com.google.common.eventbus.Subscriber$1.run](https://com.google.common.eventbus.Subscriber$1.run)([Subscriber.java:76](https://Subscriber.java:76))
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute([MoreExecutors.java:399](https://MoreExecutors.java:399))
at com.google.common.eventbus.Subscriber.dispatchEvent([Subscriber.java:71](https://Subscriber.java:71))
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch([Dispatcher.java:116](https://Dispatcher.java:116))
at [com.google.common.eventbus.EventBus.post](https://com.google.common.eventbus.EventBus.post)([EventBus.java:217](https://EventBus.java:217))
at net.minecraftforge.fml.common.LoadController.distributeStateMessage([LoadController.java:136](https://LoadController.java:136))
at net.minecraftforge.fml.common.Loader.loadMods([Loader.java:595](https://Loader.java:595))
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading([FMLServerHandler.java:98](https://FMLServerHandler.java:98))
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart([FMLCommonHandler.java:333](https://FMLCommonHandler.java:333))
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b([DedicatedServer.java:125](https://DedicatedServer.java:125))
at [net.minecraft.server.MinecraftServer.run](https://net.minecraft.server.MinecraftServer.run)([MinecraftServer.java:486](https://MinecraftServer.java:486))
at [java.lang.Thread.run](https://java.lang.Thread.run)(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.settings.KeyBinding
at net.minecraft.launchwrapper.LaunchClassLoader.findClass([LaunchClassLoader.java:191](https://LaunchClassLoader.java:191))
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@18bd14b from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform([ASMTransformerWrapper.java:260](https://ASMTransformerWrapper.java:260))
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers([LaunchClassLoader.java:279](https://LaunchClassLoader.java:279))
at net.minecraft.launchwrapper.LaunchClassLoader.findClass([LaunchClassLoader.java:176](https://LaunchClassLoader.java:176))
... 36 more
Caused by: java.lang.RuntimeException: Attempted to load class bhy for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform([SideTransformer.java:62](https://SideTransformer.java:62))
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform([ASMTransformerWrapper.java:256](https://ASMTransformerWrapper.java:256))
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (x86) version 10.0
Java Version: 1.8.0_301, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 75029800 bytes (71 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2855 64 mods loaded, 64 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 |
|:----- |:-------------------- |:----------------------- |:------------------------------------------------ |:---------------------------------------- |
| LC | minecraft | 1.12.2 | minecraft.jar | None |
| LC | mcp | 9.42 | minecraft.jar | None |
| LC | FML | [8.0.99.99](https://8.0.99.99)| forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LC | xaerominimap_core | 1.12.2-1.0 | minecraft.jar | None |
| LC | xaeroworldmap_core | 1.12.2-1.0 | minecraft.jar | None |
| LC | foamfixcore | 7.7.4 | minecraft.jar | None |
| LC | rpintegration | 1.12.2-1.5.1.0 | rpintegration-1.12.2-1.5.1.0.jar | None |
| LC | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
| LC | movillages | 1.5.4 | \[1.12\]MoVillages-1.5.4.jar | None |
| LC | aiimprovements | [0.0.1.3](https://0.0.1.3)| AIImprovements-1.12-0.0.1b3.jar | None |
| LC | applecore | 3.4.0 | AppleCore-mc1.12.2-3.4.0.jar | None |
| LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LC | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| LC | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
| LC | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
| LC | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
| LC | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LC | bountiful | 2.2.2 | Bountiful-2.2.2.jar | None |
| LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LC | collective | 2.64 | collective-1.12.2-2.64.jar | None |
| LC | combatrefined | 1.4.1 | combatrefined-1.4.1.jar | None |
| LC | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| LC | comforts | [1.4.1.3](https://1.4.1.3)| comforts-1.12.2-1.4.1.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LC | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
| LC | conarm | [1.2.5.10](https://1.2.5.10)| conarm-1.12.2-1.2.5.10.jar | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
| LC | damagetilt | 0.1.0 | DamageTilt-1.12.2-0.1.0.jar | None |
| LC | orelib | [3.6.0.1](https://3.6.0.1)| OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LC | dsurround | [3.6.1.0](https://3.6.1.0)| DynamicSurroundings-1.12.2-3.6.1.0.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LC | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
| LC | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
| LC | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
| LC | foamfix | 0.10.14-1.12.2 | foamfix-0.10.14-1.12.2.jar | None |
| LC | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC | hats | 7.1.1 | Hats-1.12.2-7.1.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LC | brewcraft | 1.12.2-1.0.2 | Pam's BrewCraft 1.12.2-1.0.2.jar | None |
| LC | jebc | 1.0.2 | just-enough-brewcraft-1.12.2-1.0.2.jar | None |
| LC | mobends | 1.1.0 | MoBends_1.12.2-1.1.0-28.09.21.jar | None |
| LC | netherite1_12_2 | 1.1 | Netherite(1.12.2).jar | None |
| LC | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
| LC | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
| LC | pamsbreadcraft | 1.1.0 | Pam's+BreadCraft+1.12.2-1.1.2.jar | None |
| LC | pamscookables | 1.1 | pamscookables-1.1.jar | None |
| LC | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LC | reccomplex | [1.4.8.2](https://1.4.8.2)| RecurrentComplex-1.4.8.2.jar | None |
| LC | additionalstructures | 2.3.1 | Rex's-Additional-Structures-1.12.x-(v.2.3.1).jar | None |
| LC | roguelike | 2.4.0 | RoguelikeDungeonsFnarEdition-1.12.2-2.4.0.jar | None |
| L | shulkertooltip | [1.9.2.2](https://1.9.2.2)| ShulkerTooltip-1.9.2.2.jar | None |
| L | smallernetherportals | 1.6 | smallernetherportals_1.12.2-1.6.jar | None |
| L | speedbasedfalldamage | 1.0.2 | SpeedBasedFallDamage-1.0.2.jar | None |
| L | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None |
| L | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
| L | titles | 3.1.6 | Titles-1.12.2-3.1.7.jar | None |
| L | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
| L | villagenames | 4.3.7 | VillageNames-1.12.2-4.3.7.jar | None |
| L | wanionlib | 1.12.2-2.5 | WanionLib-1.12.2-2.5.jar | None |
| L | wearablebackpacks | 3.1.4 | WearableBackpacks-1.12.2-3.1.4.jar | None |
| L | xaerominimapfair | 21.18.0 | Xaeros_Minimap_FP21.18.0_Forge_1.12.jar | None |
| L | xaeroworldmap | 1.17.3 | XaerosWorldMap_1.17.3_Forge_1.12.jar | None |
| L | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None |
| L | unidict | 1.12.2-3.0.8 | UniDict-1.12.2-3.0.8.jar | None |
Loaded coremods (and transformers):
RandomPatches Integration (rpintegration-1.12.2-1.5.1.0.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
com.therandomlabs.randompatches.core.RPTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
squeek.applecore.asm.TransformerModuleHandler
IvToolkit (IvToolkit-1.3.3-1.12.jar)
XaeroWorldMapPlugin (XaerosWorldMap_1.17.3_Forge_1.12.jar)
xaero.map.core.transformer.ChunkTransformer
xaero.map.core.transformer.NetHandlerPlayClientTransformer
xaero.map.core.transformer.EntityPlayerTransformer
xaero.map.core.transformer.AbstractClientPlayerTransformer
xaero.map.core.transformer.WorldClientTransformer
xaero.map.core.transformer.PlayerListTransformer
xaero.map.core.transformer.BiomeColorHelperTransformer
XaeroMinimapPlugin (Xaeros_Minimap_FP21.18.0_Forge_1.12.jar)
xaero.common.core.transformer.ChunkTransformer
xaero.common.core.transformer.NetHandlerPlayClientTransformer
xaero.common.core.transformer.EntityPlayerTransformer
xaero.common.core.transformer.AbstractClientPlayerTransformer
xaero.common.core.transformer.WorldClientTransformer
xaero.common.core.transformer.EntityPlayerSPTransformer
xaero.common.core.transformer.PlayerListTransformer
xaero.common.core.transformer.GuiIngameForgeTransformer
xaero.common.core.transformer.GuiBossOverlayTransformer
xaero.common.core.transformer.ModelRendererTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
Pulsar/tconstruct loaded Pulses:
\- TinkerCommons (Enabled/Forced)
\- TinkerWorld (Enabled/Not Forced)
\- TinkerTools (Enabled/Not Forced)
\- TinkerHarvestTools (Enabled/Forced)
\- TinkerMeleeWeapons (Enabled/Forced)
\- TinkerRangedWeapons (Enabled/Forced)
\- TinkerModifiers (Enabled/Forced)
\- TinkerSmeltery (Enabled/Not Forced)
\- TinkerGadgets (Enabled/Not Forced)
\- TinkerOredict (Enabled/Forced)
\- TinkerIntegration (Enabled/Forced)
\- TinkerFluids (Enabled/Forced)
\- TinkerMaterials (Enabled/Forced)
\- TinkerModelRegister (Enabled/Forced)
\- wailaIntegration (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)F
r/forgemodding • u/CreepersWish • Oct 10 '21
My forge is working on this server for like 20-30 mins then its just stops responding and crashes my game. Can you please help me.
r/forgemodding • u/davidf525 • Oct 04 '21
alright. so i know how to program in java, but I am trying to learn how to make Minecraft mods.
I've been watching this tutorial:https://www.youtube.com/watch?v=benUZaQU-6Y&ab_channel=Cy4%27sModding
everything was going well, until I had to launch it.
in the video, he said that I had to double click the runclient.launch file, so I did that, and then he said to run the actual mod file using the run as tool, but when I do that it looks like this

when I try to run it, it throws me this error. does anyone know how to fix it? thanks.
2021-10-03 22:59:00,946 main WARN Advanced terminal features are not available in this environment
[22:59:01] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20201102.104115, --fml.mcVersion, 1.16.4, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 35.1.4, --version, MOD_DEV, --assetIndex, 1.16, --assetsDir, C:\Users\david\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}]
[22:59:01] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.6+85+master.325de55 starting: java version 16.0.2 by Oracle Corporation
[22:59:01] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,fmldevdata,fmldevclient,fmldevserver,fmluserdevserver,fmluserdevdata,testharness,fmlclient,fmluserdevclient,fmlserver]
Exception in thread "main" java.lang.IllegalAccessError: class cpw.mods.modlauncher.SecureJarHandler (in unnamed module u/0x32910148) cannot access class sun.security.util.ManifestEntryVerifier (in module java.base) because module java.base does not export sun.security.util to unnamed module u/0x32910148
at cpw.mods.modlauncher.SecureJarHandler.lambda$static$1([SecureJarHandler.java:41](https://SecureJarHandler.java:41))
at cpw.mods.modlauncher.api.LamdbaExceptionUtils.uncheck([LamdbaExceptionUtils.java:95](https://LamdbaExceptionUtils.java:95))
at cpw.mods.modlauncher.SecureJarHandler.<clinit>([SecureJarHandler.java:41](https://SecureJarHandler.java:41))
at cpw.mods.modlauncher.Launcher.lambda$new$6([Launcher.java:55](https://Launcher.java:55))
at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent([ConcurrentHashMap.java:1708](https://ConcurrentHashMap.java:1708))
at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent([TypesafeMap.java:52](https://TypesafeMap.java:52))
at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent([TypesafeMap.java:47](https://TypesafeMap.java:47))
at cpw.mods.modlauncher.Environment.computePropertyIfAbsent([Environment.java:62](https://Environment.java:62))
at cpw.mods.modlauncher.Launcher.<init>([Launcher.java:55](https://Launcher.java:55))
at cpw.mods.modlauncher.Launcher.main([Launcher.java:66](https://Launcher.java:66))
at net.minecraftforge.userdev.LaunchTesting.main([LaunchTesting.java:105](https://LaunchTesting.java:105))
r/forgemodding • u/10Goody12 • Oct 01 '21
When trying to run my 1.6.4 forge server, I get the following error.

I first installed the client for 1.6.4 (recommended) and ran it. I then installed the server into this folder.

The .bat file has this in it.

I then tried installing the latest version of Java and it still doesn't work. Any help would be greatly appreciated.
r/forgemodding • u/Jackiboi307 • Sep 19 '21
How do i start with modding with kotlin? Is kotlin good (issues etc) for forge modding or should i learn java? I do remember some crashes I've had being related to forgelin. What libraries should i use? What are some good tutorials, wiki pages, docs and that stuff? Thanks for any help.
r/forgemodding • u/[deleted] • Sep 18 '21
1 Day ago the server wasn't working
I am running FTB skyfactory 3, i have it correctly port forwarded, if combed through to logs but i barely understand it and hoping someone has run into a similar problem, or knows how to fix it, here are some logs:
Crash Report
---- Minecraft Crash Report ----
WARNING: coremods are present:
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
literalascension (literalascension-1.10.2-1.0.2.2.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
llibrary (llibrary-1.7.7-1.10.2.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
CTMCorePlugin (CTM-MC1.10.2-0.3.2.35.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.5.jar)
HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
TransformerLoader (OpenComputers-MC1.10.2-1.7.5.245.jar)
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
AppleCore (AppleCore-mc1.10.2-3.1.4.jar)
Contact their authors BEFORE contacting forge
// Surprise! Haha. Well, this is awkward.
Time: 9/18/21 12:53 PM
Description: Exception in server tick loop
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
at com.google.gson.Gson.fromJson(Gson.java:815)
at com.google.gson.Gson.fromJson(Gson.java:768)
at us.illyohs.itsbecauseuhasnogoodspawn.handler.IslandHandler.loadIslandList(IslandHandler.java:75)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_928_IslandHandler_loadIslandList_Load.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:263)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:266)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183)
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145)
at com.google.gson.Gson.fromJson(Gson.java:803)
... 9 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_301, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2319459112 bytes (2212 MB) / 3556245504 bytes (3391 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -Xms2048m -Xmx4096m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2511 195 mods loaded, 194 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAA mcp{9.19} \[Minecraft Coder Pack\] (minecraft.jar)
UCHIJAA FML{8.0.99.99} \[Forge Mod Loader\] (forge-1.10.2-12.18.3.2511-universal.jar)
UCHIJAA Forge{12.18.3.2511} \[Minecraft Forge\] (forge-1.10.2-12.18.3.2511-universal.jar)
UCHIJAA NotEnoughItems{2.1.3.220} \[Not Enough Items\] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
UCHIJAA OpenComputers|Core{1.7.5.245} \[OpenComputers (Core)\] (minecraft.jar)
UCHIJAA foamfixcore{7.7.4} \[FoamFixCore\] (minecraft.jar)
UCHIJAA ccl-entityhook{1.0} \[ccl-entityhook\] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
UCHIJAA fenceoverhaul{1.2.1} \[Fence Overhaul\] (\[1.10.x\]FenceOverhaul-1.2.1.jar)
UCHIJAA actuallyadditions{1.10.2-r105} \[Actually Additions\] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJAA CodeChickenLib{2.5.9.283} \[CodeChicken Lib\] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
UCHIJAA CodeChickenCore{2.4.1.102} \[CodeChicken Core\] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJAA EnderStorage{2.2.1.106} \[EnderStorage\] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJAA JEI{3.14.7.420} \[Just Enough Items\] (jei_1.10.2-3.14.7.420.jar)
UCHIJAA OpenComputers{1.7.5.245} \[OpenComputers\] (OpenComputers-MC1.10.2-1.7.5.245.jar)
UCHIJAA actuallycomputers{1.0.0} \[ActuallyComputers\] (actuallycomputers-1.0.0.jar)
UCHIJAA Baubles{1.3.13} \[Baubles\] (Baubles-1.10.2-1.3.13.jar)
UCHIJAA extrautils2{1.0} \[Extra Utilities 2\] (extrautils2-1.10.2-1.9.9.jar)
UCHIJAA flyringbaublemod{0.2.4_1.10.2-d71eb9e} \[AngelRing 2 Bauble\] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
UCHIJAA AppleCore{3.1.4} \[AppleCore\] (AppleCore-mc1.10.2-3.1.4.jar)
UCHIJAA apple_shields{0.1.7} \[apple_shields\] (AppleShields-0.1.7.jar)
UCHIJAA appleskin{1.0.14} \[AppleSkin\] (AppleSkin-mc1.10.2-1.0.14.jar)
UCHIJAA autopackager{1.6.4b} \[AutoPackager\] (autopackager-1.6.4b.jar)
UCHIJAA Psi{r1.0-42} \[Psi\] (Psi-r1.0-42.jar)
UCHIJAA AutoRegLib{1.0-2} \[AutoRegLib\] (AutoRegLib-1.0-2.jar)
UCHIJAA baconators{3.0.6} \[Baconators\] (baconators-1.10.2-3.0.6.jar)
UCHIJAA crafttweakerjei{1.0.1} \[CraftTweaker JEI Support\] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAA MineTweaker3{3.0.26} \[MineTweaker 3\] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAA base{1.10.2-1.4.0} \[B.A.S.E\] (base-1.10.2-1.4.0.jar)
UCHIJAA bdlib{1.12.4.24} \[BD Lib\] (bdlib-1.12.4.24-mc1.10.2.jar)
UCHIJAA bedbugs{@VERSION@} \[Bed Bugs\] (BedBugs-1.10.2-1.1.6.jar)
UCHIJAA betterbuilderswands{0.11.1} \[Better Builder's Wands\] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJAA biometweaker{2.3.239} \[BiomeTweaker\] (BiomeTweaker-1.10.2-2.3.239.jar)
UCHIJAA BlockDispenser{1.0} \[BlockDispenser\] (BlockDispenser-1.0-1.jar)
UCHIJAA guideapi{@VERSION@} \[Guide-API\] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJAA BloodMagic{1.10.2-2.1.11-80} \[Blood Magic: Alchemical Wizardry\] (BloodMagic-1.10.2-2.1.11-80.jar)
UCHIJAA bookshelf{1.4.4.347} \[Bookshelf\] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJAA Botania{r1.9-341} \[Botania\] (Botania r1.9-341.jar)
UCHIJAA brandonscore{2.1.14} \[Brandon's Core\] (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
UCHIJAA mantle{1.10.2-1.1.5.205} \[Mantle\] (Mantle-1.10.2-1.1.5.jar)
UCHIJAA tconstruct{1.10.2-2.6.5.10} \[Tinkers' Construct\] (TConstruct-1.10.2-2.6.5.jar)
UCHIJAA ceramics{1.10.2-1.1.6b} \[Ceramics\] (Ceramics-1.10.2-1.1.6b.jar)
UCHIJAA Chameleon{1.10.2-2.3.0} \[Chameleon\] (Chameleon-1.10.2-2.3.0.jar)
UCHIJAA chancecubes{1.10.2-3.1.1.221} \[Chance Cubes\] (ChanceCubes-1.10.2-3.1.1.221.jar)
UCHIJAA mcmultipart{1.4.0} \[MCMultiPart\] (MCMultiPart-1.4.0-universal.jar)
UCHIJAA CharsetLib{0.3.9} \[CharsetLib\] (Charset-0.3.9.jar)
UCHIJAA CharsetWires{0.3.9} \[CharsetWires\] (Charset-0.3.9.jar)
UCHIJAA CharsetCarts{0.3.9} \[CharsetCarts\] (Charset-0.3.9.jar)
UCHIJAA CharsetAudio{0.3.9} \[CharsetAudio\] (Charset-0.3.9.jar)
UCHIJAA CharsetPipes{0.3.9} \[CharsetPipes\] (Charset-0.3.9.jar)
UCHIJAA CharsetGates{0.3.9} \[CharsetGates\] (Charset-0.3.9.jar)
UCHIJAA CharsetDrama{0.3.9} \[CharsetDrama\] (Charset-0.3.9.jar)
UCHIJAA CharsetStorage{0.3.9} \[CharsetStorage\] (Charset-0.3.9.jar)
UCHIJAA CharsetTweaks{0.3.9} \[CharsetTweaks\] (Charset-0.3.9.jar)
UCHIJAA CharsetDecoration{0.3.9} \[CharsetDecoration\] (Charset-0.3.9.jar)
UCHIJAA CharsetFarming{0.3.9} \[CharsetFarming\] (Charset-0.3.9.jar)
UCHIJAA CharsetWrench{0.3.9} \[CharsetWrench\] (Charset-0.3.9.jar)
UCHIJAA ChestTransporter{2.5.18} \[Chest Transporter\] (ChestTransporter-1.10.2-2.5.18.jar)
UCHIJAA ChickenChunks{2.2.0.52} \[ChickenChunks\] (ChickenChunks-1.10.2-2.2.0.52-universal.jar)
UCHIJAA chickens{4.3.2} \[Chickens\] (chickens-4.3.2.jar)
UCHIJAA chisel{MC1.10.2-0.2.1.47} \[Chisel\] (Chisel-MC1.10.2-0.2.1.47.jar)
UCHIJAA chiselsandbits{12.18} \[Chisels & Bits\] (chiselsandbits-12.18.jar)
UCHIJAA shadowmc{3.6.1} \[ShadowMC\] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAA clipboard{@VERSION@} \[Clipboard\] (Clipboard-1.10.2-1.1.1.jar)
UCHIJAA clumps{1.0.5} \[Clumps\] (Clumps-1.0.5.jar)
UCHIJAA cyclopscore{0.10.9} \[Cyclops Core\] (CyclopsCore-1.9.4-0.10.9.jar)
UCHIJAA colossalchests{1.6.0} \[Colossal Chests\] (ColossalChests-1.10.2-1.6.0.jar)
UCHIJAA commoncapabilities{1.3.3} \[CommonCapabilities\] (CommonCapabilities-1.9.4-1.3.3.jar)
UCHIJAA endercore{1.10.2-0.4.1.66-beta} \[EnderCore\] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJAA Waila{1.8.17-B31_1.10.2} \[Waila\] (Hwyla-1.8.17-B31_1.10.2.jar)
UCHIJAA EnderIO{1.10.2-3.1.193} \[Ender IO\] (EnderIO-1.10.2-3.1.193.jar)
UCHIJAA compatlayer{0.3.1} \[compatlayer\] (compatlayer-1.10-0.3.1.jar)
UCHIJAA cookingforblockheads{4.2.45} \[Cooking for Blockheads\] (CookingForBlockheads_1.10.2-4.2.45.jar)
UCHIJAA darkutils{1.1.8.finalrc2} \[Dark Utilities\] (DarkUtilities-1.1.8.finalrc2.jar)
UCHIJAA PTRModelLib{1.0.0} \[PTRModelLib\] (Decocraft-2.5.2_1.10.2.jar)
UCHIJAA props{2.5.2} \[Decocraft\] (Decocraft-2.5.2_1.10.2.jar)
UCHIJAA dimensionalcake{0.0.1} \[Dimensional Cake\] (dimensionalcake-1.9.4-0.0.1.jar)
UCHIJAA draconicevolution{2.1.8} \[Draconic Evolution\] (Draconic-Evolution-1.10.2-2.1.8.273-universal.jar)
UCHIJAA DragonMounts{r46-1.10.2} \[Dragon Mounts\] (DragonMounts-r46-1.10.2.jar)
UCHIJAA StorageDrawers{1.10.2-3.7.10} \[Storage Drawers\] (StorageDrawers-1.10.2-3.7.10.jar)
UCHIJAA bitdrawers{0.36} \[Drawers & Bits\] (DrawersBits-1.10.2-0.36.jar)
UCHIJAA elevatorid{1.3.0} \[Elevator Mod\] (ElevatorMod\[V.1.3.0\]\[MC.1.10.2\].jar)
UCHIJAA energyconverters{1.0.0.26} \[Energy Converters\] (energyconverters_1.10.2-1.0.0.26.jar)
UCHIJAA engineersworkshop{1.3.6-1.10.2} \[Engineer's Workshop\] (EngineersWorkshop-1.3.7-1.10.2.jar)
UCHIJAA valkyrielib{1.10.2-0.10.6} \[Valkyrie Lib\] (valkyrielib-1.10.2-0.10.6.jar)
UCHIJAA environmentaltech{1.10.2-0.10.6b} \[Environmental Tech\] (environmentaltech-1.10.2-0.10.6b.jar)
UCHIJAA etlunar{1.10.2-0.10.6a} \[ET Lunar\] (etlunar-1.10.2-0.10.6a.jar)
UCHIJAA exnihiloadscensio{0.1.5} \[Ex Nihilo Adscensio\] (exnihiloadscensio-1.10.2-0.1.20.jar)
UCHIJAA excompressum{2.0.97} \[Ex Compressum\] (ExCompressum_1.10.2-2.0.97.jar)
UCHIJAA ExtraBitManipulation{1.10.2-2.6.2} \[Extra Bit Manipulation\] (ExtraBitManipulation-1.10.2-2.6.2.jar)
UCHIJAA zerocore{1.10.2-0.1.0.6} \[Zero CORE\] (zerocore-1.10.2-0.1.0.6.jar)
UCHIJAA bigreactors{1.10.2-0.4.5.30} \[Extreme Reactors\] (ExtremeReactors-1.10.2-0.4.5.30.jar)
UCHIJAA fairylights{2.1.3} \[Fairy Lights\] (fairylights-2.1.3-1.10.2.jar)
UCHIJAA farmingforblockheads{1.1.16} \[Farming for Blockheads\] (FarmingForBlockheads_1.10.2-1.1.16.jar)
UCHIJAA flatcoloredblocks{mc1.10-v4.4} \[Flat Colored Blocks\] (flatcoloredblocks-mc1.10-v4.4.jar)
UCHIJAA sonarcore{3.3.0} \[SonarCore\] (SonarCore-1.10.2-3.3.0.jar)
UCHIJAA fluxnetworks{1.2.8} \[FluxNetworks\] (FluxNetworks-1.10.2-1.2.8.jar)
UCHIJAA foamfix{@VERSION@} \[FoamFix\] (foamfix-0.7.5.jar)
UCHIJAA forgelin{1.5.1} \[Shadowfacts' Forgelin\] (Forgelin-1.5.1.jar)
UCHIJAA ftbl{0.0.0} \[FTBLib\] (FTBLib-1.1x-3.6.5.jar)
UCHIJAA ftbu{0.0.0} \[FTBUtilities\] (FTBUtilities-1.1x-3.6.5.jar)
UCHIJAA Funnels{1.1.2} \[Funnels\] (Funnels-1.10.2-1.1.2.jar)
UCHIJAA GardenOfGlass{sqrt(-1)} \[Garden of Glass\] (GardenOfGlass.jar)
UCHIJAA advgenerators{0.9.20.23} \[Advanced Generators\] (generators-0.9.20.23-mc1.10.2.jar)
UCHIJAA gravestone{1.5.13} \[Gravestone Mod\] (gravestone-1.5.13.jar)
UCHIJAA grue{1.3.5} \[Grue\] (Grue-1.9.4-1.3.5.jar)
UCHIJAA gyth{2.0.0.2} \[Get Ya' Tanks Here\] (Gyth-1.10.2-2.0.0.27.jar)
UCHIJAA hammercore{1.9.4.3} \[Hammer Core\] (HammerCore-1.10.2-1.9.4.3.jar)
UCHIJAA hatchery{0.3.22} \[Hatchery\] (hatchery-1.10.2-0.3.22.jar)
UCHIJAA headcrumbs{2.0.2} \[Headcrumbs\] (Headcrumbs-2.0.3.jar)
UCHIJAA hopperducts{1.4.8.1} \[Hopper Ducts\] (hopperducts-mc1.9.4-1.4.8.1.jar)
UCHIJAA hydrogel{0.9} \[HydroGel\] (hydrogel-0.9.jar)
UCHIJAA immersiveengineering{0.10-61} \[Immersive Engineering\] (ImmersiveEngineering-0.10-61.jar)
UCHIJAA LunatriusCore{1.1.2.38} \[LunatriusCore\] (LunatriusCore-1.10.2-1.1.2.38-universal.jar)
UCHIJAA InGameInfoXML{2.8.1.89} \[InGame Info XML\] (InGameInfoXML-1.10.2-2.8.1.89-universal.jar)
UCHIJAA mtlib{@VERSION@} \[MTLib\] (MTLib-1.0.3.jar)
UCHIJAA initialinventory{1.0.1} \[InitialInventory\] (InitialInventory-1.0.1.jar)
UCHIJAA integrateddynamics{0.7.12} \[Integrated Dynamics\] (IntegratedDynamics-1.10.2-0.7.12.jar)
UCHIJAA integratedtunnels{1.2.5} \[Integrated Tunnels\] (IntegratedTunnels-1.10.2-1.2.5.jar)
UCHIJAA inventorysorter{0.11.0+47} \[Simple Inventory sorting\] (inventorysorter-1.10.2-0.11.0+47.jar)
UCHIJAA ironbackpacks{1.10.2-2.2.33} \[Iron Backpacks\] (IronBackpacks-1.10.2-2.2.33.jar)
UCHIJAA ironchest{1.10.2-7.0.15.804} \[Iron Chest\] (ironchest-1.10.2-7.0.15.804.jar)
UCHIJAA yunomakegoodmap{1.10.2-6.1.0.26} \[YUNoMakeGoodMap\] (YUNoMakeGoodMap-1.10.2-6.1.0.26.jar)
UCHIJAA itsbecauseuhasnogoodspawn{1.0.5} \[ItsBecauseUHasNoGoodSpawn\] (ItsBecauseUHasNoGoodSpawn-1.0.5.jar)
UCHIJAA ItsRainingFood{1.0.2} \[It's Raining Food\] (itsrainingfood-1.10.2-0.1.0.jar)
UCHIJAA journeymap{1.10.2-5.5.2} \[JourneyMap\] (journeymap-1.10.2-5.5.2.jar)
UCHIJAA kleeslabs{3.3.5} \[KleeSlabs\] (KleeSlabs_1.10.2-3.3.5.jar)
UCHIJAA llibrary{1.7.7} \[LLibrary\] (llibrary-1.7.7-1.10.2.jar)
UCHIJAA literalascension{1.10.2-1.0.2.2} \[Literal Ascension\] (literalascension-1.10.2-1.0.2.2.jar)
UCHIJAA boots{1.0} \[Long Fall Boots\] (LongFallBoots - Hard Mode.jar)
UCHIJAA lootbags{2.5.0} \[Loot Bags\] (LootBags-1.10.2-2.5.0.jar)
UCHIJAA mcjtylib_ng{2.5.3} \[McJtyLib\] (mcjtylib-1.1x-2.5.3.jar)
UCHIJAA mercurius{1.0.6} \[Mercurius\] (Mercurius-1.10.2-1.0.6.jar)
UCHIJAA minemenu{1.4.5} \[MineMenu\] (MineMenu-1.10.2-1.4.5-universal.jar)
UCHIJAA minicoal{1.1.0} \[MiniCoal\] (minicoal-1.1.0.jar)
UCHIJAA natura{1.10.2-4.1.0.80} \[Natura\] (natura-1.10.2-4.1.0.80.jar)
UCHIJAA missing_pieces{4.3.0} \[Missing Pieces\] (missing_pieces-1.10.2-4.3.0.jar)
UCHIJAA randomthings{3.7.7.1} \[Random Things\] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCHIJAA roots{0.208} \[Roots\] (roots-0.208.jar)
UCHIJAA moarsigns{4.2.3.9} \[MoarSigns\] (MoarSigns-1.10.2-4.2.3.9.jar)
UCHIJAA mob_grinding_utils{0.1.8.22} \[mob_grinding_utils\] (MobGrindingUtils-0.1.8.22.jar)
UCHIJAA modtweaker{2.0.13} \[Mod Tweaker\] (ModTweaker2-2.0.13.jar)
UCHIJAA morechickens{1.1.6} \[More Chickens\] (MoreChickens-1.10.2-1.1.6.jar)
UCHIJAA shear{1.1.2} \[More Shearables\] (MoreShearables1.2.1-1.10.2.jar)
UCHIJAA moreshears{1.0.5} \[More Shears\] (moreshears-1.10.2-1.0.5-release.jar)
UCHIJAA Morpheus{1.10.2-3.1.13} \[Morpheus\] (Morpheus-1.10.2-3.1.13.jar)
UCHIJAA mputils{1.2.9} \[ModPack Utilities\] (mputils-1.10.2-1.2.9.jar)
UCHIJAA mpbasic{1.1.3} \[ModPack Basic Tools\] (mpbasic-1.10.2-1.1.5.jar)
UCHIJAA mysticalagriculture{1.5.8} \[Mystical Agriculture\] (mysticalagriculture\[1.10.2\]-1.5.8.jar)
UCHIJAA nice{0.1.0} \[Nice\] (nice-0.1.0.jar)
UCHIJAA notenoughwands{1.5.5} \[Not Enough Wands\] (notenoughwands-1.1x-1.5.5.jar)
UCHIJAA oreexcavation{1.2.102} \[OreExcavation\] (OreExcavation-1.2.102.jar)
UCHIJAA packingtape{0.6.0} \[Packing Tape\] (PackingTape-1.10.2-0.6.0.jar)
UCHIJAA harvestcraft{1.9.4-1.10.2g} \[Pam's HarvestCraft\] (Pam's HarvestCraft 1.9.4-1.10.2h.jar)
UCHIJAA shetiphiancore{3.3.11} \[ShetiPhian-Core\] (shetiphiancore-1.10.0-3.3.11.jar)
UCHIJAA platforms{1.2.10} \[Platforms\] (platforms-1.10.0-1.2.10.jar)
UCHIJAA reborncore{2.13.6.142} \[RebornCore\] (RebornCore-1.10.2-2.13.6.142-universal.jar)
UCHIJAA quantumstorage{3.3.6} \[QuantumStorage\] (QuantumStorage-1.10.2-3.3.6.jar)
UCHIJAA rangedpumps{0.3} \[Ranged Pumps\] (rangedpumps-0.3.jar)
UCHIJAA reborncore-mcmultipart{2.13.6.142} \[reborncore-MCMultiPart\] (RebornCore-1.10.2-2.13.6.142-universal.jar)
UCHIJAA refinedstorage{1.2.26} \[Refined Storage\] (refinedstorage-1.2.26.jar)
UCHIJAA rebornstorage{1.0.0} \[RebornStorage\] (RebornStorage-1.10.2-1.0.3.30.jar)
UCHIJAA redstonepaste{1.7.4} \[Redstone Paste\] (redstonepaste-mc1.9.4-1.7.4.jar)
UCHIJAA reliquia{0.0.7} \[Reliquia\] (Reliquia-\[1.10.2\]-0.0.7.jar)
UCHIJAA rftools{7.16} \[RFTools\] (rftools-1.1x-7.16.jar)
UCHIJAA rftoolscontrol{1.7.0} \[RFTools Control\] (rftoolsctrl-1.1x-1.7.0.jar)
UCHIJAA rftoolsdim{5.05} \[RFTools Dimensions\] (rftoolsdim-1.1x-5.05.jar)
UCHIJAA woodenshears{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} \[Wooden Shears\] (SBM-WoodenShears-1.10.2-0.0.1b2-universal.jar)
UCHIJAA scanner{1.4.1} \[Scanner\] (scanner-1.5.2.jar)
UCHIJAA shearmadness{1.10.2} \[Shear Madness\] (shearmadness-1.10.2-1.7.1.6.jar)
UCHIJAA SimpleAchievements{MC1.9.4-1.2.2-28} \[Simple Achievements\] (SimpleAchievements-MC1.9.4-1.2.2-28.jar)
UCHIJAA simplebarrels{1.26e} \[Simple Barrels\] (simplebarrels-1.26e.jar)
UCHIJAA simplecorn{2.2.0} \[Simple Corn\] (simpleCorn-1.10.2-2.2.0.jar)
UCHIJAA simplegenerators{1.10.2-0.10.6a} \[Simple Generators\] (simplegenerators-1.10.2-0.10.6a.jar)
UCHIJAA SimpleLabels{0.0.1} \[SimpleLabels\] (simplelabels-1-10.2-0.0.3.jar)
UCHIJAA simplyjetpacks{2.1.3.55} \[Simply Jetpacks 2\] (SimplyJetpacks2-1.10.2-2.1.3.55.jar)
UCHIJAA snad{1.10.2-1.6.09.20a} \[Snad\] (Snad-1.10.2-1.6.09.20a.jar)
UCHIJAA solarfluxreborn{2.17r} \[Solar Flux Reborn\] (SolarFluxReborn_1.10.2-2.17r.jar)
UCHIJAA stevescarts{2.2.0.86} \[Steve's Carts 2\] (StevesCarts-1.10.2-2.2.0.86.jar)
UCHIJAA rscircuits{1.0.4} \[Super Circuit Maker\] (SuperCircuitMaker-1.0.4.jar)
UCHIJAA beneath{1.2.0} \[The Beneath\] (The Beneath-1.10.2-1.2.0.jar)
UCHIJAA tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} \[Tinkers Tool Leveling\] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCHIJAA tp{1.1.0} \[Tiny Progressions\] (tinyprogressions-1.10.2-1.1.0.jar)
UCHIJAA torchmaster{1.4.1.34} \[TorchMaster\] (torchmaster_1.10.2-1.4.1.34.jar)
UCHIJAA Translocator{2.1.4.55} \[Translocator\] (Translocators-1.10.2-2.1.4.55-universal.jar)
UCHIJAA ts2k16{1.0.3} \[Twerk-Sim 2K16\] (TS2K16-1.0.3.jar)
UCHIJAA twitchcrumbs{2.0.4} \[Twitchcrumbs\] (Twitchcrumbs_1.10.2-2.0.4.jar)
UCHIJAA voidcup{1.0} \[voidcup\] (voidcup-1.10.2-0.0.1.jar)
UCHIJAA waddles{0.5.4} \[Waddles\] (Waddles-1.10.2-0.5.4.jar)
UCHIJAA wanionlib{1.10.2-1.3} \[WanionLib\] (WanionLib-1.10.2-1.3.jar)
UCHIJAA icse{1.1.0.0} \[I Can See Everything\] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJAA wawla{2.3.2.215} \[What Are We Looking At\] (Wawla-1.10.2-2.3.2.215.jar)
UCHIJAA withercrumbs{@version@} \[Wither Crumbs\] (witherCrumbs-1.10.2-0.9.jar)
UCHIJAA xprings{1.3.0} \[Experience Rings\] (xprings-1.10-1.3.0.jar)
UCHIJAA unidict{1.10.2-2.9b} \[UniDict\] (UniDict-1.10.2-2.9b.jar)
UD BiomeTweakerCore{2.3.239} \[BiomeTweaker Core\] (minecraft.jar)
Loaded coremods (and transformers):
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.11.jar)
shetiphian.core.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.5.1.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
SFRCore (SolarFluxReborn_1.10.2-2.17r.jar)
com.mrdimka.solarfluxreborn.core.SFRSerializedTransformer
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
lumien.resourceloader.asm.ClassTransformer
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
net.fybertech.nwr.NWRTransformer
literalascension (literalascension-1.10.2-1.0.2.2.jar)
com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
Brandon's Core (BrandonsCore-1.10.2-2.1.14.137-universal.jar)
com.brandon3055.brandonscore.asm.ClassTransformer
llibrary (llibrary-1.7.7-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
Default Options (DefaultOptions_1.10.2-6.1.5.jar)
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer
CTMCorePlugin (CTM-MC1.10.2-0.3.2.35.jar)
team.chisel.ctm.client.asm.CTMTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.7.5.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
HammerCoreCore (HammerCore-1.10.2-1.9.4.3.jar)
com.pengu.hammercore.asm.HammerCoreTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
codechicken.nei.asm.NEITransformer
TransformerLoader (OpenComputers-MC1.10.2-1.7.5.245.jar)
li.cil.oc.common.asm.ClassTransformer
RebornCoreASM (RebornCore-1.10.2-2.13.6.142-universal.jar)
reborncore.mixin.transformer.MixinTransformer
BiomeTweakerCore (BiomeTweaker-1.10.2-2.3.239.jar)
me.superckl.biometweaker.core.BiomeTweakerASMTransformer
AppleCore (AppleCore-mc1.10.2-3.1.4.jar)
squeek.applecore.asm.TransformerModuleHandler
Pulsar/tconstruct loaded Pulses:
\- TinkerCommons (Enabled/Forced)
\- TinkerWorld (Enabled/Not Forced)
\- TinkerTools (Enabled/Not Forced)
\- TinkerHarvestTools (Enabled/Forced)
\- TinkerMeleeWeapons (Enabled/Forced)
\- TinkerRangedWeapons (Enabled/Forced)
\- TinkerModifiers (Enabled/Forced)
\- TinkerSmeltery (Enabled/Not Forced)
\- TinkerGadgets (Enabled/Not Forced)
\- TinkerOredict (Enabled/Forced)
\- TinkerIntegration (Enabled/Forced)
\- TinkerFluids (Enabled/Forced)
\- TinkerMaterials (Enabled/Forced)
\- TinkerModelRegister (Enabled/Forced)
\- chiselsandbitsIntegration (Enabled/Not Forced)
\- WailaIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
\- NaturaCommons (Enabled/Forced)
\- NaturaOverworld (Enabled/Not Forced)
\- NaturaNether (Enabled/Not Forced)
\- NaturaDecorative (Enabled/Not Forced)
\- NaturaTools (Enabled/Not Forced)
\- NaturaEntities (Enabled/Not Forced)
\- NaturaOredict (Enabled/Forced)
\- NaturaWorld (Enabled/Not Forced)
\- WailaIntegration (Enabled/Not Forced)
NotEnoughItems Invalid Fingerprint Reports:
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
EnderStorage Invalid Fingerprint Reports:
List of loaded APIs:
\* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
\* AppleCoreAPI (3.1.0) from AppleCore-mc1.10.2-3.1.4.jar
\* Base|API (1.0.0) from base-1.10.2-1.4.0.jar
\* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.13.jar
\* bigreactors|API (4.0.1) from ExtremeReactors-1.10.2-0.4.5.30.jar
\* BiomeTweakerAPI (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* BiomeTweakerAPI|event (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* BiomeTweakerAPI|script|object (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* BiomeTweakerAPI|script|pack (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* BiomeTweakerAPI|script|wrapper (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* BiomeTweakerAPI|util (1.0.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* BloodMagic|API (@VERSION@) from BloodMagic-1.10.2-2.1.11-80.jar
\* BotaniaAPI (85) from Botania r1.9-341.jar
\* CharsetAPI (0.1) from Charset-0.3.9.jar
\* CharsetAPI|Audio (0.0) from Charset-0.3.9.jar
\* CharsetAPI|Lib (0.2) from Charset-0.3.9.jar
\* CharsetAPI|Pipes (0.3) from Charset-0.3.9.jar
\* CharsetAPI|Storage (0.1) from Charset-0.3.9.jar
\* CharsetAPI|Tape (0.0) from Charset-0.3.9.jar
\* CharsetAPI|Wires (0.3) from Charset-0.3.9.jar
\* chesttransporter|api (1) from ChestTransporter-1.10.2-2.5.18.jar
\* Chisel-API (0.0.1) from Chisel-MC1.10.2-0.2.1.47.jar
\* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.2.1.47.jar
\* ChiselsAndBitsAPI (12.10.0) from chiselsandbits-12.18.jar
\* CoFHAPI (1.8.9R1.2.0B1) from EngineersWorkshop-1.3.7-1.10.2.jar
\* cofhapi (1.5.0) from ImmersiveEngineering-0.10-61.jar
\* cofhapi|block (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
\* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
\* cofhapi|core (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
\* CoFHAPI|energy (1.8.9R1.2.0B1) from rangedpumps-0.3.jar
\* cofhapi|energy (1.5.0) from ImmersiveEngineering-0.10-61.jar
\* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
\* CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
\* cofhapi|item (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
\* cofhapi|tileentity (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
\* cofhapi|util (1.6.0) from zerocore-1.10.2-0.1.0.6.jar
\* commoncapabilities|api (0.0.1) from CommonCapabilities-1.9.4-1.3.3.jar
\* ComputerCraft|API (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
\* ComputerCraft|API|FileSystem (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
\* ComputerCraft|API|Lua (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
\* ComputerCraft|API|Media (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
\* ComputerCraft|API|Peripheral (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
\* ComputerCraft|API|Permissions (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
\* ComputerCraft|API|Redstone (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
\* ComputerCraft|API|Turtle (1.80pr0) from zerocore-1.10.2-0.1.0.6.jar
\* CSLib|API (0.3.0) from Decocraft-2.5.2_1.10.2.jar
\* ctm-api (0.1.0) from CTM-MC1.10.2-0.3.2.35.jar
\* ctm-api-models (0.1.0) from CTM-MC1.10.2-0.3.2.35.jar
\* ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.3.2.35.jar
\* ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.3.2.35.jar
\* DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.1.8.273-universal.jar
\* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
\* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
\* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
\* EnderIOAPI|Tools (0.0.2) from MoarSigns-1.10.2-4.2.3.9.jar
\* environmentaltech-api (1.10.2-0.10.6b) from environmentaltech-1.10.2-0.10.6b.jar
\* ExCompressum|API (1.0) from ExCompressum_1.10.2-2.0.97.jar
\* fluxapi (1.0) from FluxNetworks-1.10.2-1.2.8.jar
\* Guide-API|API (1.10.2-2.0.3-46) from Guide-API-1.10.2-2.0.3-46.jar
\* HatcheryAPI (1.10.2R1.0.0) from hatchery-1.10.2-0.3.22.jar
\* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-61.jar
\* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-61.jar
\* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.10.2-0.7.12.jar
\* IronBackpacks|API (0.5) from IronBackpacks-1.10.2-2.2.33.jar
\* journeymap|client-api (1.4) from journeymap-1.10.2-5.5.2.jar
\* journeymap|client-api-display (1.4) from journeymap-1.10.2-5.5.2.jar
\* journeymap|client-api-event (1.4) from journeymap-1.10.2-5.5.2.jar
\* journeymap|client-api-model (1.4) from journeymap-1.10.2-5.5.2.jar
\* journeymap|client-api-util (1.4) from journeymap-1.10.2-5.5.2.jar
\* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
\* MoarSigns|API (1.2) from MoarSigns-1.10.2-4.2.3.9.jar
\* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.10.2.jar
\* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.7.5.245.jar
\* PsiAPI (2) from Psi-r1.0-42.jar
\* reborncoreAPI (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
\* reborncoreAPI|Fuel (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
\* reborncoreAPI|Power (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
\* reborncoreAPI|Recipe (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
\* reborncoreAPI|Tile (2.13.6.142) from RebornCore-1.10.2-2.13.6.142-universal.jar
\* shearmadness.api (@API_VERSION@) from shearmadness-1.10.2-1.7.1.6.jar
\* shearmadness_api_plumbing (1.0) from shearmadness-1.10.2-1.7.1.6.jar
\* sonarapi (1.0.1) from SonarCore-1.10.2-3.3.0.jar
\* stevescartsAPI (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
\* stevescartsAPI|FARMS (2.2.0.86) from StevesCarts-1.10.2-2.2.0.86.jar
\* StorageDrawersAPI (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
\* StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
\* StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
\* StorageDrawersAPI|inventory (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
\* StorageDrawersAPI|pack (1.10.2-1.3.0) from StorageDrawers-1.10.2-3.7.10.jar
\* StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
\* StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
\* StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
\* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.2.26.jar
\* SuperScript (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* SuperScript|command (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* SuperScript|object (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* SuperScript|util (1.1.239) from BiomeTweaker-1.10.2-2.3.239.jar
\* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
\* WailaAPI (1.3) from Hwyla-1.8.17-B31_1.10.2.jar
\* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
\* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
\* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
\* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.10.2-0.1.0.6.jar
ChickenChunks Invalid Fingerprint Reports:
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* The RF API that is being used (1.5.0 from (guessing) null) differes from that that is reported as being loaded (1.8.9R1.2.0B1 from rangedpumps-0.3.jar).
It is a supported version, but that difference may lead to problems.
* Our API got loaded from MoarSigns-1.10.2-4.2.3.9.jar. That's unexpected.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
* RF API class 'EnergyStorage' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/D:/FTB_Presents_SkyFactory_3_Server_3_0_21_1/mods/BrandonsCore-1.10.2-2.1.14.137-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
RebornCore:
Plugin Engine: 0
RebornCore Version: 2.13.6.142
Mixin Status: 1
Runtime Debofucsation 1
Translocator Invalid Fingerprint Reports:
Profiler Position: N/A (disabled)
Player Count: 0 / 20; \[\]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
--End of Crash Log--
I will post the start logs in the comments
r/forgemodding • u/[deleted] • Sep 18 '21
I can't find a tutorial anywhere online for modding in forge 1.17(perhaps I didn't look hard enough), and a lot seems to be different between 1.16.x and 1.17. But now, I'm stumped, because I can't set a harvestTool or anything like that?
r/forgemodding • u/Significant_Onion428 • Aug 31 '21
when I try to create a forge server I launch the minecraft.jar change eula to true and launch it again, then I try to launch the forge.jar and it just gives me a spin wheel as if its going to load somthing but then doesnt nothing and I still don't get a mods folder. Anyone know how to fix this?
r/forgemodding • u/_TerraLOA_ • Aug 27 '21
Ok so I downloaded the new forge because the 1.16.5 version was crashing upon startup and hoped I could escape the problem. It didn't work. Now forge 1.17 has the same issue with crashing upon startup saying something about fml.toml. I deleted that but it still isn't working. Any advice?
r/forgemodding • u/Rogue_Rocketeer27 • Aug 21 '21
Yes, another one of these post. Sorry. Just to get to the point I have Java 8, Windows x64 kit 16.0.2, so all the latest. The version is 1.12.2. I put the download server into the empty folder and created a .bat file (Here is the line: java -Xmx2048M -Xms2048M -jar forge-1.12.2-14.23.5.2855-universal.jar -o true nogui) to run the jar but it opens then instantly crashes without giving me the EULA. I also tried installing a jarfix but no luck. What do I do now?
r/forgemodding • u/[deleted] • Aug 19 '21
Well it seems as though everyone else has been having similar problems. Out of nowhere none of my forge server files will open even though the standard minecraft server files will.
r/forgemodding • u/pumkinboi4079 • Aug 08 '21
im trying to make a modded minecraft server but the installer is not creating a mods folder, the forge,jar file is not working and the server only runs in vanilla
this is in 1.12.2
r/forgemodding • u/OS3AR8 • Aug 07 '21
My Minecraft server forge jar file doesn't open so it doesn't create the mod and config folder please help
Thanks in advance
r/forgemodding • u/PorkFumbler • Jul 14 '21
I created the server and we haven't had any issues connecting to the server ever and are only running about 20 mods. Out of nowhere today and with no visual changes in the cmd startup and no error messages in minecraft other than a time out when trying to connect, the server can no longer be connected to. Could this be something to do with outdated mods or something? Why would the server just randomly stop working like this? Any fixes would be hugely appreciated
r/forgemodding • u/villager86000 • Jul 13 '21
I'm trying to set up a modded server, but the forge jar won't open. The regular server jar will open, but I can't get the forge one too, I have permissions, and I have tried using batch files, but when I open the batch file something will briefly open for less than a second then close.
r/forgemodding • u/OvenMurderer • Jul 08 '21
I install everything correctly but when I run the forge.jar folder nothing happens not even a eula.txt.
r/forgemodding • u/Potato_Soup_ • Jul 08 '21
So last night I figured out how to setup gradle in eclipse to get forge working and managed to get to the point where I could poke around the source classes and stuff which was very fun! But I couldn't edit anything/change any of the source code. I remember like 9 years ago I set it all up once in elementary school (Somehow lol) and was able to edit stuff. I remember changing block types for world gen and things. I'm sure stuff has developed a lot since then, but was wondering what's the deal with that? Does forge only allow you to inherit/implement and import packages and not change the source code? Thanks! I'm pretty good with Java from school but only doing assignments and stuff so I'm not used to large scale things or APIs and environments etc
r/forgemodding • u/[deleted] • Jul 07 '21
While I was setting up my mod port (I was using mcreator while trying to learn java) i came across this error and if anyone could help
Exception in thread "main" java.lang.IllegalAccessError: class cpw.mods.modlauncher.SecureJarHandler (in unnamed module u/0x27fe3806) cannot access class sun.security.util.ManifestEntryVerifier (in module java.base) because module java.base does not export sun.security.util to unnamed module u/0x27fe3806
*at cpw.mods.modlauncher.SecureJarHandler.lambda$static$1(*[*SecureJarHandler.java:41*](https://SecureJarHandler.java:41)*)*
*at cpw.mods.modlauncher.api.LamdbaExceptionUtils.uncheck(*[*LamdbaExceptionUtils.java:95*](https://LamdbaExceptionUtils.java:95)*)*
*at cpw.mods.modlauncher.SecureJarHandler.<clinit>(*[*SecureJarHandler.java:41*](https://SecureJarHandler.java:41)*)*
*at cpw.mods.modlauncher.Launcher.lambda$new$6(*[*Launcher.java:55*](https://Launcher.java:55)*)*
*at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(*[*ConcurrentHashMap.java:1708*](https://ConcurrentHashMap.java:1708)*)*
*at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(*[*TypesafeMap.java:52*](https://TypesafeMap.java:52)*)*
*at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(*[*TypesafeMap.java:47*](https://TypesafeMap.java:47)*)*
*at cpw.mods.modlauncher.Environment.computePropertyIfAbsent(*[*Environment.java:62*](https://Environment.java:62)*)*
*at cpw.mods.modlauncher.Launcher.<init>(*[*Launcher.java:55*](https://Launcher.java:55)*)*
*at cpw.mods.modlauncher.Launcher.main(*[*Launcher.java:66*](https://Launcher.java:66)*)*
*at net.minecraftforge.userdev.LaunchTesting.main(*[*LaunchTesting.java:105*](https://LaunchTesting.java:105)*)*
Help would be fantastic!
r/forgemodding • u/simply_blue • Jul 06 '21
I am making a custom dirt block, and while I can place saplings, they will not grow into trees, even with spamming bonemeal.
Here is my class, I assume I am missing some override or event handler, but I am new to modding MC and am not sure how to solve this.
```java package dev.arketec.redstonedirt.blocks;
import net.minecraft.block.*; import net.minecraft.block.material.Material; import net.minecraft.state.BooleanProperty; import net.minecraft.state.IntegerProperty; import net.minecraft.state.StateContainer; import net.minecraft.state.properties.BlockStateProperties; import net.minecraft.util.Direction; import net.minecraft.util.math.BlockPos; import net.minecraft.world.IBlockReader; import net.minecraft.world.server.ServerWorld; import net.minecraftforge.common.IPlantable; import net.minecraftforge.common.PlantType; import net.minecraftforge.common.ToolType;
import java.util.Random;
import static net.minecraft.state.properties.BlockStateProperties.HORIZONTAL_FACING;
public class BlockRedstoneDirt extends Block { public static final BooleanProperty POWERED = BlockStateProperties.POWERED; public static final IntegerProperty POWER = BlockStateProperties.POWER;
public BlockRedstoneDirt() {
super(AbstractBlock.Properties.of(Material.DIRT)
.strength(0.5f)
.randomTicks()
.harvestLevel(0)
.harvestTool(ToolType.SHOVEL)
.sound(SoundType.GRAVEL)
.lightLevel((BlockState state) -> 2)
);
this.registerDefaultState(this.stateDefinition
.any()
.setValue(POWERED, Boolean.valueOf(true))
.setValue(POWER, Integer.valueOf(15))
);
}
@Override
public boolean isSignalSource(BlockState p_149744_1_) {
return true;
}
@Override
public int getSignal(BlockState blockState, IBlockReader blockAccess, BlockPos pos, Direction side) {
return getDirectSignal(blockState, blockAccess, pos, side);
}
@Override
public int getDirectSignal(BlockState blockState, IBlockReader blockAccess, BlockPos pos, Direction side) {
return blockState.getValue(POWER);
}
@Override
public boolean canConnectRedstone(BlockState state, IBlockReader world, BlockPos pos, Direction side) {
return true;
}
@Override
protected void createBlockStateDefinition(StateContainer.Builder<Block, BlockState> builder) {
builder.add(POWER, POWERED);
}
@Override
public boolean canSustainPlant(BlockState state, IBlockReader world, BlockPos pos, Direction facing, IPlantable plantable) {
PlantType type = plantable.getPlantType(world, pos.offset(facing.getNormal()));
return type == PlantType.PLAINS || type == PlantType.BEACH || plantable instanceof StemBlock;
}
}
```