Tropicraft

Tropicraft

9M Downloads

NPE From Bamboo Item Frame Rendering

nrllewellyn opened this issue ยท 1 comments

commented

Issue Description

A bamboo item frame in world is causing an NPE. I don't know 100% which one, but the only frames in rendering range contained: a yellow scuba googles, a yellow scuba harness, and a fishing net.

Steps to Reproduce

  1. Place one of the above items in a bamboo item frame
  2. Stop/exit the server
  3. Rejoin
  4. Look at the item frame

Tropicraft Version: tropicraft-MC1.12.2-7.1.9.115
Forge Version: forge-1.12.2-14.23.5.2847

Crash log

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  SteveKunGLibPlugin (SteveKunG's-Lib-1.12.2-1.1.5.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.231.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  SmoothWaterCore (SmoothWater-0.1.4.jar)
  HCASM (HammerCore-1.12.2-2.0.5.0.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  OFMDepLoader (OpenFM-1.12.2-0.1.0.19.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.5-1.12.2.jar)
  Quark Plugin (Quark-r1.6-177.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.11-core.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar)
  Plugin (NotEnoughIDs-1.5.4.4.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  CorePlugin (ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar)
  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.69-core.jar)
  SoundUnpack (OpenSecurity-MC1.12.2-1.0-35.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-91.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
Contact their authors BEFORE contacting forge

// You're mean.

Time: 9/21/19 12:49 PM
Description: Rendering entity in world

java.lang.NullPointerException: Rendering entity in world
	at net.tropicraft.core.client.entity.render.RenderBambooItemFrame.doRender(RenderBambooItemFrame.java:86)
	at net.tropicraft.core.client.entity.render.RenderBambooItemFrame.func_76986_a(RenderBambooItemFrame.java:24)
	at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:384)
	at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:368)
	at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:628)
	at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1347)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
	at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Thread: Client thread
Stacktrace:
	at net.tropicraft.core.client.entity.render.RenderBambooItemFrame.doRender(RenderBambooItemFrame.java:86)
	at net.tropicraft.core.client.entity.render.RenderBambooItemFrame.func_76986_a(RenderBambooItemFrame.java:24)

-- Entity being rendered --
Details:
	Entity Type: tropicraft:tc_item_frame (net.tropicraft.core.common.entity.placeable.EntityBambooItemFrame)
	Entity ID: 1232936
	Entity Name: entity.tropicraft.tc_item_frame.name
	Entity's Exact location: -1.50, 34.50, 65.97
	Entity's Block location: World: (-2,34,65), Chunk: (at 14,2,1 in -1,4; contains blocks -16,0,64 to -1,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Entity's Momentum: 0.00, 0.00, 0.00
	Entity's Passengers: []
	Entity's Vehicle: ~~ERROR~~ NullPointerException: null

-- Renderer details --
Details:
	Assigned renderer: net.tropicraft.core.client.entity.render.RenderBambooItemFrame@7542ef2e
	Location: 23.71,0.50,8.22 - World: (23,0,8), Chunk: (at 7,0,8 in 1,0; contains blocks 16,0,0 to 31,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Rotation: -180.0
	Delta: 0.3998692
Stacktrace:
	at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:384)
	at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:368)
	at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:628)
	at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1347)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [GCEntityClientPlayerMP['Cobra1117'/1585912, l='MpServer', x=-24.89, y=34.00, z=57.77]]
	Chunk stats: MultiplayerChunkCache: 441, 441
	Level seed: 0
	Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
	Level generator options: 
	Level spawn location: World: (-25,72,15), Chunk: (at 7,4,15 in -2,0; contains blocks -32,0,0 to -17,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Level time: 24680915 game time, 168 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
	Forced entities: 125 total; [EntityFishCod['Cod'/1570839, l='MpServer', x=-48.10, y=49.00, z=64.29], EntitySkeleton['Skeleton'/1570326, l='MpServer', x=-21.50, y=34.00, z=26.58], EntityHat['unknown'/265, l='MpServer', x=-24.89, y=34.00, z=57.77], EntitySkeleton['Skeleton'/1583890, l='MpServer', x=-46.50, y=24.00, z=113.50], EntityFrog['Frog'/271, l='MpServer', x=4.79, y=18.00, z=-3.09], EntityChicken['Chicken'/276, l='MpServer', x=8.42, y=64.00, z=134.05], EntityFishCod['Cod'/1582607, l='MpServer', x=-60.50, y=61.00, z=116.50], EntityFishPufferfish['Pufferfish'/1218309, l='MpServer', x=-2.75, y=34.13, z=62.65], EntityWallItem['entity.tropicraft.wall_item.name'/1306372, l='MpServer', x=-0.50, y=34.50, z=50.03], EntityFishCod['Cod'/1586177, l='MpServer', x=23.50, y=16.00, z=32.50], EntityHuman['Vswe'/1493557, l='MpServer', x=-94.50, y=43.00, z=73.23], EntityCow['Cow'/291, l='MpServer', x=-0.45, y=70.00, z=54.19], EntityWallItem['entity.tropicraft.wall_item.name'/1306416, l='MpServer', x=1.50, y=34.50, z=50.03], EntityHorse['Horse'/292, l='MpServer', x=-2.85, y=70.00, z=51.90], EntityBat['Bat'/1586236, l='MpServer', x=-103.56, y=57.03, z=119.14], EntityBat['Bat'/1586237, l='MpServer', x=-101.48, y=57.35, z=118.33], EntityChicken['Chicken'/294, l='MpServer', x=39.79, y=73.00, z=105.20], EntityBat['Bat'/1586239, l='MpServer', x=-99.39, y=58.17, z=111.51], EntityZombie['Zombie'/1584688, l='MpServer', x=22.46, y=48.00, z=128.28], EntitySheep['Sheep'/298, l='MpServer', x=18.79, y=70.00, z=104.49], EntityBambooItemFrame['entity.tropicraft.tc_item_frame.name'/1233209, l='MpServer', x=-0.50, y=34.50, z=65.97], EntityChicken['Chicken'/299, l='MpServer', x=19.15, y=77.00, z=118.58], EntitySkeleton['Skeleton'/1584691, l='MpServer', x=17.50, y=49.00, z=131.50], EntityCow['Cow'/300, l='MpServer', x=36.60, y=70.00, z=114.52], EntitySheep['Sheep'/301, l='MpServer', x=24.42, y=77.00, z=119.69], EntityBat['Bat'/1584182, l='MpServer', x=-17.34, y=31.51, z=101.61], EntityChicken['Chicken'/302, l='MpServer', x=22.77, y=75.00, z=123.51], EntityWallItem['entity.tropicraft.wall_item.name'/1306912, l='MpServer', x=0.50, y=34.50, z=61.97], EntityZombie['Zombie'/1584687, l='MpServer', x=20.51, y=50.00, z=119.80], EntityBambooItemFrame['entity.tropicraft.tc_item_frame.name'/1232936, l='MpServer', x=-1.50, y=34.50, z=65.97], EntityFishSalmon['Salmon'/1586466, l='MpServer', x=-56.46, y=61.59, z=119.50], EntityFishCod['Cod'/1586467, l='MpServer', x=-90.42, y=62.00, z=89.91], EntityPig['Pig'/315, l='MpServer', x=40.46, y=71.00, z=20.26], EntityHuman['muted79'/1584932, l='MpServer', x=-97.50, y=56.00, z=125.50], EntityFishCod['Cod'/1586468, l='MpServer', x=-93.33, y=62.00, z=94.25], EntitySheep['Sheep'/316, l='MpServer', x=40.50, y=73.00, z=107.81], EntityHuman['Grumm'/1585957, l='MpServer', x=20.41, y=47.00, z=146.51], EntityFishCod['Cod'/1586469, l='MpServer', x=-89.97, y=62.00, z=89.10], EntityChicken['Chicken'/317, l='MpServer', x=42.08, y=74.00, z=105.20], EntityHuman['XCompWiz'/1501992, l='MpServer', x=82.50, y=88.00, z=75.24], EntityFishCod['Cod'/1586470, l='MpServer', x=-85.84, y=61.00, z=87.38], EntitySheep['Sheep'/318, l='MpServer', x=40.50, y=75.00, z=103.95], EntityChicken['Chicken'/319, l='MpServer', x=40.71, y=77.00, z=98.92], EntityItemLoot['item.item.egg'/1579867, l='MpServer', x=18.20, y=76.00, z=118.13], EntitySheep['Sheep'/325, l='MpServer', x=37.64, y=70.00, z=113.64], EntitySkeleton['Skeleton'/1584990, l='MpServer', x=-89.50, y=44.00, z=88.50], EntitySheep['Sheep'/326, l='MpServer', x=42.84, y=68.00, z=123.75], EntityHuman['Benimatic'/1586516, l='MpServer', x=3.50, y=21.00, z=168.50], EntitySheep['Sheep'/332, l='MpServer', x=46.18, y=68.00, z=125.67], EntityHuman['thejims'/1586517, l='MpServer', x=4.50, y=21.00, z=170.50], EntityCow['Cow'/334, l='MpServer', x=36.55, y=68.00, z=135.68], EntityZombie['Zombie'/1586518, l='MpServer', x=36.50, y=14.00, z=109.50], EntityFishClownfish['Clownfish'/1218112, l='MpServer', x=-3.57, y=34.13, z=62.19], EntityEnderman['Enderman'/1582670, l='MpServer', x=35.50, y=26.00, z=1.50], EntityBat['Bat'/1586240, l='MpServer', x=-37.58, y=33.28, z=129.57], EntityBat['Bat'/1586241, l='MpServer', x=-36.52, y=33.39, z=127.14], EntityPech['Pech Forager'/1351759, l='MpServer', x=-59.70, y=68.44, z=89.42], EntityHuman['Erasmus_Crowley'/1586296, l='MpServer', x=11.50, y=23.00, z=124.50], EntityCow['Cow'/352, l='MpServer', x=51.94, y=71.00, z=28.84], EntityHuman['SuperGirlyGamer'/1586297, l='MpServer', x=13.50, y=23.00, z=126.50], EntityBat['Bat'/1582966, l='MpServer', x=-17.64, y=17.10, z=102.75], EntityHuman['neptunepink'/1586294, l='MpServer', x=11.50, y=23.00, z=123.50], EntityHuman['GiantWaffle'/1586295, l='MpServer', x=12.50, y=23.00, z=125.50], EntityHorse['Horse'/112, l='MpServer', x=-102.13, y=63.94, z=26.57], EntityHorse['Horse'/113, l='MpServer', x=-102.15, y=63.94, z=22.46], EntityDonkey['Donkey'/114, l='MpServer', x=-102.84, y=63.94, z=18.06], EntityCow['Cow'/119, l='MpServer', x=-101.23, y=65.00, z=63.82], EntityGrottol['Grottol'/1550190, l='MpServer', x=-20.45, y=34.00, z=25.48], EntityFishCod['Cod'/1586328, l='MpServer', x=-17.50, y=62.00, z=-22.50], GCEntityClientPlayerMP['Cobra1117'/1585912, l='MpServer', x=-24.89, y=34.00, z=57.77], EntitySheep['Sheep'/136, l='MpServer', x=-84.50, y=64.00, z=-20.81], EntityPig['Pig'/140, l='MpServer', x=-84.72, y=64.00, z=4.56], EntityColoredItemFrame['Colored Item Frame'/141, l='MpServer', x=-83.03, y=66.50, z=18.50], EntityColoredItemFrame['Colored Item Frame'/142, l='MpServer', x=-83.03, y=66.50, z=20.50], EntityChair['entity.tropicraft.beach_chair.name'/1202076, l='MpServer', x=-4.36, y=33.00, z=47.17], EntityWallItem['entity.tropicraft.wall_item.name'/1204124, l='MpServer', x=-2.50, y=35.50, z=45.03], EntityFishCod['Cod'/1586326, l='MpServer', x=-16.82, y=62.00, z=-21.32], EntityColoredItemFrame['Colored Item Frame'/143, l='MpServer', x=-83.03, y=66.50, z=22.50], EntityFishCod['Cod'/1586327, l='MpServer', x=-18.50, y=62.00, z=-22.50], EntityColoredItemFrame['Colored Item Frame'/144, l='MpServer', x=-83.03, y=66.50, z=24.50], EntityColoredItemFrame['Colored Item Frame'/145, l='MpServer', x=-83.03, y=66.50, z=26.50], EntityItemLoot['item.item.egg'/1579913, l='MpServer', x=-55.13, y=62.85, z=120.64], EntityColoredItemFrame['Colored Item Frame'/146, l='MpServer', x=-83.03, y=66.50, z=28.50], EntityCustomNpc['Sam'/147, l='MpServer', x=-86.50, y=64.00, z=19.50], EntityPig['Pig'/151, l='MpServer', x=-93.71, y=65.00, z=67.21], EntityHuman['amnet'/1586566, l='MpServer', x=-81.50, y=23.00, z=11.50], EntityFishCod['Cod'/1586360, l='MpServer', x=-101.37, y=61.00, z=80.78], EntityHuman['Pahimar'/1584569, l='MpServer', x=-147.50, y=13.00, z=44.50], EntityFishCod['Cod'/1586361, l='MpServer', x=-98.50, y=62.20, z=79.77], EntityCreeper['Creeper'/1543861, l='MpServer', x=5.10, y=33.00, z=60.34], EntityHuman['Funwayguy'/1534642, l='MpServer', x=-19.57, y=34.00, z=39.72], EntityChair['entity.tropicraft.beach_chair.name'/1234100, l='MpServer', x=-4.81, y=33.00, z=64.08], EntityFishCod['Cod'/1586353, l='MpServer', x=-25.50, y=62.00, z=127.08], EntityFishCod['Cod'/1586354, l='MpServer', x=-28.17, y=62.00, z=126.61], EntityHuman['Xephos'/1586610, l='MpServer', x=-47.52, y=42.56, z=137.45], EntityFishCod['Cod'/1586355, l='MpServer', x=-25.24, y=62.00, z=129.70], EntityFishCod['Cod'/1586358, l='MpServer', x=-98.10, y=58.80, z=81.56], EntityFishCod['Cod'/1586359, l='MpServer', x=-100.65, y=62.17, z=83.76], EntityPig['Pig'/176, l='MpServer', x=-68.28, y=65.00, z=127.50], EntityHuman['GameChap'/1586344, l='MpServer', x=27.50, y=50.00, z=-17.50], EntityBat['Bat'/1586089, l='MpServer', x=-81.54, y=50.08, z=64.75], EntityFishSalmon['Salmon'/1583776, l='MpServer', x=-79.50, y=61.00, z=105.50], EntityCreeper['Creeper'/1586593, l='MpServer', x=-106.50, y=18.00, z=118.50], EntityPig['Pig'/187, l='MpServer', x=-58.55, y=68.53, z=87.45], EntityWallItem['entity.tropicraft.wall_item.name'/1307055, l='MpServer', x=2.50, y=34.50, z=61.97], EntityChair['entity.tropicraft.beach_chair.name'/1304494, l='MpServer', x=4.41, y=33.00, z=51.48], EntityChicken['Chicken'/190, l='MpServer', x=-55.53, y=62.66, z=120.96], EntityHuman['Marc_IRL'/1586342, l='MpServer', x=42.50, y=50.00, z=-12.50], EntityZombie['Zombie'/1586343, l='MpServer', x=42.50, y=50.00, z=-13.50], EntityChicken['Chicken'/194, l='MpServer', x=-59.20, y=65.00, z=127.80], EntityPig['Pig'/195, l='MpServer', x=-65.34, y=64.00, z=127.50], EntityBambooItemFrame['entity.tropicraft.tc_item_frame.name'/1236689, l='MpServer', x=-2.50, y=34.50, z=65.97], EntityChicken['Chicken'/199, l='MpServer', x=-49.48, y=69.00, z=131.50], EntityWallItem['entity.tropicraft.wall_item.name'/1202910, l='MpServer', x=-4.50, y=35.50, z=45.03], EntityWallItem['entity.tropicraft.wall_item.name'/1307100, l='MpServer', x=4.50, y=34.50, z=61.97], EntityZombie['Zombie'/1586377, l='MpServer', x=34.24, y=31.00, z=135.50], EntityBat['Bat'/1582538, l='MpServer', x=-68.87, y=48.10, z=60.25], EntityBat['Bat'/1582540, l='MpServer', x=-72.25, y=50.10, z=61.60], EntityBat['Bat'/1584834, l='MpServer', x=-22.30, y=20.10, z=108.25], EntityWallItem['entity.tropicraft.wall_item.name'/1306575, l='MpServer', x=3.50, y=34.50, z=50.03], EntityWisp['Wisp'/1584890, l='MpServer', x=31.82, y=14.60, z=111.04], EntityWitch['Witch'/1585915, l='MpServer', x=-24.50, y=34.00, z=24.50], EntityHuman['C418'/1584112, l='MpServer', x=-145.50, y=31.00, z=63.50], EntityEnderman['Enderman'/1586412, l='MpServer', x=7.63, y=53.00, z=121.72], EntityEnderman['Enderman'/1586413, l='MpServer', x=13.30, y=48.00, z=130.30]]
	Retry entities: 0 total; []
	Server brand: fml,forge
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
	at net.minecraft.client.main.Main.main(SourceFile:123)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_144, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 3684705520 bytes (3514 MB) / 9932111872 bytes (9472 MB) up to 12884901888 bytes (12288 MB)
	JVM Flags: 12 total; -Xmx12288m -Xms256m -XX:PermSize=256m -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1HeapRegionSize=32M -XX:+ExplicitGCInvokesConcurrent -XX:+OptimizeStringConcat -Xms8192m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2847 330 mods loaded, 330 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                    | forge-1.12.2-14.23.5.2847.jar                                  | None                                     |
	| LCHIJA | forge                                | 14.23.5.2847                 | forge-1.12.2-14.23.5.2847.jar                                  | None                                     |
	| LCHIJA | ivtoolkit                            | 1.3.3-1.12                   | minecraft.jar                                                  | None                                     |
	| LCHIJA | micdoodlecore                        |                              | minecraft.jar                                                  | None                                     |
	| LCHIJA | smoothfontcore                       | mc1.12.2-2.1.1               | minecraft.jar                                                  | None                                     |
	| LCHIJA | openmodscore                         | 0.12.2                       | minecraft.jar                                                  | None                                     |
	| LCHIJA | foamfixcore                          | 7.7.4                        | minecraft.jar                                                  | None                                     |
	| LCHIJA | opencomputers|core                   | 1.7.4.153                    | minecraft.jar                                                  | None                                     |
	| LCHIJA | dsurroundcore                        | 3.5.4.3                      | minecraft.jar                                                  | None                                     |
	| LCHIJA | smoothfont                           | mc1.12.2-2.1.1               | SmoothFont-mc1.12.2-2.1.1.jar                                  | None                                     |
	| LCHIJA | movillages                           | 1.5.4                        | [1.12]MoVillages-1.5.4.jar                                     | None                                     |
	| LCHIJA | forgeendertech                       | 1.12.2-4.4.22.2              | ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar                  | None                                     |
	| LCHIJA | adpoles                              | 1.12.2-2.0.1.2               | AdPoles-1.12.2-2.0.1.2-build.0406.jar                          | None                                     |
	| LCHIJA | ctm                                  | MC1.12.2-0.3.3.22            | CTM-MC1.12.2-0.3.3.22.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 | baubles                              | 1.5.2                        | Baubles-1.12-1.5.2.jar                                         | None                                     |
	| LCHIJA | endercore                            | 1.12.2-0.5.69                | EnderCore-1.12.2-0.5.69.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.289                   | jei_1.12.2-4.15.0.289.jar                                      | None                                     |
	| LCHIJA | thaumcraft                           | 6.1.BETA26                   | Thaumcraft-1.12.2-6.1.BETA26.jar                               | None                                     |
	| LCHIJA | codechickenlib                       | 3.2.3.358                    | CodeChickenLib-1.12.2-3.2.3.358-universal.jar                  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| 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 | brandonscore                         | 2.4.17                       | BrandonsCore-1.12.2-2.4.17.208-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.24                       | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar             | None                                     |
	| LCHIJA | thermalexpansion                     | 5.5.4                        | ThermalExpansion-1.12.2-5.5.4.43-universal.jar                 | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | enderio                              | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | mantle                               | 1.12-1.3.3.55                | Mantle-1.12-1.3.3.55.jar                                       | None                                     |
	| LCHIJA | projecte                             | 1.12.2-PE1.4.1               | ProjectE-1.12.2-PE1.4.1.jar                                    | None                                     |
	| LCHIJA | p455w0rdslib                         | 2.2.156                      | p455w0rdslib-1.12.2-2.2.156.jar                                | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LCHIJA | ae2wtlib                             | 1.0.30                       | AE2WTLib-1.12.2-1.0.30.jar                                     | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LCHIJA | aether_legacy                        | 1.4.4                        | aether_legacy-1.12.2-v1.4.4.jar                                | None                                     |
	| LCHIJA | aether_legacy_addon                  | 1.12.2-v1.2.3                | aether_continuation-1.12.2-v1.2.3.jar                          | None                                     |
	| LCHIJA | akashictome                          | 1.2-12                       | AkashicTome-1.2-12.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 | aroma1997core                        | 2.0.0.2.b165                 | Aroma1997Core-1.12.2-2.0.0.2.b165.jar                          | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHIJA | astikorcarts                         | 1.12.2-0.1.2.7               | astikorcarts-1.12.2-0.1.2.7.jar                                | None                                     |
	| LCHIJA | astralsorcery                        | 1.10.20                      | astralsorcery-1.12.2-1.10.20.jar                               | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
	| LCHIJA | atum                                 | 2.0.13                       | Atum-1.12.2-2.0.13.jar                                         | None                                     |
	| LCHIJA | quark                                | r1.6-177                     | Quark-r1.6-177.jar                                             | None                                     |
	| LCHIJA | autoreglib                           | 1.3-32                       | AutoRegLib-1.3-32.jar                                          | None                                     |
	| LCHIJA | avaritia                             | 3.3.0                        | Avaritia-1.12.2-3.3.0.33-universal.jar                         | None                                     |
	| LCHIJA | badwithernocookiereloaded            | 1.12.2-3.3.16                | badwithernocookiereloaded-1.12.2-3.3.16.jar                    | None                                     |
	| LCHIJA | betteradvancements                   | 0.1.0.77                     | BetterAdvancements-1.12.2-0.1.0.77.jar                         | None                                     |
	| LCHIJA | betterbuilderswands                  | 0.13.2                       | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar              | None                                     |
	| LCHIJA | bettermobgriefinggamerule            | 1.12.2-7.0.1                 | bettermobgriefinggamerule-1.12.2-7.0.1.jar                     | None                                     |
	| LCHIJA | bibliocraft                          | 2.4.5                        | BiblioCraft[v2.4.5][MC1.12.2].jar                              | None                                     |
	| LCHIJA | biomesoplenty                        | 7.0.1.2441                   | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar                  | None                                     |
	| LCHIJA | blockcraftery                        | 1.12.2-1.3.1                 | blockcraftery-1.12.2-1.3.1.jar                                 | None                                     |
	| LCHIJA | fastbench                            | 1.7.2                        | FastWorkbench-1.12.2-1.7.2.jar                                 | None                                     |
	| LCHIJA | cyclicmagic                          | 1.19.16                      | Cyclic-1.12.2-1.19.16.jar                                      | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
	| 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.2-104             | BloodMagic-1.12.2-2.4.2-104.jar                                | None                                     |
	| LCHIJA | bloodmoon                            | 1.5.3                        | Bloodmoon-MC1.12.2-1.5.3.jar                                   | d72e0dd57935b3e9476212aea0c0df352dd76291 |
	| LCHIJA | bonsaitrees                          | 1.1.3                        | bonsaitrees-1.1.3-b156.jar                                     | None                                     |
	| LCHIJA | bookshelf                            | 2.3.585                      | Bookshelf-1.12.2-2.3.585.jar                                   | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | botania                              | r1.10-362                    | Botania r1.10-362.jar                                          | None                                     |
	| LCHIJA | buildinggadgets                      | 2.7.3                        | BuildingGadgets-2.7.3.jar                                      | None                                     |
	| LCHIJA | caliper                              | 1.1.44                       | Caliper-1.12.2-1.1.44.jar                                      | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | car                                  | 1.2.12                       | car-1.12.2-1.2.12.jar                                          | None                                     |
	| LCHIJA | ironchest                            | 1.12.2-7.0.67.844            | ironchest-1.12.2-7.0.72.847.jar                                | None                                     |
	| LCHIJA | cartblanche                          | 1.0.6.5                      | cartblanche-1.0.6.5.jar                                        | None                                     |
	| LCHIJA | chameleon                            | 1.12-4.1.3                   | Chameleon-1.12-4.1.3.jar                                       | None                                     |
	| LCHIJA | chickenchunks                        | 2.4.2.74                     | ChickenChunks-1.12.2-2.4.2.74-universal.jar                    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | chisel                               | MC1.12.2-0.2.1.35            | Chisel-MC1.12.2-0.2.1.35.jar                                   | None                                     |
	| LCHIJA | chiselsandbits                       | 14.33                        | chiselsandbits-14.33.jar                                       | None                                     |
	| LCHIJA | cleanview                            | 1.12.2-v1c                   | CleanView-1.12.2-v1c.jar                                       | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
	| LCHIJA | clumps                               | 3.1.2                        | Clumps-3.1.2.jar                                               | None                                     |
	| LCHIJA | cyclopscore                          | 1.5.0                        | CyclopsCore-1.12.2-1.5.0.jar                                   | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCHIJA | commoncapabilities                   | 2.4.4                        | CommonCapabilities-1.12.2-2.4.4.jar                            | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCHIJA | compactmachines3                     | 3.0.18                       | compactmachines3-1.12.2-3.0.18-b278.jar                        | None                                     |
	| LCHIJA | asielib                              | 1.0.0                        | Computronics-1.12.2-1.6.6.jar                                  | None                                     |
	| LCHIJA | natura                               | 1.12.2-4.3.2.69              | natura-1.12.2-4.3.2.69.jar                                     | None                                     |
	| LCHIJA | forestry                             | 5.8.2.394                    | forestry_1.12.2-5.8.2.394.jar                                  | None                                     |
	| LCHIJA | opencomputers                        | 1.7.4.153                    | OpenComputers-MC1.12.2-1.7.4.153.jar                           | None                                     |
	| LCHIJA | railcraft                            | 12.0.0                       | railcraft-12.0.0.jar                                           | a0c255ac501b2749537d5824bb0f0588bf0320fa |
	| LCHIJA | computronics                         | 1.6.6                        | Computronics-1.12.2-1.6.6.jar                                  | None                                     |
	| LCHIJA | controlling                          | 3.0.7                        | Controlling-3.0.7.jar                                          | None                                     |
	| LCHIJA | cookingforblockheads                 | 6.4.71                       | CookingForBlockheads_1.12.2-6.4.71.jar                         | None                                     |
	| LCHIJA | cosmeticarmorreworked                | 1.12.2-v4a                   | CosmeticArmorReworked-1.12.2-v4a.jar                           | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
	| LCHIJA | ctgui                                | 1.0.0                        | CraftTweaker2-1.12-4.1.19.jar                                  | None                                     |
	| LCHIJA | crafttweakerjei                      | 2.0.3                        | CraftTweaker2-1.12-4.1.19.jar                                  | None                                     |
	| LCHIJA | cucumber                             | 1.1.3                        | Cucumber-1.12.2-1.1.3.jar                                      | None                                     |
	| LCHIJA | customnpcs                           | 1.12                         | CustomNPCs_1.12.2(30Jan19).jar                                 | None                                     |
	| LCHIJA | stg                                  | 1.12.2-1.2.3                 | stg-1.12.2-1.2.3.jar                                           | None                                     |
	| LCHIJA | mousetweaks                          | 2.10                         | MouseTweaks-2.10-mc1.12.2.jar                                  | None                                     |
	| LCHIJA | danknull                             | 1.6.80                       | DankNull-1.12.2-1.6.80.jar                                     | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LCHIJA | darkutils                            | 1.8.226                      | DarkUtils-1.12.2-1.8.226.jar                                   | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | ptrmodellib                          | 1.0.4                        | PTRLib-1.0.4.jar                                               | None                                     |
	| LCHIJA | props                                | 2.6.3                        | Decocraft-2.6.3_1.12.2.jar                                     | None                                     |
	| LCHIJA | demagnetize                          | 1.12.2-1.1.0                 | demagnetize-1.12.2-1.1.0.jar                                   | None                                     |
	| LCHIJA | diethopper                           | 1.1                          | diethopper-1.1.jar                                             | None                                     |
	| LCHIJA | gamestages                           | 2.0.117                      | GameStages-1.12.2-2.0.117.jar                                  | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | dimstages                            | 2.0.23                       | DimensionStages-1.12.2-2.0.23.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | eleccore                             | 1.9.452                      | ElecCore-1.12.2-1.9.452.jar                                    | None                                     |
	| LCHIJA | csb_ench_table                       | 1.1.3                        | EnchantingTable-1.12-1.1.3.jar                                 | None                                     |
	| LCHIJA | enderiointegrationtic                | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderiobase                          | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderioconduits                      | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderioconduitsappliedenergistics    | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderioconduitsopencomputers         | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderioconduitsrefinedstorage        | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderiointegrationforestry           | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderiointegrationticlate            | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | ftblib                               | 5.4.3.138                    | FTBLib-5.4.3.138.jar                                           | None                                     |
	| LCHIJA | enderiomachines                      | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderiopowertools                    | 5.1.51                       | EnderIO-1.12.2-5.1.51.jar                                      | None                                     |
	| LCHIJA | enderstorage                         | 2.4.6.137                    | EnderStorage-1.12.2-2.4.6.137-universal.jar                    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | enderutilities                       | 0.7.14                       | enderutilities-1.12.2-0.7.14.jar                               | 2b03e1423915a189b8094816baa18f239d576dff |
	| LCHIJA | engineersdecor                       | 1.0.11                       | engineersdecor-1.12.2-1.0.11.jar                               | ed58ed655893ced6280650866985abcae2bf7559 |
	| LCHIJA | twilightforest                       | 3.9.984                      | twilightforest-1.12.2-3.9.984-universal.jar                    | None                                     |
	| LCHIJA | immersiveengineering                 | 0.12-91                      | ImmersiveEngineering-0.12-91.jar                               | 4cb49fcde3b43048c9889e0a3d083225da926334 |
	| LCHIJA | engineersdoors                       | 0.8.0                        | engineers_doors-1.12.2-0.8.0.jar                               | None                                     |
	| LCHIJA | reborncore                           | 3.16.2.473                   | RebornCore-1.12.2-3.16.2.473-universal.jar                     | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| LCHIJA | engineersworkshop                    | 1.0.9.40                     | EngineersWorkshopReborn-1.12.2-1.0.9.40.jar                    | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| LCHIJA | valkyrielib                          | 1.12.2-2.0.20.1              | valkyrielib-1.12.2-2.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 | equivalentbees                       | 1.0.0                        | EquivalentBees_1.12.2-1.0.0.jar                                | None                                     |
	| LCHIJA | exchangers                           | 1.12.2-2.8                   | Exchangers-1.12.2-2.8.jar                                      | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
	| LCHIJA | hammercore                           | 2.0.5.0                      | HammerCore-1.12.2-2.0.5.0.jar                                  | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
	| LCHIJA | expequiv                             | 13r                          | ExpandedEquivalence-1.12.2-13r.jar                             | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
	| LCHIJA | galacticraftcore                     | 4.0.2.231                    | GalacticraftCore-1.12.2-4.0.2.231.jar                          | None                                     |
	| LCHIJA | extrabitmanipulation                 | 1.12.2-3.4.1                 | ExtraBitManipulation-1.12.2-3.4.1.jar                          | None                                     |
	| LCHIJA | extracells                           | 2.6.2                        | ExtraCells-1.12.2-2.6.2a.jar                                   | None                                     |
	| LCHIJA | galacticraftplanets                  | 4.0.2.231                    | Galacticraft-Planets-1.12.2-4.0.2.231.jar                      | None                                     |
	| LCHIJA | mjrlegendslib                        | 1.12.2-1.1.8                 | MJRLegendsLib-1.12.2-1.1.8.jar                                 | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCHIJA | extraplanets                         | 1.12.2-0.5.6                 | ExtraPlanets-1.12.2-0.5.6.jar                                  | b02331787272ec3515ebe63ecdeea0d746653468 |
	| LCHIJA | extrautils2                          | 1.0                          | extrautils2-1.12-1.9.9.jar                                     | None                                     |
	| LCHIJA | fancylamps                           | 1.1.0                        | fancylamps-1.1.0.jar                                           | None                                     |
	| LCHIJA | farmingforblockheads                 | 3.1.28                       | FarmingForBlockheads_1.12.2-3.1.28.jar                         | None                                     |
	| LCHIJA | farseek                              | 2.3.2                        | Farseek-1.12-2.3.2.jar                                         | None                                     |
	| LCHIJA | fastfurnace                          | 1.3.1                        | FastFurnace-1.12.2-1.3.1.jar                                   | None                                     |
	| LCHIJA | fastleafdecay                        | v14                          | FastLeafDecay-v14.jar                                          | None                                     |
	| LCHIJA | ferdinandsflowers                    | 1.10.4.1                     | Ferdinand's Flowers-1.12.x-1.10.4.1.jar                        | None                                     |
	| LCHIJA | findme                               | 1.1.0                        | findme-1.12.2-1.1.0-8.jar                                      | None                                     |
	| LCHIJA | foamfix                              | 0.10.5-1.12.2                | foamfix-0.10.5-1.12.2.jar                                      | None                                     |
	| LCHIJA | foamflower                           | 1.12.2-1.0.0.0-beta1         | foamflower-1.12.2-1.0.0.0-beta1.jar                            | None                                     |
	| LCHIJA | forgelin                             | 1.8.4                        | Forgelin-1.8.4.jar                                             | None                                     |
	| LCHIJA | forgemultipartcbe                    | 2.6.2.83                     | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | microblockcbe                        | 2.6.2.83                     | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                   | None                                     |
	| LCHIJA | minecraftmultipartcbe                | 2.6.2.83                     | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                   | None                                     |
	| LCHIJA | ftbutilities                         | 5.4.0.105                    | FTBUtilities-5.4.0.105.jar                                     | None                                     |
	| LCHIJA | ftbbackups                           | 0.0.0.ftbbackups             | FTBUtilitiesBackups-1.0.0.5.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 | ichunutil                            | 7.2.1                        | iChunUtil-1.12.2-7.2.1.jar                                     | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCHIJA | generallaymansaestheticspyingscreen  | 7.0.0                        | GeneralLaymansAestheticSpyingScreen-1.12.2-7.0.0.jar           | None                                     |
	| LCHIJA | grue                                 | 1.4.0                        | Grue-1.12.2-1.4.0.jar                                          | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCHIJA | hats                                 | 7.0.0                        | Hats-1.12.2-7.0.2.jar                                          | None                                     |
	| LCHIJA | hatstand                             | 7.0.0                        | HatStand-1.12.2-7.0.1.jar                                      | None                                     |
	| LCHIJA | headcrumbs                           | 2.0.4                        | Headcrumbs-1.12.2-2.0.5.17.jar                                 | None                                     |
	| LCHIJA | hopperducts                          | 1.5                          | hopperducts-mc1.12-1.5.jar                                     | None                                     |
	| LCHIJA | horsetweaks                          | 1.0.5                        | HorseTweaks_1.12.2-1.0.5.jar                                   | None                                     |
	| LCHIJA | huntingdim                           | 1.0.39                       | HuntingDimension-1.12.2-1.0.39.jar                             | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | igwmod                               | 1.4.4-15                     | IGW-Mod-1.12.2-1.4.4-15-universal.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 | teslacorelib                         | 1.0.15                       | tesla-core-lib-1.12.2-1.0.15.jar                               | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | industrialforegoing                  | 1.12.2-1.12.2                | industrialforegoing-1.12.2-1.12.13-237.jar                     | None                                     |
	| LCHIJA | infinitylib                          | 1.12.2-1.12.0                | infinitylib-1.12.0.jar                                         | None                                     |
	| LCHIJA | integrateddynamics                   | 1.1.0                        | IntegratedDynamics-1.12.2-1.1.0.jar                            | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCHIJA | integrateddynamicscompat             | 1.0.0                        | IntegratedDynamics-1.12.2-1.1.0.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 | mysticalagriculture                  | 1.7.5                        | MysticalAgriculture-1.12.2-1.7.5.jar                           | None                                     |
	| LCHIJA | mysticalagradditions                 | 1.3.2                        | MysticalAgradditions-1.12.2-1.3.2.jar                          | None                                     |
	| LCHIJA | nuclearcraft                         | 2.18i                        | NuclearCraft-2.18i-1.12.2.jar                                  | None                                     |
	| LCHIJA | harvestcraft                         | 1.12.2zb                     | Pam's HarvestCraft 1.12.2zf.jar                                | None                                     |
	| LCHIJA | mcjtylib_ng                          | 3.5.4                        | mcjtylib-1.12-3.5.4.jar                                        | None                                     |
	| LCHIJA | rftools                              | 7.72                         | rftools-1.12-7.72.jar                                          | None                                     |
	| LCHIJA | rustic                               | 1.1.1                        | rustic-1.1.1.jar                                               | None                                     |
	| LCHIJA | integrationforegoing                 | 1.12.2-1.9                   | IntegrationForegoing-1.12.2-1.9.jar                            | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
	| LCHIJA | inventorytweaks                      | 1.63+release.109.220f184     | InventoryTweaks-1.63.jar                                       | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LCHIJA | itemstages                           | 2.0.49                       | ItemStages-1.12.2-2.0.49.jar                                   | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | jaopcaagriculture                    | 1.12.2-1.2.1.16              | JAOPCAAgriculture-1.12.2-1.2.1.16.jar                          | None                                     |
	| LCHIJA | jaopcasingularities                  | 1.12.2-2.2.0.9               | JAOPCASingularities-1.12.2-2.2.0.9.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 | jaopcaadditions                      | 1.12.2-2.2.1.9               | JAOPCAAdditions-1.12.2-2.2.1.9.jar                             | None                                     |
	| LCHIJA | jehc                                 | 1.6.4                        | jehc-1.12.2-1.6.4.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 | jetif                                | 1.5.1                        | jetif-1.12.2-1.5.1.jar                                         | None                                     |
	| LCHIJA | journeymap                           | 1.12.2-5.5.5                 | journeymap-1.12.2-5.5.5.jar                                    | None                                     |
	| LCHIJA | jaff                                 | 1.7_for_1.12                 | JustAFewFish-1.7_for_1.12.jar                                  | None                                     |
	| LCHIJA | jee                                  | 1.0.8                        | JustEnoughEnergistics-1.12.2-1.0.8.jar                         | None                                     |
	| LCHIJA | justenoughpetroleum                  | 0.1                          | JustEnoughPetroleum-0.1.jar                                    | None                                     |
	| LCHIJA | jeresources                          | 0.9.2.60                     | JustEnoughResources-1.12.2-0.9.2.60.jar                        | None                                     |
	| LCHIJA | justsleep                            | 1.0.0.1                      | JustSleep-1.0.0.1.jar                                          | None                                     |
	| LCHIJA | keywizard                            | 1.12.2-1.7                   | keywizard-1.12.2-1.7.jar                                       | None                                     |
	| LCHIJA | kleeslabs                            | 5.4.12                       | KleeSlabs_1.12.2-5.4.12.jar                                    | None                                     |
	| LCHIJA | laggoggles                           | FAT-1.12.2-4.8               | LagGoggles-FAT-1.12.2-4.8.jar                                  | None                                     |
	| LCHIJA | lootcapacitortooltips                | 1.3                          | lootcapacitortooltips-1.3.jar                                  | None                                     |
	| LCHIJA | lost_aether                          | 0.1.1                        | lost_aether-content-1.12.2-v0.1.1.jar                          | None                                     |
	| LCHIJA | lostcities                           | 2.0.21                       | lostcities-1.12-2.0.21.jar                                     | None                                     |
	| LCHIJA | lostsouls                            | 1.1.4                        | lostsouls-1.12-1.1.4.jar                                       | None                                     |
	| LCHIJA | magicbees                            | 1.0                          | MagicBees-1.12.2-3.1.10.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 | moarboats                            | 4.1.2.1                      | moarboats-1.12.2-4.1.2.1.jar                                   | None                                     |
	| LCHIJA | psi                                  | r1.1-77                      | Psi-r1.1-77.jar                                                | None                                     |
	| LCHIJA | randomthings                         | 4.2.7.3                      | RandomThings-MC1.12.2-4.2.7.3.jar                              | d72e0dd57935b3e9476212aea0c0df352dd76291 |
	| LCHIJA | moarsigns                            | 6.0.0.11                     | MoarSigns-1.12.2-6.0.0.11.jar                                  | 5a57c7d1420cf4c58f53ea2a298ebef8215ede63 |
	| LCHIJA | mob_grinding_utils                   | 0.3.13                       | MobGrindingUtils-0.3.13.jar                                    | None                                     |
	| LCHIJA | numina                               | 1.12.2-1.0.38                | Numina-1.12.2-1.0.38.jar                                       | None                                     |
	| LCHIJA | powersuits                           | 1.12.2-1.0.46                | ModularPowersuits-1.12.2-1.0.46.jar                            | None                                     |
	| LCHIJA | morebees                             | 1.12.2-2.0.1                 | morebees-1.12.2-2.0.1.jar                                      | None                                     |
	| LCHIJA | moreoverlays                         | 1.15.1                       | moreoverlays-1.15.1-mc1.12.2.jar                               | None                                     |
	| LCHIJA | morpheus                             | 1.12.2-3.5.106               | Morpheus-1.12.2-3.5.106.jar                                    | None                                     |
	| LCHIJA | llibrary                             | 1.7.19                       | llibrary-1.7.19-1.12.2.jar                                     | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
	| LCHIJA | mowziesmobs                          | 1.5.4                        | mowziesmobs-1.5.4.jar                                          | None                                     |
	| LCHIJA | mrtjpcore                            | 2.1.4.43                     | MrTJPCore-1.12.2-2.1.4.43-universal.jar                        | None                                     |
	| LCHIJA | naturescompass                       | 1.5.1                        | NaturesCompass-1.12.2-1.5.1.jar                                | None                                     |
	| LCHIJA | neat                                 | 1.4-17                       | Neat 1.4-17.jar                                                | None                                     |
	| LCHIJA | netherchest                          | 1.1.1                        | netherchest-1.1.1.jar                                          | None                                     |
	| LCHIJA | nonvflash                            | 1.2.0                        | NoNVFlash-1.12.2-1.2.0.3-universal.jar                         | None                                     |
	| LCHIJA | norecipebook                         | 1.2.1                        | noRecipeBook_v1.2.2formc1.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 | ocdevices                            | snapshot_20190121            | ocdevices-snapshot_20190121.jar                                | None                                     |
	| LCHIJA | samsocean                            | 1.0.2                        | OceanFloor-1.12.2-1.0.2.jar                                    | None                                     |
	| LCHIJA | omlib                                | 3.1.3-246                    | omlib-1.12.2-3.1.3-246.jar                                     | None                                     |
	| LCHIJA | ompd                                 | 3.1.0-61                     | ompd-1.12.2-3.1.0-61.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 | openfm                               | 0.1.0.19                     | OpenFM-1.12.2-0.1.0.19.jar                                     | None                                     |
	| LCHIJA | openmodularturrets                   | 3.1.3-355                    | openmodularturrets-1.12.2-3.1.3-355.jar                        | None                                     |
	| LCHIJA | openprinter                          | 0.1.0.7                      | OpenPrinter-1.12.2-0.1.0.7.jar                                 | None                                     |
	| LCHIJA | openscreens                          | 1.0.1                        | openscreens-1.12.2-1.0.1.jar                                   | None                                     |
	| LCHIJA | opensecurity                         | 1.0-35                       | OpenSecurity-MC1.12.2-1.0-35.jar                               | None                                     |
	| LCHIJA | oreexcavation                        | 1.4.140                      | OreExcavation-1.4.140.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 | shetiphiancore                       | 3.5.9                        | shetiphiancore-1.12.0-3.5.9.jar                                | None                                     |
	| LCHIJA | platforms                            | 1.4.6                        | platforms-1.12.0-1.4.6.jar                                     | None                                     |
	| LCHIJA | portalgun                            | 7.1.0                        | PortalGun-1.12.2-7.1.0.jar                                     | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCHIJA | portality                            | 1.0-SNAPSHOT                 | portality-1.12.2-1.2.3-15.jar                                  | None                                     |
	| LCHIJA | projectintelligence                  | 1.0.8                        | ProjectIntelligence-1.12.2-1.0.8.25-universal.jar              | None                                     |
	| LCHIJA | projectred-core                      | 4.9.4.120                    | ProjectRed-1.12.2-4.9.4.120-Base.jar                           | None                                     |
	| LCHIJA | projectred-integration               | 4.9.4.120                    | ProjectRed-1.12.2-4.9.4.120-integration.jar                    | None                                     |
	| LCHIJA | projectred-transmission              | 4.9.4.120                    | ProjectRed-1.12.2-4.9.4.120-integration.jar                    | None                                     |
	| LCHIJA | projectred-fabrication               | 4.9.4.120                    | ProjectRed-1.12.2-4.9.4.120-fabrication.jar                    | None                                     |
	| LCHIJA | projectred-illumination              | 4.9.4.120                    | ProjectRed-1.12.2-4.9.4.120-lighting.jar                       | None                                     |
	| LCHIJA | projectred-exploration               | 4.9.4.120                    | ProjectRed-1.12.2-4.9.4.120-world.jar                          | None                                     |
	| LCHIJA | rangedpumps                          | 0.5                          | rangedpumps-0.5.jar                                            | None                                     |
	| LCHIJA | realdrops                            | 1.2.14                       | RealisticItemDrops-1.2.14.jar                                  | None                                     |
	| LCHIJA | recipestages                         | 1.1.3                        | RecipeStages-1.1.3.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 | xreliquary                           | 1.12.2-1.3.4.796             | Reliquary-1.12.2-1.3.4.796.jar                                 | None                                     |
	| 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 | rftoolspower                         | 1.2.0                        | rftoolspower-1.12-1.2.0.jar                                    | None                                     |
	| LCHIJA | rftpwroc                             | 0.1                          | rftpwr_oc-0.2.jar                                              | None                                     |
	| LCHIJA | corerm                               | 1.3.3                        | RikMuldsCore_1.3.3.jar                                         | None                                     |
	| LCHIJA | roguelike                            | 1.8.0                        | RoguelikeDungeons-1.12.2-1.8.0.jar                             | None                                     |
	| LCHIJA | rusticthaumaturgy                    | 4.4a                         | Rustic Thaumaturgy-4.4a.jar                                    | None                                     |
	| LCHIJA | rusticbopwoods                       | 1.0                          | rusticbopwoods-1.0.jar                                         | None                                     |
	| LCHIJA | shutters                             | 1.12.2-1.0-pre               | shutters-1.12.2-1.0b.jar                                       | None                                     |
	| LCHIJA | similsaxtranstructors                | 1.12-1.0.21                  | SimilsaxTranstructors-1.12-1.0.22.jar                          | None                                     |
	| LCHIJA | thermaldynamics                      | 2.5.5                        | ThermalDynamics-1.12.2-2.5.5.21-universal.jar                  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | simplyjetpacks                       | 2.2.13.66                    | SimplyJetpacks2-1.12.2-2.2.13.66.jar                           | None                                     |
	| LCHIJA | smoothwater                          | 0.1.4                        | SmoothWater-0.1.4.jar                                          | None                                     |
	| LCHIJA | solarflux                            | 4.35r                        | SolarFluxReborn_1.12.2-4.35r.jar                               | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
	| LCHIJA | spatialservermod                     | 1.3                          | spatialservermod-1.3.jar                                       | None                                     |
	| LCHIJA | stevekung's_lib                      | 1.1.5                        | SteveKunG's-Lib-1.12.2-1.1.5.jar                               | b3468b224a74e296555ad7efeb35f482e6f445de |
	| LCHIJA | stevescarts                          | 2.4.31.135                   | StevesCarts-1.12.2-2.4.31.135.jar                              | None                                     |
	| LCHIJA | storagedrawers                       | 1.12.2-5.4.0                 | StorageDrawers-1.12.2-5.4.0.jar                                | None                                     |
	| LCHIJA | streams                              | 0.4.7                        | Streams-1.12-0.4.7.jar                                         | None                                     |
	| LCHIJA | supersoundmuffler                    | 1.0.2.10                     | supersoundmuffler-1.12.2-1.0.2.10.jar                          | None                                     |
	| LCHIJA | sync                                 | 7.1.0                        | Sync-1.12.2-7.1.0.jar                                          | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCHIJA | tallgates                            | 1.0.0                        | TallGates-1.12.2-1.0.0.1.jar                                   | None                                     |
	| LCHIJA | tc6aspects4jei                       | 0.0.2a                       | tc6aspects4jei-0.0.2a.jar                                      | None                                     |
	| LCHIJA | thaumcomp                            | 0.5.1                        | ThaumicComputers-MC1.12.2-0.5.1.jar                            | None                                     |
	| LCHIJA | thaumicjei                           | 1.6.0                        | ThaumicJEI-1.12.2-1.6.0-27.jar                                 | None                                     |
	| LCHIJA | thaumicenergistics                   | 2.2.3                        | thaumicenergistics-2.2.3.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 | beneath                              | 1.5.1                        | The Beneath-1.12.2-1.5.1.jar                                   | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
	| LCHIJA | thermalcultivation                   | 0.3.3                        | ThermalCultivation-1.12.2-0.3.3.12-universal.jar               | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | thermalinnovation                    | 0.3.3                        | ThermalInnovation-1.12.2-0.3.3.12-universal.jar                | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHIJA | tombmanygraves                       | 1.12-4.2.0                   | TombManyGraves-1.12-4.2.0.jar                                  | None                                     |
	| LCHIJA | tombmanygraves2api                   | 1.12.2-1.0.0                 | tombmanygraves2api-1.12.2-1.0.0.jar                            | None                                     |
	| LCHIJA | tombmanypluginscosmeticarmorreworked | 1.0.0                        | tombmanypluginscosmeticarmorreworked-1.0.0.jar                 | None                                     |
	| LCHIJA | tombmanypluginsgalacticraft          | 1.0.0                        | tombmanypluginsgalacticraft-1.0.0.jar                          | None                                     |
	| LCHIJA | thebetweenlands                      | 3.4.11                       | TheBetweenlands-3.4.11-universal.jar                           | 38067d6878811efb38b6a045521cfd80b9b60b38 |
	| LCHIJA | tombmanypluginsthebetweenlands       | 1.0.0                        | tombmanypluginsthebetweenlands-1.0.0.jar                       | None                                     |
	| LCHIJA | totemic                              | 1.12.2-0.11.6                | Totemic-1.12.2-0.11.6.jar                                      | 21d11d7bf4d97b465382a1f95428029aac6daaea |
	| LCHIJA | translocators                        | 2.5.2.81                     | Translocators-1.12.2-2.5.2.81-universal.jar                    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHIJA | tropicraft                           | 7.1.9.115                    | tropicraft-MC1.12.2-7.1.9.115.jar                              | None                                     |
	| LCHIJA | trzlib                               | 3.0.10                       | trzlib-1.12.2-3.0.10-universal.jar                             | None                                     |
	| LCHIJA | tumbleweed                           | 1.11-0.4.5                   | tumbleweed-1.11-0.4.5.jar                                      | None                                     |
	| LCHIJA | underwaterrails                      | 1.0.0                        | underwaterrails-1.0.0-universal.jar                            | None                                     |
	| LCHIJA | universalmodifiers                   | 1.12.2-1.0.16.1              | valkyrielib-1.12.2-2.0.20.1.jar                                | None                                     |
	| LCHIJA | vending                              | 1.12.2-3.0.1.2               | vending-1.12.2-3.0.1.2.jar                                     | None                                     |
	| LCHIJA | vc                                   | 5.9.13                       | ViesCraft-1.12.2-5.9.13.jar                                    | None                                     |
	| LCHIJA | waddles                              | 0.6.0                        | Waddles-1.12.2-0.6.0.jar                                       | None                                     |
	| LCHIJA | wailaharvestability                  | 1.1.12                       | WailaHarvestability-mc1.12-1.1.12.jar                          | None                                     |
	| LCHIJA | wailastages                          | 2.0.23                       | WailaStages-1.12.2-2.0.23.jar                                  | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | wanionlib                            | 1.12.2-2.2                   | WanionLib-1.12.2-2.2.jar                                       | None                                     |
	| LCHIJA | wawla                                | 2.5.273                      | Wawla-1.12.2-2.5.273.jar                                       | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCHIJA | wct                                  | 3.12.93                      | WirelessCraftingTerminal-1.12.2-3.12.93.jar                    | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
	| LCHIJA | woot                                 | 1.12.2-1.4.11                | woot-1.12.2-1.4.11.jar                                         | None                                     |
	| LCHIJA | wopper                               | 1.12-r5                      | Wopper-1.12-r5.jar                                             | None                                     |
	| LCHIJA | worldedit                            | 6.1.10-SNAPSHOT              | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar              | None                                     |
	| LCHIJA | worldeditcuife2                      | 2.1.2-mf-1.12.2-14.23.5.2768 | WorldEdit CUI Forge Edition 2-2.1.2-mf-1.12.2-14.23.5.2768.jar | None                                     |
	| LCHIJA | orelib                               | 3.5.2.2                      | OreLib-1.12.2-3.5.2.2.jar                                      | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| LCHIJA | dsurround                            | 3.5.4.3                      | DynamicSurroundings-1.12.2-3.5.4.3.jar                         | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| LCHIJA | industrialwires                      | 1.7-36                       | IndustrialWires-1.7-36.jar                                     | 7e11c175d1e24007afec7498a1616bef0000027d |
	| LCHIJA | rendertoolkit                        | 1.1.2                        | Commons0815-MC1.12.2-1.1.2.jar                                 | None                                     |
	| LCHIJA | guitoolkit                           | 1.1.2                        | Commons0815-MC1.12.2-1.1.2.jar                                 | None                                     |
	| LCHIJA | openglasses                          | @VERSION@-36                 | OpenGlasses-MC1.12.2-2.2-36.jar                                | None                                     |
	| LCHIJA | phosphor-lighting                    | 1.12.2-0.2.6                 | phosphor-1.12.2-0.2.6+build50-universal.jar                    | f0387d288626cc2d937daa504e74af570c52a2f1 |
	| LCHIJA | reauth                               | 3.6.0                        | reauth-3.6.0.jar                                               | daba0ec4df71b6da841768c49fb873def208a1e3 |
	| LCHIJA | eleccoreloader                       | 1.9.452                      | ElecCore-1.12.2-1.9.452.jar                                    | None                                     |
	| LCHIJA | mysticallib                          | 1.12.2-1.3.7                 | mysticallib-1.12.2-1.3.7.jar                                   | None                                     |
	| LCHIJA | ocsensors                            | 1.0.4                        | ocsensors-1.0.4-b23.jar                                        | None                                     |
	| LCHIJA | teslacorelib_registries              | 1.0.15                       | tesla-core-lib-1.12.2-1.0.15.jar                               | None                                     |
	| LCHIJA | wrapup                               | 1.12-1.1.3                   | WrapUp-1.12-1.1.3.jar                                          | None                                     |

	Loaded coremods (and transformers): 
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  lumien.bloodmoon.asm.ClassTransformer
p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  p455w0rdslib.asm.ClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  
SteveKunGLibPlugin (SteveKunG's-Lib-1.12.2-1.1.5.jar)
  
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.231.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  
SmoothWaterCore (SmoothWater-0.1.4.jar)
  pl.asie.smoothwater.SmoothWaterTransformer
HCASM (HammerCore-1.12.2-2.0.5.0.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
  
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  org.orecruncher.dsurround.asm.Transformer
FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  farseek.core.FarseekClassTransformer
OFMDepLoader (OpenFM-1.12.2-0.1.0.19.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.5-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
Quark Plugin (Quark-r1.6-177.jar)
  vazkii.quark.base.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
  
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.11-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  li.cil.oc.common.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  
CorePlugin (SmoothFont-mc1.12.2-2.1.1.jar)
  bre.smoothfont.asm.Transformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CorePlugin (ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar)
  
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  shetiphian.asm.ClassTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  lumien.randomthings.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.69-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
SoundUnpack (OpenSecurity-MC1.12.2-1.0-35.jar)
  
IELoadingPlugin (ImmersiveEngineering-core-0.12-91.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 436.15' Renderer: 'GeForce GTX 970/PCIe/SSE2'
	OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[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)
		- NaturaTools (Enabled/Not Forced)
		- NaturaEntities (Enabled/Not Forced)
		- NaturaOredict (Enabled/Forced)
		- NaturaWorld (Enabled/Not Forced)

	Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 4482 names; 9489 stacks.
Pastebin Connection: Okay.
Dependent Mods:
    -Expanded Equivalence (expequiv) @13r

	List of loaded APIs: 
		* ae2wtlib|API (1.0.30) from AE2WTLib-1.12.2-1.0.30.jar
		* AetherAPI (v1.0.0) from aether_legacy-1.12.2-v1.4.4.jar
		* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
		* asielibAPI (1.1) from Computronics-1.12.2-1.6.6.jar
		* asielibAPI|tile (1.0) from Computronics-1.12.2-1.6.6.jar
		* asielibAPI|tool (1.1) from Computronics-1.12.2-1.6.6.jar
		* AtumAPI (0.0.2) from Atum-1.12.2-2.0.13.jar
		* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
		* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
		* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
		* BetweenlandsAPI (1.12.2) from TheBetweenlands-3.4.11-universal.jar
		* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.2-104.jar
		* BotaniaAPI (93) from Botania r1.10-362.jar
		* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.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.4.jar
		* computronicsAPI (1.3) from Computronics-1.12.2-1.6.6.jar
		* computronicsAPI|audio (1.0) from Computronics-1.12.2-1.6.6.jar
		* computronicsAPI|chat (1.3) from Computronics-1.12.2-1.6.6.jar
		* computronicsAPI|multiperipheral (1.1) from Computronics-1.12.2-1.6.6.jar
		* computronicsAPI|tape (1.0) from Computronics-1.12.2-1.6.6.jar
		* Core (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* Core|Blocks (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* Core|Constants (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* Core|Entities (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* Core|Entities|Data (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* Core|Entities|Data|Role (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* Core|Events (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* Core|Handlers (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* Core|Handlers|Data (0.1) from CustomNPCs_1.12.2(30Jan19).jar
		* cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4a.jar
		* CSLib|API (1.0.1) from PTRLib-1.0.4.jar
		* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
		* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
		* ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
		* enderioapi (4.0.0) from EnderIO-1.12.2-5.1.51.jar
		* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.51.jar
		* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.51.jar
		* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.51.jar
		* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.51.jar
		* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.51.jar
		* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.51.jar
		* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.51.jar
		* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.51.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.394.jar
		* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.394.jar
		* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.394.jar
		* ForgeEndertechAPI (1.0) from ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar
		* Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.2.231.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
		* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-91.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-91.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.0.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.5.jar
		* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
		* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
		* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
		* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
		* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.289.jar
		* MoarSigns|API (1.3) from MoarSigns-1.12.2-6.0.0.11.jar
		* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.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.4.153.jar
		* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
		* PatchouliAPI (6) from Patchouli-1.0-20.jar
		* projecteapi (1.12.2-1.2.0) from ProjectE-1.12.2-PE1.4.1.jar
		* projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
		* PsiAPI (15) from Psi-r1.1-77.jar
		* QuarkAPI (4) from Quark-r1.6-177.jar
		* railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar
		* railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar
		* railcraft:api_core (3.2.0) from railcraft-12.0.0.jar
		* railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar
		* railcraft:api_events (2.0.0) from railcraft-12.0.0.jar
		* railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar
		* railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar
		* railcraft:api_items (2.4.0) from railcraft-12.0.0.jar
		* railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar
		* railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar
		* reborncoreAPI (3.16.2.473) from RebornCore-1.12.2-3.16.2.473-universal.jar
		* reborncoreAPI|Power (3.16.2.473) from RebornCore-1.12.2-3.16.2.473-universal.jar
		* reborncoreAPI|Praescriptum (3.16.2.473) from RebornCore-1.12.2-3.16.2.473-universal.jar
		* reborncoreAPI|Recipe (3.16.2.473) from RebornCore-1.12.2-3.16.2.473-universal.jar
		* reborncoreAPI|Tile (3.16.2.473) from RebornCore-1.12.2-3.16.2.473-universal.jar
		* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
		* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.31.135.jar
		* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.31.135.jar
		* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
		* Thaumcraft|API (6.0.2) from railcraft-12.0.0.jar
		* totemic|API (1.12.2-7.1.0) from Totemic-1.12.2-0.11.6.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.93.jar
	RebornCore: 
		Plugin Engine: 0
		RebornCore Version: 3.16.2.473
		Runtime Debofucsation 1
		RenderEngine: 0
	[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: Greenhouse, Backpack, Worktable
	AE2 Integration: IC2:OFF, RC:ON, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON
	Launched Version: forge-14.23.5.2847
	LWJGL: 2.9.4
	OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.15, NVIDIA Corporation
	GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

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

Other odd issues:

  • I teleported to far away and tried placing a bamboo item frame. It was placed down, but did not render. (I could hear it place, it popped off when the backing block was broken, etc.)
  • Starting a single player world, placing a bamboo item frame, and then joining the server seems to have temporarily fixed the issue. Not sure why, but I'm just going to swap to normal item frames for now to be safe!