ancient warfare burning at the stake crashing server
logantpuck opened this issue ยท 2 comments
Modpack version
enigmatica 2 1.77
Issue
I placed down a wooden post in creative and it was the special wooden post with a name like title.post.something and it was a burning stake and it looked like u could place a witch in it but now anytime we load the chunks it crashes within 30 seconds
Logs
this is the console for serverminer
WARNING: coremods are present:
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
Quark Plugin (Quark-r1.6-177.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-208-universal.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
AstralCore (astralsorcery-1.12.2-1.10.22.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
Plugin (NotEnoughIDs-1.5.4.4.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.74-core.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.10-1.12.2.jar)
Wizardry Plugin (wizardry-0.10.8.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar)
FarseekCoreMod (Farseek-1.12-2.4.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
Contact their authors BEFORE contacting forge
// Ooh. Shiny.
Time: 4/23/20 2:16 AM
Description: Exception ticking world
java.lang.NoClassDefFoundError: net/shadowmage/ancientwarfare/structure/render/statue/StatueEntityRegistry
at net.shadowmage.ancientwarfare.structure.tile.EntityStatueInfo.(EntityStatueInfo.java:34)
at net.shadowmage.ancientwarfare.structure.tile.TileStake.(TileStake.java:13)
at net.shadowmage.ancientwarfare.structure.block.BlockStake.createTileEntity(BlockStake.java:193)
at net.minecraft.world.chunk.Chunk.func_177422_i(Chunk.java:782)
at net.minecraft.world.chunk.Chunk.func_177424_a(Chunk.java:800)
at net.minecraft.world.World.func_175625_s(World.java:2402)
at net.shadowmage.ancientwarfare.core.util.WorldTools.getTile(WorldTools.java:77)
at net.shadowmage.ancientwarfare.structure.block.BlockStake.getLightValue(BlockStake.java:90)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.getLightValue(BlockStateContainer.java:510)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.getCursorLuminosity(LightingEngine.java:591)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.calculateNewLightFromCursor(LightingEngine.java:452)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.processLightUpdatesForTypeInner(LightingEngine.java:258)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.processLightUpdatesForType(LightingEngine.java:189)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.processLightUpdates(LightingEngine.java:164)
at net.minecraft.world.chunk.Chunk.handler$onGetLightSubtracted$zzh000(Chunk.java:1722)
at net.minecraft.world.chunk.Chunk.func_177443_a(Chunk.java)
at net.minecraft.world.World.func_175721_c(World.java:723)
at net.minecraft.world.World.func_175671_l(World.java:674)
at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:42)
at net.minecraft.block.Block.func_180645_a(Block.java:508)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:476)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
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 net.shadowmage.ancientwarfare.structure.tile.EntityStatueInfo.(EntityStatueInfo.java:34)
at net.shadowmage.ancientwarfare.structure.tile.TileStake.(TileStake.java:13)
at net.shadowmage.ancientwarfare.structure.block.BlockStake.createTileEntity(BlockStake.java:193)
at net.minecraft.world.chunk.Chunk.func_177422_i(Chunk.java:782)
at net.minecraft.world.chunk.Chunk.func_177424_a(Chunk.java:800)
at net.minecraft.world.World.func_175625_s(World.java:2402)
at net.shadowmage.ancientwarfare.core.util.WorldTools.getTile(WorldTools.java:77)
at net.shadowmage.ancientwarfare.structure.block.BlockStake.getLightValue(BlockStake.java:90)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.getLightValue(BlockStateContainer.java:510)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.getCursorLuminosity(LightingEngine.java:591)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.calculateNewLightFromCursor(LightingEngine.java:452)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.processLightUpdatesForTypeInner(LightingEngine.java:258)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.processLightUpdatesForType(LightingEngine.java:189)
at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.processLightUpdates(LightingEngine.java:164)
at net.minecraft.world.chunk.Chunk.handler$onGetLightSubtracted$zzh000(Chunk.java:1722)
at net.minecraft.world.chunk.Chunk.func_177443_a(Chunk.java)
at net.minecraft.world.World.func_175721_c(World.java:723)
at net.minecraft.world.World.func_175671_l(World.java:674)
at net.minecraft.block.BlockGrass.func_180650_b(BlockGrass.java:42)
at net.minecraft.block.Block.func_180645_a(Block.java:508)
at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:476)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)
-- Affected level --
Details:
Level name: Olympia
All players: 1 total; [EntityPlayerMP['loganp101'/8281892, l='Olympia ', x=518.19, y=73.99, z=520.10]]
Chunk stats: ServerChunkCache: 714 Drop: 0
Level seed: 7249200694451474404
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (216,64,256), Chunk: (at 8,4,0 in 13,16; contains blocks 208,0,256 to 223,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 32839104 game time, 236100 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 1 (now: false), thunder time: 1 (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:756)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 3.10.0-957.12.2.el7.x86_64
Java Version: 1.8.0_212, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 281487632 bytes (268 MB) / 1494220800 bytes (1425 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 7 total; -Xms256M -Xmx3072M -XX:MaxPermSize=256M -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
IntCache: cache: 6, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.42 Powered by Forge 14.23.5.2847 243 mods loaded, 243 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 |
|:------ |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | 2888191.jar | None |
| LCHIJA | forge | 14.23.5.2847 | 2888191.jar | None |
| LCHIJA | advancedrocketrycore | 1 | minecraft.jar | None |
| LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
| LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCHIJA | opencomputers|core | 1.7.5.192 | minecraft.jar | None |
| LCHIJA | randompatches | 1.12.2-1.21.0.0 | randompatches-1.12.2-1.21.0.0.jar | None |
| LCHIJA | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
| LCHIJA | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None |
| LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
| LCHIJA | ic2 | 2.8.164-ex112 | industrialcraft-2-2.8.164-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LCHIJA | libvulpes | 0.4.2.-74 | LibVulpes-1.12.2-0.4.2-74-universal.jar | None |
| LCHIJA | advancedrocketry | 1.7.0.-208 | AdvancedRocketry-1.12.2-1.7.0-208-universal.jar | None |
| LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| LCHIJA | roots | 1.12.2-3.0.25 | Roots-1.12.2-3.0.25.jar | None |
| LCHIJA | mysticalworld | 1.12.2-1.7.1 | mysticalworld-1.12.2-1.7.1.jar | None |
| LCHIJA | endercore | 1.12.2-0.5.74 | EnderCore-1.12.2-0.5.74.jar | None |
| LCHIJA | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
| LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
| LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
| LCHIJA | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None |
| LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| LCHIJA | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
| LCHIJA | botania | r1.10-363 | Botania+r1.10-363.jar | None |
| LCHIJA | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
| LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LCHIJA | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
| LCHIJA | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zf.jar | None |
| LCHIJA | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
| LCHIJA | animania | 1.7.3 | animania-1.12.2-1.7.3.jar | None |
| LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | brandonscore | 2.4.18 | BrandonsCore-1.12.2-2.4.18.210-universal.jar | None |
| LCHIJA | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | draconicevolution | 2.3.25 | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None |
| LCHIJA | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | chisel | MC1.12.2-1.0.1.44 | Chisel-MC1.12.2-1.0.1.44.jar | None |
| LCHIJA | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | quark | r1.6-177 | Quark-r1.6-177.jar | None |
| LCHIJA | tconstruct | 1.12.2-2.13.0.179 | TConstruct-1.12.2-2.13.0.179.jar | None |
| LCHIJA | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | ae2wtlib | 1.0.34 | AE2WTLib-1.12.2-1.0.34.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
| LCHIJA | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
| LCHIJA | ancientwarfare | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
| LCHIJA | ancientwarfarestructure | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
| LCHIJA | ancientwarfarevehicle | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
| LCHIJA | ancientwarfarenpc | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
| LCHIJA | ancientwarfareautomation | 1.12.2-2.7.0.772 | ancientwarfare-1.12.2-2.7.0.772.jar | None |
| LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
| LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
| LCHIJA | astralsorcery | 1.10.22 | astralsorcery-1.12.2-1.10.22.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJA | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
| LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCHIJA | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
| LCHIJA | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
| LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
| LCHIJA | betterquesting | 3.5.323 | BetterQuesting-3.5.323.jar | None |
| LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| LCHIJA | forestry | 5.8.2.414 | forestry_1.12.2-5.8.2.414.jar | None |
| LCHIJA | binniecore | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
| LCHIJA | binniedesign | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
| LCHIJA | genetics | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
| LCHIJA | botany | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
| LCHIJA | extrabees | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
| LCHIJA | extratrees | 2.5.1.200 | binnie-mods-1.12.2-2.5.1.200.jar | None |
| LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
| LCHIJA | cyclicmagic | 1.19.20 | Cyclic-1.12.2-1.19.20.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
| LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHIJA | modularrouters | 1.12.2-3.2.2 | modular-routers-1.12.2-3.2.2.jar | None |
| LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
| LCHIJA | bloodmagic | 1.12.2-2.4.3-105 | BloodMagic-1.12.2-2.4.3-105.jar | None |
| LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | buildinggadgets | 2.7.4 | BuildingGadgets-2.7.4.jar | None |
| LCHIJA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
| LCHIJA | carryon | 1.12.3 | CarryOn+MC1.12.2+v1.12.3.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
| LCHIJA | cctweaked | 1.86.2 | cc-tweaked-1.12.2-1.86.2.jar | None |
| LCHIJA | computercraft | 1.86.2 | cc-tweaked-1.12.2-1.86.2.jar | None |
| LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
| LCHIJA | chunkpregenerator | 2.1 | Chunk+Pregenerator+V1.12-2.2.jar | None |
| LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHIJA | colytra | 1.2.0.4 | colytra-1.12.2-1.2.0.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJA | cyclopscore | 1.6.1 | CyclopsCore-1.12.2-1.6.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | commoncapabilities | 2.4.5 | CommonCapabilities-1.12.2-2.4.5.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | compactmachines3 | 3.0.18 | compactmachines3-1.12.2-3.0.18-b278.jar | None |
| LCHIJA | conarm | 1.2.5.4 | conarm-1.12.2-1.2.5.4.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJA | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None |
| LCHIJA | cosmeticarmorreworked | 1.12.2-v4b | CosmeticArmorReworked-1.12.2-v4b.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
| LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| LCHIJA | danknull | 1.7.89 | DankNull-1.12.2-1.7.89.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | demagnetize | 1.12.2-1.1.0 | demagnetize-1.12.2-1.1.1.jar | None |
| LCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
| LCHIJA | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
| LCHIJA | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None |
| LCHIJA | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None |
| LCHIJA | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | ftblib | 5.4.4.5 | FTBLib-5.4.4.5.jar | None |
| LCHIJA | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
| LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCHIJA | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
| LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
| LCHIJA | environmentalmaterials | @EM_VERSION@ | environmentalmaterials-1.12.2-1.0.20.1.jar | None |
| LCHIJA | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
| LCHIJA | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
| LCHIJA | extracells | 2.6.5 | ExtraCells-1.12.2-2.6.5.jar | None |
| LCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| LCHIJA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
| LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LCHIJA | zerocore | 1.12-0.1.2.3 | zerocore-1.12-0.1.2.3.jar | None |
| LCHIJA | bigreactors | 1.12.2-0.4.5.50 | ExtremeReactors-1.12.2-0.4.5.50.jar | None |
| LCHIJA | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None |
| LCHIJA | farseek | 2.4 | Farseek-1.12-2.4.jar | None |
| LCHIJA | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
| LCHIJA | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
| LCHIJA | flatcoloredblocks | mc1.12-6.8 | flatcoloredblocks-mc1.12-6.8.jar | None |
| LCHIJA | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None |
| LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHIJA | ftbbackups | 1.1.0.1 | FTBBackups-1.1.0.1.jar | None |
| LCHIJA | ftbutilities | 5.4.0.124 | FTBUtilities-5.4.0.124.jar | None |
| LCHIJA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
| LCHIJA | gardenstuff | 1.12-2.1.1 | GardenStuff-1.12-2.1.1.jar | None |
| LCHIJA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| LCHIJA | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None |
| LCHIJA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| LCHIJA | grassburner | 0.1.0 | grassburner-0.1.0.jar | None |
| LCHIJA | horsetweaks | 1.0.5 | HorseTweaks_1.12.2-1.0.5.jar | None |
| LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| LCHIJA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| LCHIJA | incontrol | 3.9.16 | incontrol-1.12-3.9.16.jar | None |
| LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
| LCHIJA | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
| LCHIJA | teslacorelib | 1.0.16 | tesla-core-lib-1.12.2-1.0.16.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
| LCHIJA | integrateddynamics | 1.1.2 | IntegratedDynamics-1.12.2-1.1.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.1.2.jar | None |
| LCHIJA | integratedtunnels | 1.6.10 | IntegratedTunnels-1.12.2-1.6.10.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.10.jar | None |
| LCHIJA | nuclearcraft | 2.18o | NuclearCraft-2.18o-1.12.2.jar | None |
| LCHIJA | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
| LCHIJA | rftools | 7.73 | rftools-1.12-7.73.jar | None |
| LCHIJA | rustic | 1.1.2 | rustic-1.1.2.jar | None |
| LCHIJA | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCHIJA | inventorytweaks | 1.64+dev.150.7168e7a | InventoryTweaks-1.64+dev.150.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| LCHIJA | jaopca | 1.12.2-2.2.8.103 | JAOPCA-1.12.2-2.2.8.103.jar | None |
| LCHIJA | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.103.jar | None |
| LCHIJA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| LCHIJA | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
| LCHIJA | journeymap | 1.12.2-5.5.9 | journeymap-1.12.2-5.5.9.jar | None |
| LCHIJA | jee | 1.0.8 | JustEnoughEnergistics-1.12.2-1.0.8.jar | None |
| LCHIJA | justenoughreactors | 1.1.1.47 | JustEnoughReactors-1.12.2-1.1.1.47.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| LCHIJA | reborncore | 3.18.0 | RebornCore-1.12.2-3.18.1.514-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCHIJA | justsleep | 1.0.0.1 | JustSleep-1.0.0.1.jar | None |
| LCHIJA | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None |
| LCHIJA | librarianlib | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
| LCHIJA | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
| LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| LCHIJA | magicbees | 1.0 | MagicBees-1.12.2-3.2.25.jar | None |
| LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
| LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| LCHIJA | meecreeps | 1.3.1 | meecreeps-1.12-1.3.1.jar | None |
| LCHIJA | mekanismgenerators | 1.12.2-9.8.3.390 | MekanismGenerators-1.12.2-9.8.3.390.jar | None |
| LCHIJA | mekanismtools | 1.12.2-9.8.3.390 | MekanismTools-1.12.2-9.8.3.390.jar | None |
| LCHIJA | naturescompass | 1.8.3 | NaturesCompass-1.12.2-1.8.3.jar | None |
| LCHIJA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
| LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
| LCHIJA | notenoughwands | 1.8.1 | notenoughwands-1.12-1.8.1.jar | None |
| LCHIJA | nutrition | 4.5.0 | Nutrition-1.12.2-4.5.0.jar | None |
| LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
| LCHIJA | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
| LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LCHIJA | planefix | 1.0.0 | PlaneFix-1.12.2-1.0.0.jar | None |
| LCHIJA | playersdropheads | 1.1.0 | playersdropheads-1.12.x-1.1.0.jar | None |
| LCHIJA | psi | r1.1-77 | Psi-r1.1-77.jar | None |
| LCHIJA | plustic | 7.1.6.1 | plustic-7.1.6.1.jar | None |
| LCHIJA | pneumaticcraft | 1.12.2-0.11.10-385 | pneumaticcraft-repressurized-1.12.2-0.11.10-385.jar | None |
| LCHIJA | prettybeaches | 1.0.4 | PrettyBeaches_1.12.2-1.0.4.jar | None |
| LCHIJA | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
| LCHIJA | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None |
| LCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| LCHIJA | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None |
| LCHIJA | redstonearsenal | 2.6.3 | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
| LCHIJA | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
| LCHIJA | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None |
| LCHIJA | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| LCHIJA | bq_standard | 3.4.173 | StandardExpansion-3.4.173.jar | None |
| LCHIJA | storagedrawers | 1.12.2-5.4.1 | StorageDrawers-1.12.2-5.4.1.jar | None |
| LCHIJA | streams | 0.4.8 | Streams-1.12-0.4.8.jar | None |
| LCHIJA | supersoundmuffler | 1.0.2.10 | supersoundmuffler-revived_1.12.2_1.0.2.10.jar | None |
| LCHIJA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| LCHIJA | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None |
| LCHIJA | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| LCHIJA | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
| LCHIJA | torchmaster | 1.8.1.81 | torchmaster_1.12.2-1.8.1.81.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| LCHIJA | unlimitedchiselworks | 0.3.4 | UnlimitedChiselWorks-0.3.4.jar | None |
| LCHIJA | unloader | 1.2.0 | unloader-1.2.0.jar | None |
| LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
| LCHIJA | villagermarket | 1.0.2 | villager-market-1.12.2-1.0.2.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
| LCHIJA | wawla | 2.6.274 | Wawla-1.12.2-2.6.274.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | wizardry | 0.10.8 | wizardry-0.10.8.jar | None |
| LCHIJA | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
| LCHIJA | ynot | 0.2.4 | YNot-0.2.4.jar | None |
| LCHIJA | rf-capability-adapter | 1.1.0 | capabilityadapter-1.1.0.jar | None |
| LCHIJA | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
| LCHIJA | solcarrot | 1.8.3 | solcarrot-1.12.2-1.8.3.jar | None |
| LCHIJA | structurize | 1.12.2-0.10.198-ALPHA | structurize-1.12.2-0.10.198-ALPHA.jar | None |
| LCHIJA | minecolonies | 1.12.2-0.10.714-RELEASE | minecolonies-1.12.2-0.10.714-RELEASE-universal.jar | None |
| LCHIJA | librarianliblate | 4.20 | librarianlib-1.12.2-4.20-release.jar | None |
| LCHIJA | mysticallib | 1.12.2-1.6.0 | mysticallib-1.12.2-1.6.0.jar | None |
| LCHIJA | teslacorelib_registries | 1.0.16 | tesla-core-lib-1.12.2-1.0.16.jar | None |
| LCHIJA | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
| LCHIJA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
li.cil.oc.common.asm.ClassTransformer
Quark Plugin (Quark-r1.6-177.jar)
vazkii.quark.base.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
squeek.applecore.asm.TransformerModuleHandler
CTMCorePlugin (CTM-MC1.12.2-1.0.1.30.jar)
team.chisel.ctm.client.asm.CTMTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-208-universal.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
AstralCore (astralsorcery-1.12.2-1.10.22.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.2.0.4.jar)
c4.colytra.asm.ElytraTransformer
RandomPatches (randompatches-1.12.2-1.21.0.0.jar)
com.therandomlabs.randompatches.core.RPTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
ru.fewizz.neid.asm.Transformer
LibrarianLib Plugin (librarianlib-1.12.2-4.20-release.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.74-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
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.10-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Wizardry Plugin (wizardry-0.10.8.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.150.jar)
invtweaks.forge.asm.ContainerTransformer
FarseekCoreMod (Farseek-1.12-2.4.jar)
farseek.core.FarseekClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
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)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
- quarkIntegration (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r151-2.jar
* ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
* AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* BetterQuesting|API (3.2) from BetterQuesting-3.5.323.jar
* BetterQuesting|API2 (3.1) from BetterQuesting-3.5.323.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.50.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar
* BotaniaAPI (79) from AkashicTome-1.2-12.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.1.44.jar
* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.5.jar
* ComputerCraft|API (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|FileSystem (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Lua (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Media (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Network (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Network|Wired (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Peripheral (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Permissions (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Redstone (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Turtle (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* ComputerCraft|API|Turtle|Event (1.86.2) from cc-tweaked-1.12.2-1.86.2.jar
* cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4b.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.1.30.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.25.351-universal.jar
* EmbersAPI (0.1) from EmbersRekindled-1.13-hotfix2.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.55.jar
* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.414.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.414.jar
* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-92.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-92.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.1.2.jar
* jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.9.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.9.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.9.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.9.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.9.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.293.jar
* MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
* minecolonies-api (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|achievements (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|blocks (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|blocks|decorative (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|blocks|huts (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|blocks|interfaces (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|blocks|types (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|client (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|client|render (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|client|render|modeltype (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|client|render|modeltype|registry (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|buildings (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|buildings|registry (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|buildings|views (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|buildings|workerbuildings (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|guardtype (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|guardtype|registry (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|jobs (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|jobs|registry (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|managers (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|managers|interfaces (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|permissions (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|data (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|factory (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|factory|standard (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|location (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|manager (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|request (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|requestable (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|requestable|crafting (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|requester (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|resolver (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|resolver|player (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|resolver|retrying (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|requestsystem|token (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|colony|workorders (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|compatibility (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|compatibility|candb (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|compatibility|dynamictrees (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|compatibility|gbook (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|compatibility|tinkers (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|configuration (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|crafting (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|creativetab (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|citizen (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|citizen|builder (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|citizen|guards (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|pathfinding (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|registry (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|statemachine (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|statemachine|basestatemachine (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|statemachine|states (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|statemachine|tickratestatemachine (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|ai|statemachine|transition (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|citizen (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|citizen|citizenhandlers (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|mobs (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|mobs|barbarians (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|mobs|pirates (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|mobs|util (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|pathfinding (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|entity|pathfinding|registry (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|inventory (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|inventory|api (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|items (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|network (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|sounds (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|tileentities (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|util (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-api|util|constants (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-blockout (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-blockout|controls (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* minecolonies-blockout|views (1.12.2-0.10.714-RELEASE) from minecolonies-1.12.2-0.10.714-RELEASE-universal.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar
* PatchouliAPI (6) from Patchouli-1.0-20.jar
* PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.10-385.jar
* PsiAPI (15) from Psi-r1.1-77.jar
* QuarkAPI (4) from Quark-r1.6-177.jar
* reborncoreAPI (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
* reborncoreAPI|Power (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
* reborncoreAPI|Recipe (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
* reborncoreAPI|Tile (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
* team_reborn|Praescriptum (3.18.1.514) from RebornCore-1.12.2-3.18.1.514-universal.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.18.0
Runtime Debofucsation 1
[Psi] Active spell: None
Ender IO: No known problems detected.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
forestry : Modules have been disabled in the config: Crate, Ceramic, Carpentry
AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:ON, CRAFTTWEAKER:ON
Profiler Position: N/A (disabled)
Player Count: 1 / 30; [EntityPlayerMP['loganp101'/8281892, l='Olympia ', x=518.19, y=73.99, z=520.10]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Thanks for the report. Please upload crash reports to a place like pastebin.com in there future.
The issue has been fixed, we're just waiting for a mod update: P3pp3rF1y/AncientWarfare2#1037
You can fix the issue by removing the block with MCEdit, or loading a backup :)