Skip to content

Instantly share code, notes, and snippets.

@Shadows-of-Fire
Created April 29, 2018 22:01
Show Gist options
  • Save Shadows-of-Fire/dc1693332ac74f8defebf89defb02cda to your computer and use it in GitHub Desktop.
Save Shadows-of-Fire/dc1693332ac74f8defebf89defb02cda to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-core-0.12-81.jar)
AstralCore (astralsorcery-1.12.2-1.8.9.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9-1.12.2-anarchy.jar)
LoadingPlugin (Quark-r1.4-123.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 4/29/18 5:58 PM
Description: Ticking entity
java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.func_184429_b(Lnet/minecraft/item/ItemStack;)I
at thaumcraft.common.lib.events.EntityEvents.livingDrops(EntityEvents.java:332)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_114_EntityEvents_livingDrops_LivingDropsEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.common.ForgeHooks.onLivingDrops(ForgeHooks.java:605)
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1193)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1014)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at thaumcraft.common.entities.monster.cult.EntityCultistCleric.func_70097_a(EntityCultistCleric.java:149)
at electroblob.wizardry.util.WizardryUtilities.attackEntityWithoutKnockback(WizardryUtilities.java:377)
at electroblob.wizardry.entity.living.ISummonedCreature.onLivingAttackEvent(ISummonedCreature.java:367)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_213_ISummonedCreature_onLivingAttackEvent_LivingAttackEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:571)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:848)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at thaumcraft.common.entities.monster.cult.EntityCultistCleric.func_70097_a(EntityCultistCleric.java:149)
at net.minecraft.entity.monster.EntityMob.func_70652_k(EntityMob.java:99)
at net.minecraft.entity.monster.EntityZombie.func_70652_k(EntityZombie.java:294)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_190102_a(EntityAIAttackMelee.java:178)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:167)
at net.minecraft.entity.ai.EntityAIZombieAttack.func_75246_d(SourceFile:28)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:223)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
at electroblob.wizardry.entity.living.EntityZombieMinion.func_70071_h_(EntityZombieMinion.java:87)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:748)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at thaumcraft.common.lib.events.EntityEvents.livingDrops(EntityEvents.java:332)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_114_EntityEvents_livingDrops_LivingDropsEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.common.ForgeHooks.onLivingDrops(ForgeHooks.java:605)
at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1193)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:1014)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at thaumcraft.common.entities.monster.cult.EntityCultistCleric.func_70097_a(EntityCultistCleric.java:149)
at electroblob.wizardry.util.WizardryUtilities.attackEntityWithoutKnockback(WizardryUtilities.java:377)
at electroblob.wizardry.entity.living.ISummonedCreature.onLivingAttackEvent(ISummonedCreature.java:367)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_213_ISummonedCreature_onLivingAttackEvent_LivingAttackEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:571)
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:848)
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70)
at thaumcraft.common.entities.monster.cult.EntityCultistCleric.func_70097_a(EntityCultistCleric.java:149)
at net.minecraft.entity.monster.EntityMob.func_70652_k(EntityMob.java:99)
at net.minecraft.entity.monster.EntityZombie.func_70652_k(EntityZombie.java:294)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_190102_a(EntityAIAttackMelee.java:178)
at net.minecraft.entity.ai.EntityAIAttackMelee.func_75246_d(EntityAIAttackMelee.java:167)
at net.minecraft.entity.ai.EntityAIZombieAttack.func_75246_d(SourceFile:28)
at net.minecraft.entity.ai.EntityAITasks.func_75774_a(SourceFile:129)
at net.minecraft.entity.EntityLiving.func_70626_be(EntityLiving.java:763)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2350)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
at net.minecraft.entity.monster.EntityZombie.func_70636_d(EntityZombie.java:223)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2170)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
at electroblob.wizardry.entity.living.EntityZombieMinion.func_70071_h_(EntityZombieMinion.java:87)
at net.minecraft.world.World.func_72866_a(World.java:1990)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1952)
-- Entity being ticked --
Details:
Entity Type: ebwizardry:zombie_minion (electroblob.wizardry.entity.living.EntityZombieMinion)
Entity ID: 162108
Entity Name:
Entity's Exact location: 1827.74, 66.00, -3020.11
Entity's Block location: World: (1827,66,-3021), Chunk: (at 3,4,3 in 114,-189; contains blocks 1824,0,-3024 to 1839,255,-3009), Region: (3,-6; contains chunks 96,-192 to 127,-161, blocks 1536,0,-3072 to 2047,255,-2561)
Entity's Momentum: -0.04, -0.08, -0.03
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1756)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --
Details:
Level name: world
All players: 2 total; [EntityPlayerMP['Shadows_of_Fire'/591, l='world', x=1830.72, y=66.00, z=-3033.16], EntityPlayerMP['Helofor'/122624, l='world', x=1810.71, y=55.25, z=-2981.62]]
Chunk stats: ServerChunkCache: 779 Drop: 0
Level seed: 4146204268367599225
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-28,64,252), Chunk: (at 4,4,12 in -2,15; contains blocks -32,0,240 to -17,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1150988 game time, 1161835 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 111787 (now: false), thunder time: 35882 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_152, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 268881336 bytes (256 MB) / 1113952256 bytes (1062 MB) up to 8509456384 bytes (8115 MB)
JVM Flags: 25 total; -Xms128M -Xmx8G -Xmn768m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:ParallelGCThreads=10
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.3.2676 73 mods loaded, 73 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 |
|:--------- |:------------------------ |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | ForgeMod.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.3.2676 | ForgeMod.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAA | jei | 4.9.1.168 | jei_1.12.2-4.9.1.168.jar | None |
| UCHIJAAAA | abyssalcraft | 1.9.4.8 | AbyssalCraft-1.12.2-1.9.4.8.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCHIJAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| UCHIJAAAA | aether_legacy | 1.12.2-v3.0 | aether_legacy-1.12.2-v3.0.jar | None |
| UCHIJAAAA | orbis_api | 1.12.2-1.0.0 | OrbisAPI-1.12.2-1.0.0.jar | None |
| UCHIJAAAA | aether | 1.12.2-1.0.0 | AetherII-1.12.2-1.0.0.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | astralsorcery | 1.8.9 | astralsorcery-1.12.2-1.8.9.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
| UCHIJAAAA | quark | r1.4-123 | Quark-r1.4-123.jar | None |
| UCHIJAAAA | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
| UCHIJAAAA | runesofwizardry | 1.12.2-0.8.9 | Runes-of-Wizardry-1.12.2-0.8.9.jar | None |
| UCHIJAAAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
| UCHIJAAAA | bloodmagic | 1.12.2-2.2.11-96 | BloodMagic-1.12.2-2.2.11-96.jar | None |
| UCHIJAAAA | bookshelf | 2.3.541 | Bookshelf-1.12.2-2.3.541.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | thaumcraft | 6.1.BETA11 | Thaumcraft-1.12.2-6.1.BETA11.jar | None |
| UCHIJAAAA | botania | r1.10-354 | Botania+r1.10-354.jar | None |
| UCHIJAAAA | cavern | 2.1.5 | Cavern_1.12.2-v2.1.5.jar | None |
| UCHIJAAAA | codechickenlib | 3.1.7.340 | CodeChickenLib-1.12.2-3.1.7.340-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCHIJAAAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
| UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAA | cofhcore | 4.4.1 | CoFHCore-1.12.2-4.4.1.12-universal.jar | None |
| UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
| UCHIJAAAA | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
| UCHIJAAAA | mcjtylib_ng | 2.6.7 | mcjtylib-1.12-2.6.7.jar | None |
| UCHIJAAAA | deepresonance | 1.6.0 | deepresonance-1.12-1.6.0.jar | None |
| UCHIJAAAA | earthworks | 1.3.4.3 | Earthworks-1.12-1.3.6.jar | None |
| UCHIJAAAA | ebwizardry | 4.1.1 | Electroblob's+Wizardry+-+4.1.1+-+MC+1.12.2.jar | None |
| UCHIJAAAA | erebus | 1.0.22 | Erebus-1.0.22.jar | None |
| UCHIJAAAA | extraalchemy | 0.3.8.4-release | extraalchemy-0.3.8.4-release.jar | None |
| UCHIJAAAA | fastbench | 1.3.1 | FastWorkbench-1.12.2-1.3.1.jar | None |
| UCHIJAAAA | foamfix | 0.9.9-1.12.2 | foamfix-0.9.9-1.12.2-anarchy.jar | None |
| UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| UCHIJAAAA | placebo | 1.3.3 | Placebo-1.12.2-1.3.3.jar | None |
| UCHIJAAAA | thermalfoundation | 2.4.1 | ThermalFoundation-1.12.2-2.4.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | foundry | 3.1.2.1 | Foundry-1.12.2-3.1.2.1.jar | None |
| UCHIJAAAA | huntingdim | 1.0.24 | HuntingDimension-1.12.2-1.0.24.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | waila | 1.8.24 | Hwyla-1.8.24-B39_1.12.jar | None |
| UCHIJAAAA | immersiveengineering | 0.12-81 | ImmersiveEngineering-0.12-81.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | immersivecables | 1.3.0 | ImmersiveCables-1.12.2-1.3.0.jar | None |
| UCHIJAAAA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| UCHIJAAAA | immersivetech | 1.3.7 | immersivetech-1.12-1.3.7-SevTech-Ages.jar | None |
| UCHIJAAAA | teslacorelib | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.8.11-147.jar | None |
| UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCHIJAAAA | lightorbs | 1.0 | lightorbs-Alpha+0.1.1.jar | None |
| UCHIJAAAA | magipsi | 1.3 | MagicalPsi-1.3.jar | None |
| UCHIJAAAA | mysticalwildlife | 1.1.0 | mysticalwildlife-1.12.2-1.1.0.jar | None |
| UCHIJAAAA | plants2 | 2.8.2 | Plants-1.12.2-2.8.2.jar | None |
| UCHIJAAAA | projecte | 1.12-PE1.0.0 | ProjectE-1.12-PE1.2.0.jar | None |
| UCHIJAAAA | xreliquary | 1.12.2-1.3.4.760 | Reliquary-1.12.2-1.3.4.760.jar | None |
| UCHIJAAAA | runesofwizardry_classics | 1.12.2-0.5.7 | RunesofWizardry-Classics-1.12.2-0.5.7.jar | None |
| UCHIJAAAA | rustic | 1.0.3 | rustic-1.0.3.jar | None |
| UCHIJAAAA | soulshardstow | 1.12-2.7.6-56 | SoulShards-TOW-1.12-2.7.6-56.jar | None |
| UCHIJAAAA | beneath | 1.4.1 | The+Beneath-1.12.2-1.4.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCHIJAAAA | thebetweenlands | 3.3.8 | TheBetweenlands-3.3.8-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAA | tombmanygraves | @VERSION@ | TombManyGraves-1.12-4.0.2.jar | None |
| UCHIJAAAA | traverse | 1.5.2 | Traverse-1.12.2-1.5.2-54.jar | None |
| UCHIJAAAA | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None |
| UCHIJAAAA | unlimitedchiselworks | 0.1.11 | UnlimitedChiselWorks-0.1.11.jar | None |
| UCHIJAAAA | waystones | 4.0.42 | Waystones_1.12.2-4.0.42.jar | None |
| UCHIJAAAA | witherskelefix | 2.5.0 | Wither+Skeleton+Tweaks-1.12.2-2.5.0.jar | None |
| UCHIJAAAA | teslacorelib_registries | 1.0.13 | tesla-core-lib-1.12-1.0.13.jar | None |
Loaded coremods (and transformers):
IELoadingPlugin (ImmersiveEngineering-core-0.12-81.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.9.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (Quark-r1.4-123.jar)
vazkii.quark.base.asm.ClassTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
List of loaded APIs:
* AbyssalCraftAPI (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Biome (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Block (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Caps (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Condition (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Disruption (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Energy (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Entity (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Event (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Integration (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Internal (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Item (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Necronomicon (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Recipe (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Ritual (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AbyssalCraftAPI|Spell (1.14.0) from AbyssalCraft-1.12.2-1.9.4.8.jar
* AetherAPI (v1.0.0) from aether_legacy-1.12.2-v3.0.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.0.6.25) from BetterAdvancements-1.12.2-0.0.6.25.jar
* BetterWithModsAPI (Beta 0.6) from Quark-r1.4-123.jar
* BetweenlandsAPI (1.10.0) from TheBetweenlands-3.3.8-universal.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.2.11-96.jar
* BotaniaAPI (89) from Botania+r1.10-354.jar
* cavern.api (2.1.4) from Cavern_1.12.2-v2.1.5.jar
* cavern.api.event (2.1.4) from Cavern_1.12.2-v2.1.5.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.0.31.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.16.jar
* cofhapi (2.4.1) from CoFHCore-1.12.2-4.4.1.12-universal.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* DR-API (1.0.4-Beta) from deepresonance-1.12-1.6.0.jar
* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
* foundry.api (2.2.0.0) from Foundry-1.12.2-3.1.2.1.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.5-60.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-81.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-81.jar
* industrialforegoingapi (4) from industrialforegoing-1.12.2-1.8.11-147.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.9.1.168.jar
* projecteapi (1.11.2-1.0.0) from ProjectE-1.12-PE1.2.0.jar
* PsiAPI (6) from Psi-r1.1-59.jar
* QuarkAPI (2) from Quark-r1.4-123.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA11.jar
* WailaAPI (1.3) from Hwyla-1.8.24-B39_1.12.jar
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
Profiler Position: N/A (disabled)
Player Count: 2 / 10; [EntityPlayerMP['Shadows_of_Fire'/591, l='world', x=1830.72, y=66.00, z=-3033.16], EntityPlayerMP['Helofor'/122624, l='world', x=1810.71, y=55.25, z=-2981.62]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment