MineColonies

MineColonies

53M Downloads

Delivery Man Issues

MissMarley opened this issue ยท 21 comments

commented

Minecolonies version

Custom Setup
Minecraft v 1.12.2 (1.12.2 forge 2768)
Minecolonies version ripped from ATM3 via Twitch

Expected behavior

Delivery Man takes all requests, pulls the items required, and delivers them.

Actual behaviour

There are a number of issues with this process
1.) If the Delivery Man decides he is going to take the items necessary (for example 1 Dirt) he will instead take the entire stack of dirt and deliver it - meaning the second builder, if requiring 1 Dirt, will not have access to said dirt unless it is returned to the Warehouse
2.) A Builder Requiring several things to complete a building, will have their Builder Inventory (in hut) taken from them consistently throughout the build. Causing them to wait for those things to be re-delivered out to them and slowing down the building process.
3.) This is the most common problem, or rather most frustrating - I have checked the Clipboard and see requests from -most- of the Builders/Workers, but more often than not, the Delivery Man ignores the items in the warehouse. I seem to have to pick up the item and put it in another Rack for him to be able to see it.
4.) Less of a problem, but also noteworthy - Whenever I look in the Delivery Man's inventory, it displays nothing. I have a hunch he has horded things in there but I can't see any items to verify if this is true.

Steps to reproduce the problem

Hiring/Rehiring
Checking on Delivery Man needs (food/house)
Purging Warehouse inventories
Switching Racks
Taking the requests from the Builders/Workers, putting them in another nearby building inventory (eg: Put the items requested in the Smelters box) so the builder would pick them up from there, drop them off in the Warehouse, and then pick up items and deliver them properly.

I dont want to have to constantly be stood in my warehouse and going between warehouse and builders/workers to check if they want something, then go in my warehouse and pick up the item.

commented

I dont know how i got the API. o.e the link provided literally only has one download on it - but I managed to download something wonky. lmfao. Loading up now, I'll let you know how it goes. (RIP my original village tho, all those hut blocks are poofed)

commented

Have a backup?

commented

Nope! I'm not horribly fussed over it. New builds are fun anyway :3
It seemed to be going pretty well, until the crash. Heres hoping its the last one:

---- Minecraft Crash Report ----

WARNING: coremods are present:
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
Plugin (NotEnoughIDs-1.5.4.3.jar)
PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
FMLPlugin (elulib-0.1.12.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 12/7/18 2:38 PM
Description: Rendering item

java.lang.ArrayIndexOutOfBoundsException: 31
at ic2.core.model.MergedItemModel.setSpriteUnchecked(MergedItemModel.java:118)
at ic2.core.model.MergedItemModel.setSprite(MergedItemModel.java:65)
at ic2.core.model.MaskOverlayModel.get(MaskOverlayModel.java:87)
at ic2.core.item.FluidCellModel.access$100(FluidCellModel.java:21)
at ic2.core.item.FluidCellModel$1.handleItemState(FluidCellModel.java:45)
at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at Reflector.call(Reflector.java:955)
at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:398)
at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:258)
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:210)
at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:265)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:98)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:643)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:381)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at Reflector.callVoid(Reflector.java:648)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1456)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1118)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
at ic2.core.model.MergedItemModel.setSpriteUnchecked(MergedItemModel.java:118)
at ic2.core.model.MergedItemModel.setSprite(MergedItemModel.java:65)
at ic2.core.model.MaskOverlayModel.get(MaskOverlayModel.java:87)
at ic2.core.item.FluidCellModel.access$100(FluidCellModel.java:21)
at ic2.core.item.FluidCellModel$1.handleItemState(FluidCellModel.java:45)
at sun.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at Reflector.call(Reflector.java:955)
at net.minecraft.client.renderer.RenderItem.func_184393_a(RenderItem.java:398)
at codechicken.lib.render.item.CCRenderItem.func_184393_a(CCRenderItem.java:258)

-- Item being rendered --
Details:
Item Type: ic2.core.item.ItemFluidCell@641a3fdd
Item Aux: 0
Item NBT: {Fluid:{FluidName:"binnie.dna.raw",Amount:1000}}
Item Foil: false
Stacktrace:
at codechicken.lib.render.item.CCRenderItem.func_184391_a(CCRenderItem.java:210)
at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:265)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:98)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:643)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:381)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at Reflector.callVoid(Reflector.java:648)

-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiContainerCreative
Mouse location: Scaled: (315, 53). Absolute: (1258, 844)
Screen size: Scaled: (465, 265). Absolute: (1857, 1057). Scale factor of 4

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['MarleyQuinn'/5801, l='MpServer', x=1996.43, y=70.62, z=1225.39]]
Chunk stats: MultiplayerChunkCache: 3969, 3969
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-28,64,256), Chunk: (at 4,4,0 in -2,16; contains blocks -32,0,256 to -17,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 90538 game time, 6267 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: 190 total; [EntityEnderman['Enderman'/172047, l='MpServer', x=1939.50, y=43.00, z=1148.50], EntityFishCod['Cod'/172062, l='MpServer', x=1961.50, y=53.00, z=1300.50], EntityFishCod['Cod'/172060, l='MpServer', x=1964.50, y=53.00, z=1301.50], EntityFishCod['Cod'/172061, l='MpServer', x=1962.61, y=54.04, z=1298.08], EntitySquid['Squid'/172083, l='MpServer', x=1977.04, y=60.63, z=1208.26], EntitySquid['Squid'/172080, l='MpServer', x=1945.12, y=52.25, z=1224.40], EntitySquid['Squid'/172086, l='MpServer', x=1990.97, y=58.77, z=1212.78], EntitySquid['Squid'/172084, l='MpServer', x=1980.52, y=60.40, z=1208.95], EntitySquid['Squid'/172085, l='MpServer', x=1981.33, y=58.61, z=1206.41], EntitySquid['Squid'/172090, l='MpServer', x=1936.02, y=54.70, z=1240.52], EntitySquid['Squid'/172091, l='MpServer', x=1976.33, y=60.39, z=1184.10], EntitySquid['Squid'/172094, l='MpServer', x=1971.38, y=60.72, z=1175.40], EntitySquid['Squid'/172093, l='MpServer', x=1978.30, y=61.06, z=1176.40], EntitySophisticatedWolf['Sophisticated Wolf'/159808, l='MpServer', x=1951.50, y=67.00, z=1134.50], EntityPlayerSP['MarleyQuinn'/5801, l='MpServer', x=1996.43, y=70.62, z=1225.39], EntityZombie['Zombie'/172136, l='MpServer', x=2058.50, y=42.00, z=1174.50], EntityFishCod['Cod'/172166, l='MpServer', x=1957.60, y=59.20, z=1217.72], EntityFishCod['Cod'/172167, l='MpServer', x=1963.24, y=58.89, z=1228.32], EntityFishCod['Cod'/172168, l='MpServer', x=1962.81, y=57.93, z=1231.38], EntityCoconut['entity.coconut.name'/170200, l='MpServer', x=1999.30, y=63.00, z=1277.50], EntityCreeper['Creeper'/172260, l='MpServer', x=1939.50, y=50.00, z=1160.50], EntityFishCod['Cod'/172324, l='MpServer', x=1947.50, y=59.00, z=1302.50], EntityFishCod['Cod'/172325, l='MpServer', x=1947.50, y=59.00, z=1304.50], EntityCreeper['Creeper'/172414, l='MpServer', x=1929.50, y=28.00, z=1267.50], EntitySophisticatedWolf['Sophisticated Wolf'/166290, l='MpServer', x=1993.29, y=66.00, z=1250.50], EntitySophisticatedWolf['Sophisticated Wolf'/166292, l='MpServer', x=2022.31, y=68.00, z=1242.51], EntitySophisticatedWolf['Sophisticated Wolf'/166293, l='MpServer', x=1998.45, y=66.00, z=1256.46], EntityFishSalmon['Salmon'/164271, l='MpServer', x=1963.70, y=62.10, z=1213.19], EntitySheep['Sheep'/47559, l='MpServer', x=1953.26, y=67.00, z=1162.57], EntityFishSalmon['Salmon'/160216, l='MpServer', x=1987.83, y=60.83, z=1208.28], EntityFishCod['Cod'/172555, l='MpServer', x=1952.29, y=50.20, z=1239.34], EntityFishCod['Cod'/172552, l='MpServer', x=1955.31, y=51.20, z=1227.64], EntityItem['item.item.terraqueous.multifood.coconut'/170543, l='MpServer', x=1997.53, y=75.00, z=1275.21], EntityCreeper['Creeper'/170541, l='MpServer', x=2006.50, y=46.00, z=1255.50], EntityFishCod['Cod'/172606, l='MpServer', x=1941.50, y=48.00, z=1287.50], EntitySophisticatedWolf['Sophisticated Wolf'/162375, l='MpServer', x=2058.50, y=70.00, z=1274.50], EntitySheep['Sheep'/47694, l='MpServer', x=2013.21, y=67.00, z=1164.79], EntitySheep['Sheep'/47695, l='MpServer', x=2046.30, y=67.00, z=1204.17], EntityFishCod['Cod'/172634, l='MpServer', x=1961.50, y=48.00, z=1268.50], EntityFishCod['Cod'/172635, l='MpServer', x=1964.50, y=48.00, z=1267.50], EntityBat['Bat'/172646, l='MpServer', x=1939.25, y=25.00, z=1258.54], EntityBat['Bat'/172647, l='MpServer', x=1943.17, y=22.10, z=1265.15], EntityBat['Bat'/172645, l='MpServer', x=1942.02, y=22.13, z=1264.58], EntitySheep['Sheep'/47755, l='MpServer', x=1985.80, y=68.00, z=1166.34], EntitySheep['Sheep'/47756, l='MpServer', x=1978.79, y=68.00, z=1157.54], EntitySheep['Sheep'/47757, l='MpServer', x=1961.78, y=67.00, z=1163.59], EntitySheep['Sheep'/47758, l='MpServer', x=1992.82, y=68.00, z=1166.54], EntitySophisticatedWolf['Sophisticated Wolf'/170637, l='MpServer', x=2056.50, y=68.00, z=1238.50], EntityPig['Pig'/47759, l='MpServer', x=1952.49, y=68.00, z=1148.67], EntityFishCod['Cod'/172691, l='MpServer', x=1925.55, y=48.68, z=1287.14], EntityPig['Pig'/47762, l='MpServer', x=2011.78, y=67.00, z=1160.49], EntityFishCod['Cod'/172698, l='MpServer', x=1943.50, y=53.00, z=1298.50], EntityFishCod['Cod'/172701, l='MpServer', x=1944.50, y=53.00, z=1299.50], EntitySheep['Sheep'/47799, l='MpServer', x=1976.82, y=67.00, z=1169.63], EntitySheep['Sheep'/47800, l='MpServer', x=1993.41, y=68.00, z=1186.78], EntitySheep['Sheep'/47801, l='MpServer', x=2003.79, y=68.00, z=1171.71], EntitySheep['Sheep'/47802, l='MpServer', x=2016.77, y=67.00, z=1149.55], EntitySheep['Sheep'/47822, l='MpServer', x=1977.57, y=68.00, z=1153.26], EntitySkeleton['Skeleton'/172748, l='MpServer', x=2046.54, y=40.00, z=1162.78], EntityCreeper['Creeper'/172755, l='MpServer', x=2003.50, y=41.00, z=1250.50], EntityZombie['Zombie'/172753, l='MpServer', x=1996.74, y=45.00, z=1257.47], EntityCoconut['entity.coconut.name'/172763, l='MpServer', x=1908.30, y=75.92, z=1186.30], EntityBat['Bat'/172760, l='MpServer', x=2037.39, y=19.74, z=1163.11], EntityBat['Bat'/172770, l='MpServer', x=2021.25, y=19.03, z=1197.25], EntityCreeper['Creeper'/172779, l='MpServer', x=2042.50, y=42.00, z=1170.50], EntitySophisticatedWolf['Sophisticated Wolf'/170733, l='MpServer', x=2052.50, y=68.00, z=1232.50], EntityFishClownfish['Clownfish'/172787, l='MpServer', x=1944.50, y=57.00, z=1289.50], EntityFishClownfish['Clownfish'/172785, l='MpServer', x=1945.50, y=57.00, z=1293.50], EntityZombie['Zombie'/172799, l='MpServer', x=2003.50, y=48.00, z=1256.50], EntityItem['item.item.terraqueous.itemmain.leather.belt'/168706, l='MpServer', x=1972.14, y=63.00, z=1210.48], EntitySkeleton['Skeleton'/172812, l='MpServer', x=2000.30, y=42.00, z=1260.58], EntityFishCod['Cod'/172822, l='MpServer', x=1995.24, y=60.54, z=1291.60], EntityFishCod['Cod'/172821, l='MpServer', x=1998.50, y=60.00, z=1290.50], EntityCreeper['Creeper'/172841, l='MpServer', x=1977.50, y=16.00, z=1167.50], EntityFishCod['Cod'/172856, l='MpServer', x=1963.79, y=57.83, z=1242.61], EntityFishCod['Cod'/172857, l='MpServer', x=1967.42, y=57.78, z=1240.72], EntityFishCod['Cod'/172870, l='MpServer', x=1938.50, y=48.00, z=1258.50], EntityFishCod['Cod'/172871, l='MpServer', x=1935.50, y=48.00, z=1257.50], EntityZombie['Zombie'/172874, l='MpServer', x=2032.50, y=40.00, z=1161.50], EntityFishCod['Cod'/172872, l='MpServer', x=1936.50, y=48.00, z=1261.50], EntityFishCod['Cod'/172873, l='MpServer', x=1935.50, y=48.00, z=1261.50], EntityPig['Pig'/45905, l='MpServer', x=1996.11, y=65.00, z=1257.01], EntityPig['Pig'/45906, l='MpServer', x=1999.24, y=67.00, z=1240.53], EntityPig['Pig'/45907, l='MpServer', x=2000.48, y=66.00, z=1242.04], EntityPig['Pig'/45908, l='MpServer', x=1993.49, y=67.00, z=1243.76], EntitySquid['Squid'/168791, l='MpServer', x=1978.60, y=61.00, z=1237.78], EntityCow['Cow'/47968, l='MpServer', x=2034.50, y=67.00, z=1297.50], EntityCow['Cow'/47969, l='MpServer', x=2034.50, y=67.00, z=1299.50], EntityCow['Cow'/47970, l='MpServer', x=2034.50, y=67.00, z=1296.50], EntityCow['Cow'/47971, l='MpServer', x=2035.50, y=67.00, z=1297.50], EntitySquid['Squid'/168815, l='MpServer', x=1989.19, y=61.54, z=1209.82], EntityZombie['Zombie'/170869, l='MpServer', x=1989.50, y=52.00, z=1145.50], EntitySophisticatedWolf['Sophisticated Wolf'/152449, l='MpServer', x=2051.50, y=68.00, z=1149.67], EntityFishCod['Cod'/172938, l='MpServer', x=1965.50, y=50.00, z=1293.50], EntityFishCod['Cod'/172939, l='MpServer', x=1964.50, y=50.00, z=1292.50], EntityFishCod['Cod'/172937, l='MpServer', x=1964.50, y=50.00, z=1293.50], EntityZombie['Zombie'/172942, l='MpServer', x=1941.50, y=28.00, z=1276.50], EntityCreeper['Creeper'/172943, l='MpServer', x=1938.50, y=28.00, z=1272.50], EntityFishCod['Cod'/172940, l='MpServer', x=1967.50, y=50.00, z=1293.50], EntityCoconut['entity.coconut.name'/170893, l='MpServer', x=1906.60, y=66.00, z=1186.40], EntityCreeper['Creeper'/172941, l='MpServer', x=1939.50, y=28.00, z=1274.50], EntityCreeper['Creeper'/172944, l='MpServer', x=1935.50, y=28.00, z=1272.50], EntityBat['Bat'/172960, l='MpServer', x=1943.79, y=45.90, z=1151.37], EntitySkeleton['Skeleton'/172982, l='MpServer', x=2002.34, y=40.00, z=1253.72], EntityBat['Bat'/172986, l='MpServer', x=2009.79, y=41.23, z=1254.36], EntityZombie['Zombie'/172989, l='MpServer', x=1940.46, y=49.00, z=1164.74], EntitySophisticatedWolf['Sophisticated Wolf'/168898, l='MpServer', x=1904.50, y=68.00, z=1126.50], EntitySophisticatedWolf['Sophisticated Wolf'/172994, l='MpServer', x=1909.50, y=68.00, z=1137.50], EntityCitizen['Maria P. Aldebourne'/123894, l='MpServer', x=1991.50, y=68.00, z=1156.02], EntityCitizen['Grayson A. Cunningham'/125714, l='MpServer', x=1975.04, y=72.00, z=1067.50], EntityCitizen['Patricia M. Asplin'/126814, l='MpServer', x=2061.48, y=77.15, z=1117.30], EntityCitizen['Ezra V. Gomershall'/128027, l='MpServer', x=2018.19, y=72.00, z=1112.43], EntitySophisticatedWolf['Sophisticated Wolf'/172995, l='MpServer', x=1909.50, y=68.00, z=1136.50], EntityCreeper['Creeper'/172992, l='MpServer', x=1932.70, y=53.00, z=1170.30], EntitySophisticatedWolf['Sophisticated Wolf'/168897, l='MpServer', x=1902.50, y=68.00, z=1125.50], EntitySophisticatedWolf['Sophisticated Wolf'/172993, l='MpServer', x=1901.49, y=68.00, z=1140.51], EntitySkeleton['Skeleton'/173011, l='MpServer', x=2045.50, y=42.00, z=1160.50], EntitySkeleton['Skeleton'/173009, l='MpServer', x=2047.50, y=42.00, z=1162.50], EntityFishCod['Cod'/173014, l='MpServer', x=1975.50, y=51.00, z=1288.50], EntitySophisticatedWolf['Sophisticated Wolf'/168919, l='MpServer', x=2068.50, y=67.00, z=1210.50], EntityFishCod['Cod'/173015, l='MpServer', x=1979.50, y=51.00, z=1285.50], EntityFishCod['Cod'/173016, l='MpServer', x=1979.50, y=51.00, z=1281.50], EntityFishCod['Cod'/173017, l='MpServer', x=1974.46, y=51.00, z=1283.30], EntityLatchedRenderer['unknown'/173033, l='MpServer', x=1996.43, y=70.62, z=1225.39], EntityFishCod['Cod'/173038, l='MpServer', x=1965.83, y=56.80, z=1239.61], EntityFishCod['Cod'/173039, l='MpServer', x=1969.37, y=60.10, z=1230.58], EntityFishCod['Cod'/173040, l='MpServer', x=1968.55, y=61.75, z=1243.40], EntityFishCod['Cod'/173041, l='MpServer', x=1965.59, y=60.20, z=1241.73], EntityFishCod['Cod'/173046, l='MpServer', x=1929.50, y=55.00, z=1254.50], EntityFishCod['Cod'/173047, l='MpServer', x=1925.50, y=55.00, z=1255.50], EntityItem['item.item.terraqueous.multifood.coconut'/168948, l='MpServer', x=2001.88, y=64.00, z=1277.25], EntityCow['Cow'/48120, l='MpServer', x=2072.35, y=68.00, z=1183.15], EntityFishCod['Cod'/173048, l='MpServer', x=1925.50, y=55.00, z=1257.50], EntityFishCod['Cod'/173049, l='MpServer', x=1920.50, y=55.00, z=1260.50], EntityZombie['Zombie'/173069, l='MpServer', x=1917.50, y=24.00, z=1267.50], EntityFishCod['Cod'/171029, l='MpServer', x=1956.61, y=57.93, z=1243.81], EntityFishCod['Cod'/173086, l='MpServer', x=1934.50, y=58.00, z=1243.50], EntityFishCod['Cod'/173087, l='MpServer', x=1934.50, y=58.00, z=1241.50], EntityFishCod['Cod'/173084, l='MpServer', x=1935.50, y=58.00, z=1237.50], EntityFishCod['Cod'/173085, l='MpServer', x=1935.50, y=57.98, z=1241.50], EntityCreeper['Creeper'/173094, l='MpServer', x=2040.50, y=17.00, z=1157.50], EntityCreeper['Creeper'/173093, l='MpServer', x=2039.50, y=17.00, z=1157.50], EntitySkeleton['Skeleton'/173102, l='MpServer', x=1934.50, y=25.00, z=1262.50], EntityZombie['Zombie'/173107, l='MpServer', x=2020.50, y=13.00, z=1186.50], EntitySophisticatedWolf['Sophisticated Wolf'/169026, l='MpServer', x=2052.50, y=68.00, z=1188.50], EntitySophisticatedWolf['Sophisticated Wolf'/169025, l='MpServer', x=2051.50, y=68.00, z=1187.50], EntitySophisticatedWolf['Sophisticated Wolf'/160952, l='MpServer', x=2039.50, y=68.00, z=1293.50], EntityCoconut['entity.coconut.name'/160973, l='MpServer', x=1933.21, y=66.00, z=1202.59], EntityFishCod['Cod'/171318, l='MpServer', x=1956.40, y=62.22, z=1219.77], EntityFishCod['Cod'/171316, l='MpServer', x=1960.40, y=56.04, z=1223.55], EntityItemFrame['entity.ItemFrame.name'/48438, l='MpServer', x=2144.03, y=75.50, z=1259.50], EntityCoconut['entity.coconut.name'/136513, l='MpServer', x=1906.50, y=66.00, z=1184.60], EntityBat['Bat'/171358, l='MpServer', x=1938.75, y=28.34, z=1265.55], EntityFishCod['Cod'/171374, l='MpServer', x=1959.78, y=55.11, z=1234.56], EntityFishCod['Cod'/171373, l='MpServer', x=1961.50, y=52.00, z=1242.50], EntityFishCod['Cod'/171382, l='MpServer', x=2020.19, y=58.82, z=1213.62], EntityFishCod['Cod'/171380, l='MpServer', x=2002.59, y=61.13, z=1203.78], EntityFishCod['Cod'/171381, l='MpServer', x=2006.19, y=62.11, z=1207.61], EntitySophisticatedWolf['Sophisticated Wolf'/171391, l='MpServer', x=1906.31, y=68.00, z=1137.63], EntityCreeper['Creeper'/171397, l='MpServer', x=1983.50, y=45.00, z=1151.50], EntitySquid['Squid'/159120, l='MpServer', x=1988.94, y=61.32, z=1217.60], EntityFishClownfish['Clownfish'/171441, l='MpServer', x=1964.50, y=50.00, z=1295.50], EntityBat['Bat'/171460, l='MpServer', x=1966.25, y=43.10, z=1158.55], EntitySkeleton['Skeleton'/171493, l='MpServer', x=1916.50, y=20.00, z=1222.50], EntityFishCod['Cod'/171503, l='MpServer', x=1943.50, y=57.00, z=1287.50], EntityFishCod['Cod'/171504, l='MpServer', x=1948.80, y=57.78, z=1288.20], EntitySkeleton['Skeleton'/171505, l='MpServer', x=1918.50, y=20.00, z=1222.50], EntitySkeleton['Skeleton'/171575, l='MpServer', x=2001.66, y=41.00, z=1252.23], EntitySpider['Spider'/171587, l='MpServer', x=1998.85, y=42.00, z=1252.82], EntityItemFrame['entity.ItemFrame.name'/48724, l='MpServer', x=2149.50, y=81.50, z=1077.03], EntityFishClownfish['Clownfish'/171615, l='MpServer', x=1942.50, y=60.00, z=1287.50], EntityFishClownfish['Clownfish'/171616, l='MpServer', x=1944.50, y=60.00, z=1288.50], EntitySophisticatedWolf['Sophisticated Wolf'/169572, l='MpServer', x=2010.66, y=66.00, z=1250.68], EntityFishCod['Cod'/169597, l='MpServer', x=1959.32, y=52.20, z=1240.68], EntityFishPufferfish['Pufferfish'/171658, l='MpServer', x=1960.72, y=58.11, z=1247.35], EntitySophisticatedWolf['Sophisticated Wolf'/157323, l='MpServer', x=2062.60, y=70.00, z=1215.58], EntityFishPufferfish['Pufferfish'/171659, l='MpServer', x=1967.25, y=56.92, z=1239.31], EntityFishPufferfish['Pufferfish'/171660, l='MpServer', x=1961.81, y=56.78, z=1236.39], EntityFishPufferfish['Pufferfish'/171661, l='MpServer', x=1959.77, y=55.92, z=1232.58], EntitySkeleton['Skeleton'/169661, l='MpServer', x=2031.50, y=34.00, z=1152.50], EntitySophisticatedWolf['Sophisticated Wolf'/171718, l='MpServer', x=1908.50, y=68.00, z=1132.50], EntityCoconut['entity.coconut.name'/171749, l='MpServer', x=1972.60, y=65.49, z=1221.60], EntityCoconut['entity.coconut.name'/171882, l='MpServer', x=1905.36, y=79.00, z=1183.40], EntitySophisticatedWolf['Sophisticated Wolf'/147308, l='MpServer', x=2046.50, y=68.00, z=1176.50], EntityFishCod['Cod'/171894, l='MpServer', x=1968.25, y=55.80, z=1263.67], EntityItem['item.item.terraqueous.multifood.coconut'/169863, l='MpServer', x=1969.28, y=78.00, z=1221.63], EntityCoconut['entity.coconut.name'/169889, l='MpServer', x=1933.65, y=66.00, z=1202.14], EntityFishCod['Cod'/169952, l='MpServer', x=1971.50, y=50.00, z=1303.50], EntityFishCod['Cod'/172022, l='MpServer', x=1933.50, y=61.00, z=1254.50], EntityFishCod['Cod'/172021, l='MpServer', x=1935.33, y=61.00, z=1254.80]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2740)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5508786000 bytes (5253 MB) / 12884901888 bytes (12288 MB) up to 12884901888 bytes (12288 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_D3 180 mods loaded, 180 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                                |
|:-------------- |:--------------------------- |:------------------- |:------------------------------------------------- |:---------------------------------------- |
| UCHIJAAAAAAAAA | minecraft                   | 1.12.2              | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | mcp                         | 9.42                | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | FML                         | 8.0.99.99           | forge-1.12.2-14.23.5.2768.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAAAAAAA | forge                       | 14.23.5.2768        | forge-1.12.2-14.23.5.2768.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAAAAAAA | PlayerAPI                   | 1.0                 | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | RenderPlayerAPI             | 1.0                 | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | elucore                     | 1.0                 | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | movillages                  | 1.5.4               | [1.12]MoVillages-1.5.4.jar                        | None                                     |
| UCHIJAAAAAAAAA | fastbench                   | 1.3.2               | FastWorkbench-1.12.2-1.3.2.jar                    | None                                     |
| UCHIJAAAAAAAAA | actuallyadditions           | 1.12.2-r135         | ActuallyAdditions-1.12.2-r135.jar                 | None                                     |
| UCHIJAAAAAAAAA | aiimprovements              | 0.0.1.1             | AIImprovements-1.12.1-0.0.1b1.jar                 | None                                     |
| UCHIJAAAAAAAAA | akashictome                 | 1.2-10              | AkashicTome-1.2-10.jar                            | None                                     |
| UCHIJAAAAAAAAA | crafttweaker                | 4.1.8               | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCHIJAAAAAAAAA | mtlib                       | 3.0.4               | MTLib-3.0.4.jar                                   | None                                     |
| UCHIJAAAAAAAAA | modtweaker                  | 4.0.12              | modtweaker-4.0.12.jar                             | None                                     |
| UCHIJAAAAAAAAA | jei                         | 4.9.1.179           | jei_1.12.2-4.9.1.179.jar                          | None                                     |
| UCHIJAAAAAAAAA | appleskin                   | 1.0.9               | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
| UCHIJAAAAAAAAA | aroma1997core               | 2.0.0.0.b150        | Aroma1997Core-1.12.2-2.0.0.0.b150.jar             | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAAAAAAA | aroma1997sdimension         | 1.3.0.0.b37         | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None                                     |
| UCHIJAAAAAAAAA | baubles                     | 1.5.2               | Baubles-1.12-1.5.2.jar                            | None                                     |
| UCHIJAAAAAAAAA | astralsorcery               | 1.8.10              | astralsorcery-1.12.2-1.8.10.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAAAAAAA | morphtool                   | 1.2-16              | Morph-o-Tool-1.2-16.jar                           | None                                     |
| UCHIJAAAAAAAAA | psi                         | r1.1-59             | Psi-r1.1-59.jar                                   | None                                     |
| UCHIJAAAAAAAAA | autoreglib                  | 1.3-17              | AutoRegLib-1.3-17.jar                             | None                                     |
| UCHIJAAAAAAAAA | badwithernocookiereloaded   | 1.12.2-2.12         | badwithernocookiereloaded-1.12.2-2.12.jar         | None                                     |
| UCHIJAAAAAAAAA | bdlib                       | 1.14.3.12           | bdlib-1.14.3.12-mc1.12.2.jar                      | None                                     |
| UCHIJAAAAAAAAA | betteradvancements          | 0.0.5.17            | BetterAdvancements-1.12.2-0.0.5.17.jar            | None                                     |
| UCHIJAAAAAAAAA | bibliocraft                 | 2.4.5               | BiblioCraft[v2.4.5][MC1.12.2].jar                 | None                                     |
| UCHIJAAAAAAAAA | ic2                         | 2.8.73-ex112        | industrialcraft-2-2.8.73-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJAAAAAAAAA | forestry                    | 5.8.0.290           | forestry_1.12.2-5.8.0.290.jar                     | None                                     |
| UCHIJAAAAAAAAA | binniecore                  | 2.5.0.165           | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | binniedesign                | 2.5.0.165           | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | genetics                    | 2.5.0.165           | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | botany                      | 2.5.0.165           | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | extrabees                   | 2.5.0.165           | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | extratrees                  | 2.5.0.165           | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | biomesoplenty               | 7.0.1.2389          | BiomesOPlenty-1.12.2-7.0.1.2389-universal.jar     | None                                     |
| UCHIJAAAAAAAAA | birdsnests                  | 2.1.0               | BirdsNests1.12.2-2.1.0.jar                        | None                                     |
| UCHIJAAAAAAAAA | blockcraftery               | 0.1.3               | blockcraftery-0.1.3.jar                           | None                                     |
| UCHIJAAAAAAAAA | bookshelf                   | 2.3.544             | Bookshelf-1.12.2-2.3.544.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | thaumcraft                  | 6.1.BETA26          | Thaumcraft-1.12.2-6.1.BETA26.jar                  | None                                     |
| UCHIJAAAAAAAAA | botania                     | r1.10-354           | Botania r1.10-354.jar                             | None                                     |
| UCHIJAAAAAAAAA | codechickenlib              | 3.1.8.341           | CodeChickenLib-1.12.2-3.1.8.341-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAAAAAAA | redstoneflux                | 2.0.1               | RedstoneFlux-1.12-2.0.1.2-universal.jar           | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAAAAAAA | brandonscore                | 2.4.2               | BrandonsCore-1.12-2.4.2.157-universal.jar         | None                                     |
| UCHIJAAAAAAAAA | chameleon                   | 1.12-4.1.3          | Chameleon-1.12-4.1.3.jar                          | None                                     |
| UCHIJAAAAAAAAA | chickenchunks               | 2.4.1.71            | ChickenChunks-1.12.2-2.4.1.71-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAAAAAAA | ctm                         | MC1.12.2-0.3.3.22   | CTM-MC1.12.2-0.3.3.22.jar                         | None                                     |
| UCHIJAAAAAAAAA | chisel                      | MC1.12.2-0.2.1.35   | Chisel-MC1.12.2-0.2.1.35.jar                      | None                                     |
| UCHIJAAAAAAAAA | chiselsandbits              | 14.16               | chiselsandbits-14.16.jar                          | None                                     |
| UCHIJAAAAAAAAA | cofhcore                    | 4.4.1               | CoFHCore-1.12.2-4.4.1.12-universal.jar            | None                                     |
| UCHIJAAAAAAAAA | cofhworld                   | 1.1.1               | CoFHWorld-1.12.2-1.1.1.12-universal.jar           | None                                     |
| UCHIJAAAAAAAAA | cyclopscore                 | 0.11.5              | CyclopsCore-1.12.2-0.11.5.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | commoncapabilities          | 1.4.0               | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
| UCHIJAAAAAAAAA | mcmultipart                 | 2.5.1               | MCMultiPart-2.5.1.jar                             | None                                     |
| UCHIJAAAAAAAAA | storagedrawers              | 1.12-5.3.5          | StorageDrawers-1.12.2-5.3.6.jar                   | None                                     |
| UCHIJAAAAAAAAA | refinedstorage              | 1.5.33              | refinedstorage-1.5.33.jar                         | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCHIJAAAAAAAAA | compactmachines3            | 3.0.11              | compactmachines3-1.12.2-3.0.11-b207.jar           | None                                     |
| UCHIJAAAAAAAAA | compactsolars               | 1.12.2-5.0.17.340   | CompactSolars-1.12.2-5.0.17.340-universal.jar     | None                                     |
| UCHIJAAAAAAAAA | controlling                 | 3.0.6               | Controlling-3.0.6.jar                             | None                                     |
| UCHIJAAAAAAAAA | cookingforblockheads        | 6.3.26              | CookingForBlockheads_1.12.2-6.3.26.jar            | None                                     |
| UCHIJAAAAAAAAA | ctgui                       | 1.0.0               | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCHIJAAAAAAAAA | crafttweakerjei             | 2.0.2               | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCHIJAAAAAAAAA | custommainmenu              | 2.0.8               | CustomMainMenu-MC1.12.2-2.0.8.jar                 | None                                     |
| UCHIJAAAAAAAAA | customnpcs                  | 1.12                | CustomNPCs_1.12.2(26aug18).jar                    | None                                     |
| UCHIJAAAAAAAAA | mantle                      | 1.12-1.3.2.24       | Mantle-1.12-1.3.2.24.jar                          | None                                     |
| UCHIJAAAAAAAAA | tconstruct                  | 1.12.2-2.9.1.65     | TConstruct-1.12.2-2.9.1.65.jar                    | None                                     |
| UCHIJAAAAAAAAA | tesla                       | 1.0.63              | Tesla-1.12.2-1.0.63.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | p455w0rdslib                | 2.0.29              | p455w0rdslib-1.12-2.0.29.jar                      | None                                     |
| UCHIJAAAAAAAAA | stg                         | 1.12.2-1.2.3        | stg-1.12.2-1.2.3.jar                              | None                                     |
| UCHIJAAAAAAAAA | theoneprobe                 | 1.4.22              | theoneprobe-1.12-1.4.22.jar                       | None                                     |
| UCHIJAAAAAAAAA | danknull                    | 1.4.33              | DankNull-1.12-1.4.33.jar                          | None                                     |
| UCHIJAAAAAAAAA | darkutils                   | 1.8.207             | DarkUtils-1.12.2-1.8.207.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | eleccore                    | 1.8.434             | ElecCore-1.12.2-1.8.434.jar                       | None                                     |
| UCHIJAAAAAAAAA | mcjtylib_ng                 | 2.6.7               | mcjtylib-1.12-2.6.7.jar                           | None                                     |
| UCHIJAAAAAAAAA | deepresonance               | 1.6.0               | deepresonance-1.12-1.6.0.jar                      | None                                     |
| UCHIJAAAAAAAAA | journeymap                  | 1.12.2-5.5.2        | journeymap-1.12.2-5.5.2.jar                       | None                                     |
| UCHIJAAAAAAAAA | defaultoptions              | 9.2.7               | DefaultOptions_1.12.2-9.2.7.jar                   | None                                     |
| UCHIJAAAAAAAAA | diethopper                  | 1.1                 | diethopper-1.1.jar                                | None                                     |
| UCHIJAAAAAAAAA | draconicevolution           | 2.3.11              | Draconic-Evolution-1.12-2.3.11.290-universal.jar  | None                                     |
| UCHIJAAAAAAAAA | dynamiclights               | 1.4.9               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_onfire        | 1.0.7               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_creepers      | 1.0.6               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_dropitems     | 1.1.0               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_entityclasses | 1.0.1               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_mobequipment  | 1.1.0               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_flamearrows   | 1.0.1               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_floodlights   | 1.0.3               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_otherplayers  | 1.0.9               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dynamiclights_theplayer     | 1.1.3               | DynamicLights-1.12.2.jar                          | None                                     |
| UCHIJAAAAAAAAA | dsurround                   | 3.4.9.16            | DynamicSurroundings-1.12.2-3.4.9.16.jar           | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCHIJAAAAAAAAA | presets                     | 3.4.9.16            | DynamicSurroundings-1.12.2-3.4.9.16.jar           | None                                     |
| UCHIJAAAAAAAAA | earthworks                  | 1.3.4.3             | Earthworks-1.12-1.3.6.jar                         | None                                     |
| UCHIJAAAAAAAAA | ediblebugs                  | 1.6.0.2512          | ediblebugs-mc1.12.2_eb1.6.0.2512.jar              | None                                     |
| UCHIJAAAAAAAAA | elevatorid                  | 1.3.6               | ElevatorMod-1.12.2-1.3.6.jar                      | None                                     |
| UCHIJAAAAAAAAA | enderstorage                | 2.4.2.126           | EnderStorage-1.12.2-2.4.2.126-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAAAAAAA | valkyrielib                 | 1.12.2-2.0.10b      | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
| UCHIJAAAAAAAAA | environmentaltech           | 1.12.2-2.0.10a      | environmentaltech-1.12.2-2.0.10a.jar              | None                                     |
| UCHIJAAAAAAAAA | immersiveengineering        | 0.12-86             | ImmersiveEngineering-0.12-86.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAAAAAAA | exchangers                  | 1.12.2-2.7.2        | Exchangers-1.12.2-2.7.2.jar                       | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJAAAAAAAAA | extrautils2                 | 1.0                 | extrautils2-1.12-1.7.6.jar                        | None                                     |
| UCHIJAAAAAAAAA | zerocore                    | 1.12-0.1.2.1        | zerocore-1.12-0.1.2.1.jar                         | None                                     |
| UCHIJAAAAAAAAA | bigreactors                 | 1.12.2-0.4.5.48     | ExtremeReactors-1.12.2-0.4.5.48.jar               | None                                     |
| UCHIJAAAAAAAAA | fairylights                 | 2.1.4               | fairylights-2.1.4-1.12.2.jar                      | None                                     |
| UCHIJAAAAAAAAA | fencejumper                 | 1.0.5               | fencejumper-1.12-1.0.5.jar                        | None                                     |
| UCHIJAAAAAAAAA | flatcoloredblocks           | mc1.12-6.6          | flatcoloredblocks-mc1.12-6.6.jar                  | None                                     |
| UCHIJAAAAAAAAA | foamfix                     | 0.9.9.1-1.12.2      | foamfix-0.9.9.1-1.12.2-law.jar                    | None                                     |
| UCHIJAAAAAAAAA | forgelin                    | 1.6.0               | Forgelin-1.6.0.jar                                | None                                     |
| UCHIJAAAAAAAAA | ichunutil                   | 7.1.4               | iChunUtil-1.12.2-7.1.4.jar                        | None                                     |
| UCHIJAAAAAAAAA | ftblib                      | 5.0.2.14            | FTBLib-5.0.2.14.jar                               | None                                     |
| UCHIJAAAAAAAAA | ftbutilities                | 5.0.2.14            | FTBUtilities-5.0.2.14.jar                         | None                                     |
| UCHIJAAAAAAAAA | funkylocomotion             | 1.0                 | funky-locomotion-1.12.2-1.1.1.jar                 | None                                     |
| UCHIJAAAAAAAAA | gendustry                   | 1.6.5.8             | gendustry-1.6.5.8-mc1.12.2.jar                    | None                                     |
| UCHIJAAAAAAAAA | advgenerators               | 0.9.20.12           | generators-0.9.20.12-mc1.12.2.jar                 | None                                     |
| UCHIJAAAAAAAAA | gravestone                  | 1.10.1              | gravestone-1.10.1.jar                             | None                                     |
| UCHIJAAAAAAAAA | teslacorelib                | 1.0.14              | tesla-core-lib-1.12.2-1.0.14.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | industrialforegoing         | 1.12.2-1.12.2       | industrialforegoing-1.12.2-1.9.0-163.jar          | None                                     |
| UCHIJAAAAAAAAA | integrateddynamics          | 0.11.11             | IntegratedDynamics-1.12.2-0.11.11.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | integrateddynamicscompat    | 1.0.0               | IntegratedDynamics-1.12.2-0.11.11.jar             | None                                     |
| UCHIJAAAAAAAAA | integratedtunnels           | 1.5.5               | IntegratedTunnels-1.12.2-1.5.5.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | integratedtunnelscompat     | 1.0.0               | IntegratedTunnels-1.12.2-1.5.5.jar                | None                                     |
| UCHIJAAAAAAAAA | inventorysorter             | 1.13.3+57           | inventorysorter-1.12.2-1.13.3+57.jar              | None                                     |
| UCHIJAAAAAAAAA | ironbackpacks               | 1.12.2-3.0.7-10     | IronBackpacks-1.12.2-3.0.7-10.jar                 | None                                     |
| UCHIJAAAAAAAAA | ironchest                   | 1.12.2-7.0.40.824   | ironchest-1.12.2-7.0.40.824.jar                   | None                                     |
| UCHIJAAAAAAAAA | jeibees                     | 0.9.0.5             | jeibees-0.9.0.5-mc1.12.2.jar                      | None                                     |
| UCHIJAAAAAAAAA | jeiintegration              | 1.5.1.36            | jeiintegration_1.12.2-1.5.1.36.jar                | None                                     |
| UCHIJAAAAAAAAA | jaff                        | 1.7_for_1.12        | JustAFewFish-1.7_for_1.12.jar                     | None                                     |
| UCHIJAAAAAAAAA | jeresources                 | 0.8.6.28            | JustEnoughResources-1.12.2-0.8.6.28.jar           | None                                     |
| UCHIJAAAAAAAAA | llor                        | 1.1.4-mc1.12        | LLOverlayReloaded-1.1.4-mc1.12.jar                | None                                     |
| UCHIJAAAAAAAAA | lostcities                  | 2.0.7               | lostcities-1.12-2.0.7.jar                         | None                                     |
| UCHIJAAAAAAAAA | meecreeps                   | 1.1.0               | meecreeps-1.12-1.1.0.jar                          | None                                     |
| UCHIJAAAAAAAAA | mercurius                   | 1.0.6               | Mercurius-1.12.2.jar                              | None                                     |
| UCHIJAAAAAAAAA | minecolonies                | 1.12.2-0.10.53-BETA | minecolonies-1.12.2-0.10.53-BETA-universal.jar    | None                                     |
| UCHIJAAAAAAAAA | minetogether                | unspecified         | minetogether-1.10.2-1.8.7.jar                     | None                                     |
| UCHIJAAAAAAAAA | minetogetherserver          | unspecified         | minetogether-1.10.2-1.8.7.jar                     | None                                     |
| UCHIJAAAAAAAAA | mob_grinding_utils          | 0.3.6               | MobGrindingUtils-0.3.6.jar                        | None                                     |
| UCHIJAAAAAAAAA | modnametooltip              | 1.10.0              | modnametooltip_1.12.2-1.10.0.jar                  | None                                     |
| UCHIJAAAAAAAAA | morph                       | 7.1.2               | Morph-1.12.2-7.1.2.jar                            | None                                     |
| UCHIJAAAAAAAAA | morpheus                    | 1.12-3.3.2          | Morpheus-1.12-3.3.2.jar                           | None                                     |
| UCHIJAAAAAAAAA | mousetweaks                 | 2.8                 | MouseTweaks-2.8-mc1.12.1.jar                      | None                                     |
| UCHIJAAAAAAAAA | netherportalfix             | 5.3.13              | NetherPortalFix_1.12.1-5.3.13.jar                 | None                                     |
| UCHIJAAAAAAAAA | nmsot                       | 1.2.2-mc1.12.2      | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar           | None                                     |
| UCHIJAAAAAAAAA | neid                        | 1.5.4.3             | NotEnoughIDs-1.5.4.3.jar                          | None                                     |
| UCHIJAAAAAAAAA | notenoughwands              | 1.6.1               | notenoughwands-1.12-1.6.1.jar                     | None                                     |
| UCHIJAAAAAAAAA | getalltheseeds              | 1.12a               | Pam's Get all the Seeds! 1.12a.jar                | None                                     |
| UCHIJAAAAAAAAA | harvestcraft                | 1.12.2u             | Pam's HarvestCraft 1.12.2u.jar                    | None                                     |
| UCHIJAAAAAAAAA | pamscookables               | 1.1                 | pamscookables-1.1.jar                             | None                                     |
| UCHIJAAAAAAAAA | placebo                     | 1.4.1               | Placebo-1.12.2-1.4.1.jar                          | None                                     |
| UCHIJAAAAAAAAA | plants2                     | 2.10.3              | Plants-1.12.2-2.10.3.jar                          | None                                     |
| UCHIJAAAAAAAAA | portalgun                   | 7.0.2               | PortalGun-1.12.2-7.0.2.jar                        | None                                     |
| UCHIJAAAAAAAAA | quickleafdecay              | 1.2.4               | QuickLeafDecay-MC1.12.1-1.2.4.jar                 | None                                     |
| UCHIJAAAAAAAAA | rangedpumps                 | 0.5                 | rangedpumps-0.5.jar                               | None                                     |
| UCHIJAAAAAAAAA | reborncore                  | 3.8.1.271           | RebornCore-1.12.2-3.8.1.271-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAAAAAAA | rebornstorage               | 1.0.0               | RebornStorage-1.12.2-3.0.6.43.jar                 | None                                     |
| UCHIJAAAAAAAAA | redstonearsenal             | 2.4.2               | RedstoneArsenal-1.12.2-2.4.2.9-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | refinedstorageaddons        | 0.3                 | refinedstorageaddons-0.3.jar                      | None                                     |
| UCHIJAAAAAAAAA | resourceloader              | 1.5.3               | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAAAAAAA | rftools                     | 7.33                | rftools-1.12-7.33.jar                             | None                                     |
| UCHIJAAAAAAAAA | rftoolscontrol              | 1.8.1               | rftoolsctrl-1.12-1.8.1.jar                        | None                                     |
| UCHIJAAAAAAAAA | rftoolsdim                  | 5.53                | rftoolsdim-1.12-5.53.jar                          | None                                     |
| UCHIJAAAAAAAAA | rustic                      | 1.0.12              | rustic-1.0.12.jar                                 | None                                     |
| UCHIJAAAAAAAAA | smartrender                 | 2.3-RC2             | SmartRender-1.12.2-2.3-RC2.jar                    | None                                     |
| UCHIJAAAAAAAAA | sophisticatedwolves         | 3.13.4              | SophisticatedWolves-1.12.2-3.13.4.jar             | None                                     |
| UCHIJAAAAAAAAA | storagedrawersextra         | @VERSION@           | StorageDrawersExtras-1.12-3.1.0.jar               | None                                     |
| UCHIJAAAAAAAAA | shetiphiancore              | 3.5.8               | shetiphiancore-1.12.0-3.5.8.jar                   | None                                     |
| UCHIJAAAAAAAAA | terraqueous                 | 1.4.13              | terraqueous-1.12.0-1.4.13.jar                     | None                                     |
| UCHIJAAAAAAAAA | tcinventoryscan             | 2.0.10              | ThaumicInventoryScanning_1.12.2-2.0.10.jar        | None                                     |
| UCHIJAAAAAAAAA | tipthescales                | 1.0.1               | TipTheScales-1.12.2-1.0.1.jar                     | None                                     |
| UCHIJAAAAAAAAA | toastcontrol                | 1.6.0               | Toast Control-1.12.2-1.6.0.jar                    | None                                     |
| UCHIJAAAAAAAAA | topaddons                   | 1.12.2-1.6.0        | topaddons-1.12.2-1.6.0.jar                        | None                                     |
| UCHIJAAAAAAAAA | torohealthmod               | 1.12.2-11           | torohealth-1.12.2-11.jar                          | None                                     |
| UCHIJAAAAAAAAA | twilightforest              | 3.7.424             | twilightforest-1.12.2-3.7.424-universal.jar       | None                                     |
| UCHIJAAAAAAAAA | universalmodifiers          | 1.12.2-1.0.9a       | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
| UCHIJAAAAAAAAA | wanionlib                   | 1.12.2-1.5          | WanionLib-1.12.2-1.5.jar                          | None                                     |
| UCHIJAAAAAAAAA | xnet                        | 1.6.9               | xnet-1.12-1.6.9.jar                               | None                                     |
| UCHIJAAAAAAAAA | reauth                      | 3.6.0               | reauth-3.6.0.jar                                  | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCHIJAAAAAAAAA | thebetweenlands             | 3.3.13              | TheBetweenlands-3.3.13-universal.jar              | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCHIJAAAAAAAAA | elulib                      | 0.1.12              | elulib-0.1.12.jar                                 | None                                     |
| UCHIJAAAAAAAAA | teslacorelib_registries     | 1.0.14              | tesla-core-lib-1.12.2-1.0.14.jar                  | None                                     |
| UCHIJAAAAAAAAA | unidict                     | 1.12.2-2.5b         | UniDict-1.12.2-2.5b.jar                           | None                                     |

Loaded coremods (and transformers): 

CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)

AstralCore (astralsorcery-1.12.2-1.8.10.jar)

Plugin (NotEnoughIDs-1.5.4.3.jar)
ru.fewizz.neid.asm.Transformer
PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
api.player.forge.PlayerAPITransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
api.player.forge.RenderPlayerAPITransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)

IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
org.blockartistry.DynSurround.asm.Transformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 770/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
	* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
	* betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
	* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
	* BetweenlandsAPI (1.11.1) from TheBetweenlands-3.3.13-universal.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.48.jar
	* BotaniaAPI (79) from AkashicTome-1.2-10.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 (13.8.0) from chiselsandbits-14.16.jar
	* cofhapi (2.4.1) from CoFHCore-1.12.2-4.4.1.12-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
	* Core (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Blocks (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Constants (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities|Data (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities|Data|Role (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Events (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Handlers (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Handlers|Data (0.1) from CustomNPCs_1.12.2(26aug18).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
	* DR-API (1.0.4-Beta) from deepresonance-1.12-1.6.0.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.11.290-universal.jar
	* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
	* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.290.jar
	* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.1.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-86.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-86.jar
	* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.9.0-163.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.11.jar
	* jeresources|API (0.8.6.28) from JustEnoughResources-1.12.2-0.8.6.28.jar
	* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.9.1.179.jar
	* modtogether|api (1.0) from minetogether-1.10.2-1.8.7.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
	* PsiAPI (6) from Psi-r1.1-59.jar
	* reborncoreAPI (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Power (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Recipe (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Tile (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.13.jar
	* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.22.jar
	* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.10b.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.8.1.271
	Runtime Debofucsation 1
	RenderEngine: 1
Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
LWJGL: 2.9.4
OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, 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: OzoCraft
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX(tm)-8150 Eight-Core Processor 
OptiFine Version: OptiFine_1.12.2_HD_U_D3
OptiFine Build: 20180515-125031
Render Distance Chunks: 31
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 388.13
OpenGlRenderer: GeForce GTX 770/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
commented

I am pretty sure Minecolonies in ATM3 is very old. Could you check?

commented

I assumed using the Twitch/ATM3 version would be an up-to-date version (hoped it would be, at least)

Currently the mod itself is: minecolonies-1.12.2-0.9.127-ALPHA-universal

commented

@MissMarley That is an extremely old version, I would suggest you make a backup just in case and then upgrade to the latest BETA. But make sure you get the latest BETA cuz the most recent alpha is still being ironed out in testing. Beta should be up around 0.10.53 or so. And a direct link to the file on Curse is https://minecraft.curseforge.com/projects/minecolonies/files/2641720

commented

I downloaded the Official MineColonies pack on Twitch, nabbed some mods from there - then nabbed the updated Minecolonies file you suggested, now my game crashes. x.x Did I get too greedy and break things again?

---- Minecraft Crash Report ----

WARNING: coremods are present:
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
FMLPlugin (elulib-0.1.12.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 12/7/18 10:43 AM
Description: Initializing game

java.lang.RuntimeException: Invalid id 4096 - maximum id range exceeded.
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:296)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:282)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:115)
at thebetweenlands.common.registries.BlockRegistry.registerBlocks(BlockRegistry.java:778)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1428_BlockRegistry_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:775)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:296)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:282)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:115)
at thebetweenlands.common.registries.BlockRegistry.registerBlocks(BlockRegistry.java:778)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1428_BlockRegistry_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:775)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

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

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4533879216 bytes (4323 MB) / 6140461056 bytes (5856 MB) up to 12884901888 bytes (12288 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_D3 179 mods loaded, 179 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                                |
|:----- |:--------------------------- |:----------------- |:------------------------------------------------- |:---------------------------------------- |
| UCH   | minecraft                   | 1.12.2            | minecraft.jar                                     | None                                     |
| UCH   | mcp                         | 9.42              | minecraft.jar                                     | None                                     |
| UCH   | FML                         | 8.0.99.99         | forge-1.12.2-14.23.5.2768.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | forge                       | 14.23.5.2768      | forge-1.12.2-14.23.5.2768.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | PlayerAPI                   | 1.0               | minecraft.jar                                     | None                                     |
| UCH   | RenderPlayerAPI             | 1.0               | minecraft.jar                                     | None                                     |
| UCH   | foamfixcore                 | 7.7.4             | minecraft.jar                                     | None                                     |
| UCH   | elucore                     | 1.0               | minecraft.jar                                     | None                                     |
| UCH   | movillages                  | 1.5.4             | [1.12]MoVillages-1.5.4.jar                        | None                                     |
| UCH   | fastbench                   | 1.3.2             | FastWorkbench-1.12.2-1.3.2.jar                    | None                                     |
| UCH   | actuallyadditions           | 1.12.2-r135       | ActuallyAdditions-1.12.2-r135.jar                 | None                                     |
| UCH   | aiimprovements              | 0.0.1.1           | AIImprovements-1.12.1-0.0.1b1.jar                 | None                                     |
| UCH   | akashictome                 | 1.2-10            | AkashicTome-1.2-10.jar                            | None                                     |
| UCH   | crafttweaker                | 4.1.8             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCH   | mtlib                       | 3.0.4             | MTLib-3.0.4.jar                                   | None                                     |
| UCH   | modtweaker                  | 4.0.12            | modtweaker-4.0.12.jar                             | None                                     |
| UCH   | jei                         | 4.9.1.179         | jei_1.12.2-4.9.1.179.jar                          | None                                     |
| UCH   | appleskin                   | 1.0.9             | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
| UCH   | aroma1997core               | 2.0.0.0.b150      | Aroma1997Core-1.12.2-2.0.0.0.b150.jar             | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCH   | aroma1997sdimension         | 1.3.0.0.b37       | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None                                     |
| UCH   | baubles                     | 1.5.2             | Baubles-1.12-1.5.2.jar                            | None                                     |
| UCH   | astralsorcery               | 1.8.10            | astralsorcery-1.12.2-1.8.10.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCH   | morphtool                   | 1.2-16            | Morph-o-Tool-1.2-16.jar                           | None                                     |
| UCH   | psi                         | r1.1-59           | Psi-r1.1-59.jar                                   | None                                     |
| UCH   | autoreglib                  | 1.3-17            | AutoRegLib-1.3-17.jar                             | None                                     |
| UCH   | badwithernocookiereloaded   | 1.12.2-2.12       | badwithernocookiereloaded-1.12.2-2.12.jar         | None                                     |
| UCH   | bdlib                       | 1.14.3.12         | bdlib-1.14.3.12-mc1.12.2.jar                      | None                                     |
| UCH   | betteradvancements          | 0.0.5.17          | BetterAdvancements-1.12.2-0.0.5.17.jar            | None                                     |
| UCH   | bibliocraft                 | 2.4.5             | BiblioCraft[v2.4.5][MC1.12.2].jar                 | None                                     |
| UCH   | ic2                         | 2.8.73-ex112      | industrialcraft-2-2.8.73-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
| UCH   | forestry                    | 5.8.0.290         | forestry_1.12.2-5.8.0.290.jar                     | None                                     |
| UCH   | binniecore                  | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | binniedesign                | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | genetics                    | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | botany                      | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | extrabees                   | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | extratrees                  | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | biomesoplenty               | 7.0.1.2389        | BiomesOPlenty-1.12.2-7.0.1.2389-universal.jar     | None                                     |
| UCH   | birdsnests                  | 2.1.0             | BirdsNests1.12.2-2.1.0.jar                        | None                                     |
| UCH   | blockcraftery               | 0.1.3             | blockcraftery-0.1.3.jar                           | None                                     |
| UCH   | bookshelf                   | 2.3.544           | Bookshelf-1.12.2-2.3.544.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | thaumcraft                  | 6.1.BETA26        | Thaumcraft-1.12.2-6.1.BETA26.jar                  | None                                     |
| UCH   | botania                     | r1.10-354         | Botania r1.10-354.jar                             | None                                     |
| UCH   | codechickenlib              | 3.1.8.341         | CodeChickenLib-1.12.2-3.1.8.341-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | redstoneflux                | 2.0.1             | RedstoneFlux-1.12-2.0.1.2-universal.jar           | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCH   | brandonscore                | 2.4.2             | BrandonsCore-1.12-2.4.2.157-universal.jar         | None                                     |
| UCH   | chameleon                   | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                          | None                                     |
| UCH   | chickenchunks               | 2.4.1.71          | ChickenChunks-1.12.2-2.4.1.71-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | ctm                         | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar                         | None                                     |
| UCH   | chisel                      | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar                      | None                                     |
| UCH   | chiselsandbits              | 14.16             | chiselsandbits-14.16.jar                          | None                                     |
| UCH   | cofhcore                    | 4.4.1             | CoFHCore-1.12.2-4.4.1.12-universal.jar            | None                                     |
| UCH   | cofhworld                   | 1.1.1             | CoFHWorld-1.12.2-1.1.1.12-universal.jar           | None                                     |
| UCH   | cyclopscore                 | 0.11.5            | CyclopsCore-1.12.2-0.11.5.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | commoncapabilities          | 1.4.0             | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
| UCH   | mcmultipart                 | 2.5.1             | MCMultiPart-2.5.1.jar                             | None                                     |
| UCH   | storagedrawers              | 1.12-5.3.5        | StorageDrawers-1.12.2-5.3.6.jar                   | None                                     |
| UCH   | refinedstorage              | 1.5.33            | refinedstorage-1.5.33.jar                         | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCH   | compactmachines3            | 3.0.11            | compactmachines3-1.12.2-3.0.11-b207.jar           | None                                     |
| UCH   | compactsolars               | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar     | None                                     |
| UCH   | controlling                 | 3.0.6             | Controlling-3.0.6.jar                             | None                                     |
| UCH   | cookingforblockheads        | 6.3.26            | CookingForBlockheads_1.12.2-6.3.26.jar            | None                                     |
| UCH   | ctgui                       | 1.0.0             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCH   | crafttweakerjei             | 2.0.2             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCH   | custommainmenu              | 2.0.8             | CustomMainMenu-MC1.12.2-2.0.8.jar                 | None                                     |
| UCH   | customnpcs                  | 1.12              | CustomNPCs_1.12.2(26aug18).jar                    | None                                     |
| UCH   | mantle                      | 1.12-1.3.2.24     | Mantle-1.12-1.3.2.24.jar                          | None                                     |
| UCH   | tconstruct                  | 1.12.2-2.9.1.65   | TConstruct-1.12.2-2.9.1.65.jar                    | None                                     |
| UCH   | tesla                       | 1.0.63            | Tesla-1.12.2-1.0.63.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | p455w0rdslib                | 2.0.29            | p455w0rdslib-1.12-2.0.29.jar                      | None                                     |
| UCH   | stg                         | 1.12.2-1.2.3      | stg-1.12.2-1.2.3.jar                              | None                                     |
| UCH   | theoneprobe                 | 1.4.22            | theoneprobe-1.12-1.4.22.jar                       | None                                     |
| UCH   | danknull                    | 1.4.33            | DankNull-1.12-1.4.33.jar                          | None                                     |
| UCH   | darkutils                   | 1.8.207           | DarkUtils-1.12.2-1.8.207.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | eleccore                    | 1.8.434           | ElecCore-1.12.2-1.8.434.jar                       | None                                     |
| UCH   | mcjtylib_ng                 | 2.6.7             | mcjtylib-1.12-2.6.7.jar                           | None                                     |
| UCH   | deepresonance               | 1.6.0             | deepresonance-1.12-1.6.0.jar                      | None                                     |
| UCH   | journeymap                  | 1.12.2-5.5.2      | journeymap-1.12.2-5.5.2.jar                       | None                                     |
| UCH   | defaultoptions              | 9.2.7             | DefaultOptions_1.12.2-9.2.7.jar                   | None                                     |
| UCH   | diethopper                  | 1.1               | diethopper-1.1.jar                                | None                                     |
| UCH   | draconicevolution           | 2.3.11            | Draconic-Evolution-1.12-2.3.11.290-universal.jar  | None                                     |
| UCH   | dynamiclights               | 1.4.9             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_onfire        | 1.0.7             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_creepers      | 1.0.6             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_dropitems     | 1.1.0             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_entityclasses | 1.0.1             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_mobequipment  | 1.1.0             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_flamearrows   | 1.0.1             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_floodlights   | 1.0.3             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_otherplayers  | 1.0.9             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_theplayer     | 1.1.3             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dsurround                   | 3.4.9.16          | DynamicSurroundings-1.12.2-3.4.9.16.jar           | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCH   | presets                     | 3.4.9.16          | DynamicSurroundings-1.12.2-3.4.9.16.jar           | None                                     |
| UCH   | earthworks                  | 1.3.4.3           | Earthworks-1.12-1.3.6.jar                         | None                                     |
| UCH   | ediblebugs                  | 1.6.0.2512        | ediblebugs-mc1.12.2_eb1.6.0.2512.jar              | None                                     |
| UCH   | elevatorid                  | 1.3.6             | ElevatorMod-1.12.2-1.3.6.jar                      | None                                     |
| UCH   | enderstorage                | 2.4.2.126         | EnderStorage-1.12.2-2.4.2.126-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | valkyrielib                 | 1.12.2-2.0.10b    | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
| UCH   | environmentaltech           | 1.12.2-2.0.10a    | environmentaltech-1.12.2-2.0.10a.jar              | None                                     |
| UCH   | immersiveengineering        | 0.12-86           | ImmersiveEngineering-0.12-86.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH   | exchangers                  | 1.12.2-2.7.2      | Exchangers-1.12.2-2.7.2.jar                       | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCH   | extrautils2                 | 1.0               | extrautils2-1.12-1.7.6.jar                        | None                                     |
| UCH   | zerocore                    | 1.12-0.1.2.1      | zerocore-1.12-0.1.2.1.jar                         | None                                     |
| UCH   | bigreactors                 | 1.12.2-0.4.5.48   | ExtremeReactors-1.12.2-0.4.5.48.jar               | None                                     |
| UCH   | fairylights                 | 2.1.4             | fairylights-2.1.4-1.12.2.jar                      | None                                     |
| UCH   | fencejumper                 | 1.0.5             | fencejumper-1.12-1.0.5.jar                        | None                                     |
| UCH   | flatcoloredblocks           | mc1.12-6.6        | flatcoloredblocks-mc1.12-6.6.jar                  | None                                     |
| UCH   | foamfix                     | 0.9.9.1-1.12.2    | foamfix-0.9.9.1-1.12.2-anarchy.jar                | None                                     |
| UCH   | forgelin                    | 1.6.0             | Forgelin-1.6.0.jar                                | None                                     |
| UCH   | ichunutil                   | 7.1.4             | iChunUtil-1.12.2-7.1.4.jar                        | None                                     |
| UCH   | ftblib                      | 5.0.2.14          | FTBLib-5.0.2.14.jar                               | None                                     |
| UCH   | ftbutilities                | 5.0.2.14          | FTBUtilities-5.0.2.14.jar                         | None                                     |
| UCH   | funkylocomotion             | 1.0               | funky-locomotion-1.12.2-1.1.1.jar                 | None                                     |
| UCH   | gendustry                   | 1.6.5.8           | gendustry-1.6.5.8-mc1.12.2.jar                    | None                                     |
| UCH   | advgenerators               | 0.9.20.12         | generators-0.9.20.12-mc1.12.2.jar                 | None                                     |
| UCH   | gravestone                  | 1.10.1            | gravestone-1.10.1.jar                             | None                                     |
| UCH   | teslacorelib                | 1.0.14            | tesla-core-lib-1.12.2-1.0.14.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | industrialforegoing         | 1.12.2-1.12.2     | industrialforegoing-1.12.2-1.9.0-163.jar          | None                                     |
| UCH   | integrateddynamics          | 0.11.11           | IntegratedDynamics-1.12.2-0.11.11.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | integrateddynamicscompat    | 1.0.0             | IntegratedDynamics-1.12.2-0.11.11.jar             | None                                     |
| UCH   | integratedtunnels           | 1.5.5             | IntegratedTunnels-1.12.2-1.5.5.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | integratedtunnelscompat     | 1.0.0             | IntegratedTunnels-1.12.2-1.5.5.jar                | None                                     |
| UCH   | inventorysorter             | 1.13.3+57         | inventorysorter-1.12.2-1.13.3+57.jar              | None                                     |
| UCH   | ironbackpacks               | 1.12.2-3.0.7-10   | IronBackpacks-1.12.2-3.0.7-10.jar                 | None                                     |
| UCH   | ironchest                   | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar                   | None                                     |
| UCH   | jeibees                     | 0.9.0.5           | jeibees-0.9.0.5-mc1.12.2.jar                      | None                                     |
| UCH   | jeiintegration              | 1.5.1.36          | jeiintegration_1.12.2-1.5.1.36.jar                | None                                     |
| UCH   | jaff                        | 1.7_for_1.12      | JustAFewFish-1.7_for_1.12.jar                     | None                                     |
| UCH   | jeresources                 | 0.8.6.28          | JustEnoughResources-1.12.2-0.8.6.28.jar           | None                                     |
| UCH   | llor                        | 1.1.4-mc1.12      | LLOverlayReloaded-1.1.4-mc1.12.jar                | None                                     |
| UCH   | lostcities                  | 2.0.7             | lostcities-1.12-2.0.7.jar                         | None                                     |
| UCH   | meecreeps                   | 1.1.0             | meecreeps-1.12-1.1.0.jar                          | None                                     |
| UCH   | mercurius                   | 1.0.6             | Mercurius-1.12.2.jar                              | None                                     |
| UCH   | minetogether                | unspecified       | minetogether-1.10.2-1.8.7.jar                     | None                                     |
| UCH   | minetogetherserver          | unspecified       | minetogether-1.10.2-1.8.7.jar                     | None                                     |
| UCH   | mob_grinding_utils          | 0.3.6             | MobGrindingUtils-0.3.6.jar                        | None                                     |
| UCH   | modnametooltip              | 1.10.0            | modnametooltip_1.12.2-1.10.0.jar                  | None                                     |
| UCH   | morph                       | 7.1.2             | Morph-1.12.2-7.1.2.jar                            | None                                     |
| UCH   | morpheus                    | 1.12-3.3.2        | Morpheus-1.12-3.3.2.jar                           | None                                     |
| UCH   | mousetweaks                 | 2.8               | MouseTweaks-2.8-mc1.12.1.jar                      | None                                     |
| UCH   | netherportalfix             | 5.3.13            | NetherPortalFix_1.12.1-5.3.13.jar                 | None                                     |
| UCH   | nmsot                       | 1.2.2-mc1.12.2    | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar           | None                                     |
| UCH   | notenoughwands              | 1.6.1             | notenoughwands-1.12-1.6.1.jar                     | None                                     |
| UCH   | getalltheseeds              | 1.12a             | Pam's Get all the Seeds! 1.12a.jar                | None                                     |
| UCH   | harvestcraft                | 1.12.2u           | Pam's HarvestCraft 1.12.2u.jar                    | None                                     |
| UCH   | pamscookables               | 1.1               | pamscookables-1.1.jar                             | None                                     |
| UCH   | placebo                     | 1.4.1             | Placebo-1.12.2-1.4.1.jar                          | None                                     |
| UCH   | plants2                     | 2.10.3            | Plants-1.12.2-2.10.3.jar                          | None                                     |
| UCH   | portalgun                   | 7.0.2             | PortalGun-1.12.2-7.0.2.jar                        | None                                     |
| UCH   | quickleafdecay              | 1.2.4             | QuickLeafDecay-MC1.12.1-1.2.4.jar                 | None                                     |
| UCH   | rangedpumps                 | 0.5               | rangedpumps-0.5.jar                               | None                                     |
| UCH   | reborncore                  | 3.8.1.271         | RebornCore-1.12.2-3.8.1.271-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | rebornstorage               | 1.0.0             | RebornStorage-1.12.2-3.0.6.43.jar                 | None                                     |
| UCH   | redstonearsenal             | 2.4.2             | RedstoneArsenal-1.12.2-2.4.2.9-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | refinedstorageaddons        | 0.3               | refinedstorageaddons-0.3.jar                      | None                                     |
| UCH   | resourceloader              | 1.5.3             | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCH   | rftools                     | 7.33              | rftools-1.12-7.33.jar                             | None                                     |
| UCH   | rftoolscontrol              | 1.8.1             | rftoolsctrl-1.12-1.8.1.jar                        | None                                     |
| UCH   | rftoolsdim                  | 5.53              | rftoolsdim-1.12-5.53.jar                          | None                                     |
| UCH   | rustic                      | 1.0.12            | rustic-1.0.12.jar                                 | None                                     |
| UCH   | smartrender                 | 2.3-RC2           | SmartRender-1.12.2-2.3-RC2.jar                    | None                                     |
| UCH   | sophisticatedwolves         | 3.13.4            | SophisticatedWolves-1.12.2-3.13.4.jar             | None                                     |
| UCH   | storagedrawersextra         | @VERSION@         | StorageDrawersExtras-1.12-3.1.0.jar               | None                                     |
| UCH   | shetiphiancore              | 3.5.8             | shetiphiancore-1.12.0-3.5.8.jar                   | None                                     |
| UCH   | terraqueous                 | 1.4.13            | terraqueous-1.12.0-1.4.13.jar                     | None                                     |
| UCH   | tcinventoryscan             | 2.0.10            | ThaumicInventoryScanning_1.12.2-2.0.10.jar        | None                                     |
| UCH   | tipthescales                | 1.0.1             | TipTheScales-1.12.2-1.0.1.jar                     | None                                     |
| UCH   | toastcontrol                | 1.6.0             | Toast Control-1.12.2-1.6.0.jar                    | None                                     |
| UCH   | topaddons                   | 1.12.2-1.6.0      | topaddons-1.12.2-1.6.0.jar                        | None                                     |
| UCH   | torohealthmod               | 1.12.2-11         | torohealth-1.12.2-11.jar                          | None                                     |
| UCH   | twilightforest              | 3.7.424           | twilightforest-1.12.2-3.7.424-universal.jar       | None                                     |
| UCH   | universalmodifiers          | 1.12.2-1.0.9a     | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
| UCH   | wanionlib                   | 1.12.2-1.5        | WanionLib-1.12.2-1.5.jar                          | None                                     |
| UCH   | xnet                        | 1.6.9             | xnet-1.12-1.6.9.jar                               | None                                     |
| UCH   | reauth                      | 3.6.0             | reauth-3.6.0.jar                                  | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCH   | thebetweenlands             | 3.3.13            | TheBetweenlands-3.3.13-universal.jar              | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCH   | elulib                      | 0.1.12            | elulib-0.1.12.jar                                 | None                                     |
| UCH   | teslacorelib_registries     | 1.0.14            | tesla-core-lib-1.12.2-1.0.14.jar                  | None                                     |
| UCH   | unidict                     | 1.12.2-2.5b       | UniDict-1.12.2-2.5b.jar                           | None                                     |

Loaded coremods (and transformers): 

CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)

AstralCore (astralsorcery-1.12.2-1.8.10.jar)

Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
api.player.forge.PlayerAPITransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
api.player.forge.RenderPlayerAPITransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)

IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
org.blockartistry.DynSurround.asm.Transformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 770/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
	* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
	* betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
	* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
	* BetweenlandsAPI (1.11.1) from TheBetweenlands-3.3.13-universal.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.48.jar
	* BotaniaAPI (89) from Botania r1.10-354.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 (13.8.0) from chiselsandbits-14.16.jar
	* cofhapi (2.4.1) from CoFHCore-1.12.2-4.4.1.12-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
	* Core (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Blocks (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Constants (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities|Data (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities|Data|Role (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Events (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Handlers (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Handlers|Data (0.1) from CustomNPCs_1.12.2(26aug18).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
	* DR-API (1.0.4-Beta) from deepresonance-1.12-1.6.0.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.11.290-universal.jar
	* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
	* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.290.jar
	* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.1.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-86.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-86.jar
	* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.9.0-163.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.11.jar
	* jeresources|API (0.8.6.28) from JustEnoughResources-1.12.2-0.8.6.28.jar
	* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.9.1.179.jar
	* modtogether|api (1.0) from minetogether-1.10.2-1.8.7.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
	* PsiAPI (6) from Psi-r1.1-59.jar
	* reborncoreAPI (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Power (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Recipe (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Tile (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.13.jar
	* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.22.jar
	* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.10b.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.8.1.271
	Runtime Debofucsation 1
	RenderEngine: 1
Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
LWJGL: 2.9.4
OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, 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: OzoCraft
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX(tm)-8150 Eight-Core Processor 
OptiFine Version: OptiFine_1.12.2_HD_U_D3
OptiFine Build: 20180515-125031
Render Distance Chunks: 31
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: (internal)
OpenGlVersion: 4.6.0 NVIDIA 388.13
OpenGlRenderer: GeForce GTX 770/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
commented

If I read that properly, you need to put this in and remove this: foamfix-0.9.9.1-1.12.2-anarchy.jar

commented

Made that change, still crashed.

commented

New log though?

commented

---- Minecraft Crash Report ----

WARNING: coremods are present:
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
AstralCore (astralsorcery-1.12.2-1.8.10.jar)
PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
FMLPlugin (elulib-0.1.12.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 12/7/18 11:28 AM
Description: Initializing game

java.lang.RuntimeException: Invalid id 4096 - maximum id range exceeded.
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:296)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:282)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:115)
at thebetweenlands.common.registries.BlockRegistry.registerBlocks(BlockRegistry.java:778)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1428_BlockRegistry_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:775)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:296)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:282)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:115)
at thebetweenlands.common.registries.BlockRegistry.registerBlocks(BlockRegistry.java:778)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1428_BlockRegistry_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:775)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:628)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

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

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4380406768 bytes (4177 MB) / 6039797760 bytes (5760 MB) up to 12884901888 bytes (12288 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_D3 178 mods loaded, 178 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                                |
|:----- |:--------------------------- |:----------------- |:------------------------------------------------- |:---------------------------------------- |
| UCH   | minecraft                   | 1.12.2            | minecraft.jar                                     | None                                     |
| UCH   | mcp                         | 9.42              | minecraft.jar                                     | None                                     |
| UCH   | FML                         | 8.0.99.99         | forge-1.12.2-14.23.5.2768.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | forge                       | 14.23.5.2768      | forge-1.12.2-14.23.5.2768.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | PlayerAPI                   | 1.0               | minecraft.jar                                     | None                                     |
| UCH   | RenderPlayerAPI             | 1.0               | minecraft.jar                                     | None                                     |
| UCH   | elucore                     | 1.0               | minecraft.jar                                     | None                                     |
| UCH   | movillages                  | 1.5.4             | [1.12]MoVillages-1.5.4.jar                        | None                                     |
| UCH   | fastbench                   | 1.3.2             | FastWorkbench-1.12.2-1.3.2.jar                    | None                                     |
| UCH   | actuallyadditions           | 1.12.2-r135       | ActuallyAdditions-1.12.2-r135.jar                 | None                                     |
| UCH   | aiimprovements              | 0.0.1.1           | AIImprovements-1.12.1-0.0.1b1.jar                 | None                                     |
| UCH   | akashictome                 | 1.2-10            | AkashicTome-1.2-10.jar                            | None                                     |
| UCH   | crafttweaker                | 4.1.8             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCH   | mtlib                       | 3.0.4             | MTLib-3.0.4.jar                                   | None                                     |
| UCH   | modtweaker                  | 4.0.12            | modtweaker-4.0.12.jar                             | None                                     |
| UCH   | jei                         | 4.9.1.179         | jei_1.12.2-4.9.1.179.jar                          | None                                     |
| UCH   | appleskin                   | 1.0.9             | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
| UCH   | aroma1997core               | 2.0.0.0.b150      | Aroma1997Core-1.12.2-2.0.0.0.b150.jar             | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCH   | aroma1997sdimension         | 1.3.0.0.b37       | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None                                     |
| UCH   | baubles                     | 1.5.2             | Baubles-1.12-1.5.2.jar                            | None                                     |
| UCH   | astralsorcery               | 1.8.10            | astralsorcery-1.12.2-1.8.10.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCH   | morphtool                   | 1.2-16            | Morph-o-Tool-1.2-16.jar                           | None                                     |
| UCH   | psi                         | r1.1-59           | Psi-r1.1-59.jar                                   | None                                     |
| UCH   | autoreglib                  | 1.3-17            | AutoRegLib-1.3-17.jar                             | None                                     |
| UCH   | badwithernocookiereloaded   | 1.12.2-2.12       | badwithernocookiereloaded-1.12.2-2.12.jar         | None                                     |
| UCH   | bdlib                       | 1.14.3.12         | bdlib-1.14.3.12-mc1.12.2.jar                      | None                                     |
| UCH   | betteradvancements          | 0.0.5.17          | BetterAdvancements-1.12.2-0.0.5.17.jar            | None                                     |
| UCH   | bibliocraft                 | 2.4.5             | BiblioCraft[v2.4.5][MC1.12.2].jar                 | None                                     |
| UCH   | ic2                         | 2.8.73-ex112      | industrialcraft-2-2.8.73-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
| UCH   | forestry                    | 5.8.0.290         | forestry_1.12.2-5.8.0.290.jar                     | None                                     |
| UCH   | binniecore                  | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | binniedesign                | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | genetics                    | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | botany                      | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | extrabees                   | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | extratrees                  | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCH   | biomesoplenty               | 7.0.1.2389        | BiomesOPlenty-1.12.2-7.0.1.2389-universal.jar     | None                                     |
| UCH   | birdsnests                  | 2.1.0             | BirdsNests1.12.2-2.1.0.jar                        | None                                     |
| UCH   | blockcraftery               | 0.1.3             | blockcraftery-0.1.3.jar                           | None                                     |
| UCH   | bookshelf                   | 2.3.544           | Bookshelf-1.12.2-2.3.544.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | thaumcraft                  | 6.1.BETA26        | Thaumcraft-1.12.2-6.1.BETA26.jar                  | None                                     |
| UCH   | botania                     | r1.10-354         | Botania r1.10-354.jar                             | None                                     |
| UCH   | codechickenlib              | 3.1.8.341         | CodeChickenLib-1.12.2-3.1.8.341-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | redstoneflux                | 2.0.1             | RedstoneFlux-1.12-2.0.1.2-universal.jar           | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCH   | brandonscore                | 2.4.2             | BrandonsCore-1.12-2.4.2.157-universal.jar         | None                                     |
| UCH   | chameleon                   | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                          | None                                     |
| UCH   | chickenchunks               | 2.4.1.71          | ChickenChunks-1.12.2-2.4.1.71-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | ctm                         | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar                         | None                                     |
| UCH   | chisel                      | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar                      | None                                     |
| UCH   | chiselsandbits              | 14.16             | chiselsandbits-14.16.jar                          | None                                     |
| UCH   | cofhcore                    | 4.4.1             | CoFHCore-1.12.2-4.4.1.12-universal.jar            | None                                     |
| UCH   | cofhworld                   | 1.1.1             | CoFHWorld-1.12.2-1.1.1.12-universal.jar           | None                                     |
| UCH   | cyclopscore                 | 0.11.5            | CyclopsCore-1.12.2-0.11.5.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | commoncapabilities          | 1.4.0             | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
| UCH   | mcmultipart                 | 2.5.1             | MCMultiPart-2.5.1.jar                             | None                                     |
| UCH   | storagedrawers              | 1.12-5.3.5        | StorageDrawers-1.12.2-5.3.6.jar                   | None                                     |
| UCH   | refinedstorage              | 1.5.33            | refinedstorage-1.5.33.jar                         | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCH   | compactmachines3            | 3.0.11            | compactmachines3-1.12.2-3.0.11-b207.jar           | None                                     |
| UCH   | compactsolars               | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar     | None                                     |
| UCH   | controlling                 | 3.0.6             | Controlling-3.0.6.jar                             | None                                     |
| UCH   | cookingforblockheads        | 6.3.26            | CookingForBlockheads_1.12.2-6.3.26.jar            | None                                     |
| UCH   | ctgui                       | 1.0.0             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCH   | crafttweakerjei             | 2.0.2             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCH   | custommainmenu              | 2.0.8             | CustomMainMenu-MC1.12.2-2.0.8.jar                 | None                                     |
| UCH   | customnpcs                  | 1.12              | CustomNPCs_1.12.2(26aug18).jar                    | None                                     |
| UCH   | mantle                      | 1.12-1.3.2.24     | Mantle-1.12-1.3.2.24.jar                          | None                                     |
| UCH   | tconstruct                  | 1.12.2-2.9.1.65   | TConstruct-1.12.2-2.9.1.65.jar                    | None                                     |
| UCH   | tesla                       | 1.0.63            | Tesla-1.12.2-1.0.63.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | p455w0rdslib                | 2.0.29            | p455w0rdslib-1.12-2.0.29.jar                      | None                                     |
| UCH   | stg                         | 1.12.2-1.2.3      | stg-1.12.2-1.2.3.jar                              | None                                     |
| UCH   | theoneprobe                 | 1.4.22            | theoneprobe-1.12-1.4.22.jar                       | None                                     |
| UCH   | danknull                    | 1.4.33            | DankNull-1.12-1.4.33.jar                          | None                                     |
| UCH   | darkutils                   | 1.8.207           | DarkUtils-1.12.2-1.8.207.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | eleccore                    | 1.8.434           | ElecCore-1.12.2-1.8.434.jar                       | None                                     |
| UCH   | mcjtylib_ng                 | 2.6.7             | mcjtylib-1.12-2.6.7.jar                           | None                                     |
| UCH   | deepresonance               | 1.6.0             | deepresonance-1.12-1.6.0.jar                      | None                                     |
| UCH   | journeymap                  | 1.12.2-5.5.2      | journeymap-1.12.2-5.5.2.jar                       | None                                     |
| UCH   | defaultoptions              | 9.2.7             | DefaultOptions_1.12.2-9.2.7.jar                   | None                                     |
| UCH   | diethopper                  | 1.1               | diethopper-1.1.jar                                | None                                     |
| UCH   | draconicevolution           | 2.3.11            | Draconic-Evolution-1.12-2.3.11.290-universal.jar  | None                                     |
| UCH   | dynamiclights               | 1.4.9             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_onfire        | 1.0.7             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_creepers      | 1.0.6             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_dropitems     | 1.1.0             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_entityclasses | 1.0.1             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_mobequipment  | 1.1.0             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_flamearrows   | 1.0.1             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_floodlights   | 1.0.3             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_otherplayers  | 1.0.9             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dynamiclights_theplayer     | 1.1.3             | DynamicLights-1.12.2.jar                          | None                                     |
| UCH   | dsurround                   | 3.4.9.16          | DynamicSurroundings-1.12.2-3.4.9.16.jar           | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| UCH   | presets                     | 3.4.9.16          | DynamicSurroundings-1.12.2-3.4.9.16.jar           | None                                     |
| UCH   | earthworks                  | 1.3.4.3           | Earthworks-1.12-1.3.6.jar                         | None                                     |
| UCH   | ediblebugs                  | 1.6.0.2512        | ediblebugs-mc1.12.2_eb1.6.0.2512.jar              | None                                     |
| UCH   | elevatorid                  | 1.3.6             | ElevatorMod-1.12.2-1.3.6.jar                      | None                                     |
| UCH   | enderstorage                | 2.4.2.126         | EnderStorage-1.12.2-2.4.2.126-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | valkyrielib                 | 1.12.2-2.0.10b    | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
| UCH   | environmentaltech           | 1.12.2-2.0.10a    | environmentaltech-1.12.2-2.0.10a.jar              | None                                     |
| UCH   | immersiveengineering        | 0.12-86           | ImmersiveEngineering-0.12-86.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH   | exchangers                  | 1.12.2-2.7.2      | Exchangers-1.12.2-2.7.2.jar                       | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCH   | extrautils2                 | 1.0               | extrautils2-1.12-1.7.6.jar                        | None                                     |
| UCH   | zerocore                    | 1.12-0.1.2.1      | zerocore-1.12-0.1.2.1.jar                         | None                                     |
| UCH   | bigreactors                 | 1.12.2-0.4.5.48   | ExtremeReactors-1.12.2-0.4.5.48.jar               | None                                     |
| UCH   | fairylights                 | 2.1.4             | fairylights-2.1.4-1.12.2.jar                      | None                                     |
| UCH   | fencejumper                 | 1.0.5             | fencejumper-1.12-1.0.5.jar                        | None                                     |
| UCH   | flatcoloredblocks           | mc1.12-6.6        | flatcoloredblocks-mc1.12-6.6.jar                  | None                                     |
| UCH   | foamfix                     | 0.9.9.1-1.12.2    | foamfix-0.9.9.1-1.12.2-law.jar                    | None                                     |
| UCH   | forgelin                    | 1.6.0             | Forgelin-1.6.0.jar                                | None                                     |
| UCH   | ichunutil                   | 7.1.4             | iChunUtil-1.12.2-7.1.4.jar                        | None                                     |
| UCH   | ftblib                      | 5.0.2.14          | FTBLib-5.0.2.14.jar                               | None                                     |
| UCH   | ftbutilities                | 5.0.2.14          | FTBUtilities-5.0.2.14.jar                         | None                                     |
| UCH   | funkylocomotion             | 1.0               | funky-locomotion-1.12.2-1.1.1.jar                 | None                                     |
| UCH   | gendustry                   | 1.6.5.8           | gendustry-1.6.5.8-mc1.12.2.jar                    | None                                     |
| UCH   | advgenerators               | 0.9.20.12         | generators-0.9.20.12-mc1.12.2.jar                 | None                                     |
| UCH   | gravestone                  | 1.10.1            | gravestone-1.10.1.jar                             | None                                     |
| UCH   | teslacorelib                | 1.0.14            | tesla-core-lib-1.12.2-1.0.14.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | industrialforegoing         | 1.12.2-1.12.2     | industrialforegoing-1.12.2-1.9.0-163.jar          | None                                     |
| UCH   | integrateddynamics          | 0.11.11           | IntegratedDynamics-1.12.2-0.11.11.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | integrateddynamicscompat    | 1.0.0             | IntegratedDynamics-1.12.2-0.11.11.jar             | None                                     |
| UCH   | integratedtunnels           | 1.5.5             | IntegratedTunnels-1.12.2-1.5.5.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCH   | integratedtunnelscompat     | 1.0.0             | IntegratedTunnels-1.12.2-1.5.5.jar                | None                                     |
| UCH   | inventorysorter             | 1.13.3+57         | inventorysorter-1.12.2-1.13.3+57.jar              | None                                     |
| UCH   | ironbackpacks               | 1.12.2-3.0.7-10   | IronBackpacks-1.12.2-3.0.7-10.jar                 | None                                     |
| UCH   | ironchest                   | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar                   | None                                     |
| UCH   | jeibees                     | 0.9.0.5           | jeibees-0.9.0.5-mc1.12.2.jar                      | None                                     |
| UCH   | jeiintegration              | 1.5.1.36          | jeiintegration_1.12.2-1.5.1.36.jar                | None                                     |
| UCH   | jaff                        | 1.7_for_1.12      | JustAFewFish-1.7_for_1.12.jar                     | None                                     |
| UCH   | jeresources                 | 0.8.6.28          | JustEnoughResources-1.12.2-0.8.6.28.jar           | None                                     |
| UCH   | llor                        | 1.1.4-mc1.12      | LLOverlayReloaded-1.1.4-mc1.12.jar                | None                                     |
| UCH   | lostcities                  | 2.0.7             | lostcities-1.12-2.0.7.jar                         | None                                     |
| UCH   | meecreeps                   | 1.1.0             | meecreeps-1.12-1.1.0.jar                          | None                                     |
| UCH   | mercurius                   | 1.0.6             | Mercurius-1.12.2.jar                              | None                                     |
| UCH   | minetogether                | unspecified       | minetogether-1.10.2-1.8.7.jar                     | None                                     |
| UCH   | minetogetherserver          | unspecified       | minetogether-1.10.2-1.8.7.jar                     | None                                     |
| UCH   | mob_grinding_utils          | 0.3.6             | MobGrindingUtils-0.3.6.jar                        | None                                     |
| UCH   | modnametooltip              | 1.10.0            | modnametooltip_1.12.2-1.10.0.jar                  | None                                     |
| UCH   | morph                       | 7.1.2             | Morph-1.12.2-7.1.2.jar                            | None                                     |
| UCH   | morpheus                    | 1.12-3.3.2        | Morpheus-1.12-3.3.2.jar                           | None                                     |
| UCH   | mousetweaks                 | 2.8               | MouseTweaks-2.8-mc1.12.1.jar                      | None                                     |
| UCH   | netherportalfix             | 5.3.13            | NetherPortalFix_1.12.1-5.3.13.jar                 | None                                     |
| UCH   | nmsot                       | 1.2.2-mc1.12.2    | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar           | None                                     |
| UCH   | notenoughwands              | 1.6.1             | notenoughwands-1.12-1.6.1.jar                     | None                                     |
| UCH   | getalltheseeds              | 1.12a             | Pam's Get all the Seeds! 1.12a.jar                | None                                     |
| UCH   | harvestcraft                | 1.12.2u           | Pam's HarvestCraft 1.12.2u.jar                    | None                                     |
| UCH   | pamscookables               | 1.1               | pamscookables-1.1.jar                             | None                                     |
| UCH   | placebo                     | 1.4.1             | Placebo-1.12.2-1.4.1.jar                          | None                                     |
| UCH   | plants2                     | 2.10.3            | Plants-1.12.2-2.10.3.jar                          | None                                     |
| UCH   | portalgun                   | 7.0.2             | PortalGun-1.12.2-7.0.2.jar                        | None                                     |
| UCH   | quickleafdecay              | 1.2.4             | QuickLeafDecay-MC1.12.1-1.2.4.jar                 | None                                     |
| UCH   | rangedpumps                 | 0.5               | rangedpumps-0.5.jar                               | None                                     |
| UCH   | reborncore                  | 3.8.1.271         | RebornCore-1.12.2-3.8.1.271-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | rebornstorage               | 1.0.0             | RebornStorage-1.12.2-3.0.6.43.jar                 | None                                     |
| UCH   | redstonearsenal             | 2.4.2             | RedstoneArsenal-1.12.2-2.4.2.9-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCH   | refinedstorageaddons        | 0.3               | refinedstorageaddons-0.3.jar                      | None                                     |
| UCH   | resourceloader              | 1.5.3             | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCH   | rftools                     | 7.33              | rftools-1.12-7.33.jar                             | None                                     |
| UCH   | rftoolscontrol              | 1.8.1             | rftoolsctrl-1.12-1.8.1.jar                        | None                                     |
| UCH   | rftoolsdim                  | 5.53              | rftoolsdim-1.12-5.53.jar                          | None                                     |
| UCH   | rustic                      | 1.0.12            | rustic-1.0.12.jar                                 | None                                     |
| UCH   | smartrender                 | 2.3-RC2           | SmartRender-1.12.2-2.3-RC2.jar                    | None                                     |
| UCH   | sophisticatedwolves         | 3.13.4            | SophisticatedWolves-1.12.2-3.13.4.jar             | None                                     |
| UCH   | storagedrawersextra         | @VERSION@         | StorageDrawersExtras-1.12-3.1.0.jar               | None                                     |
| UCH   | shetiphiancore              | 3.5.8             | shetiphiancore-1.12.0-3.5.8.jar                   | None                                     |
| UCH   | terraqueous                 | 1.4.13            | terraqueous-1.12.0-1.4.13.jar                     | None                                     |
| UCH   | tcinventoryscan             | 2.0.10            | ThaumicInventoryScanning_1.12.2-2.0.10.jar        | None                                     |
| UCH   | tipthescales                | 1.0.1             | TipTheScales-1.12.2-1.0.1.jar                     | None                                     |
| UCH   | toastcontrol                | 1.6.0             | Toast Control-1.12.2-1.6.0.jar                    | None                                     |
| UCH   | topaddons                   | 1.12.2-1.6.0      | topaddons-1.12.2-1.6.0.jar                        | None                                     |
| UCH   | torohealthmod               | 1.12.2-11         | torohealth-1.12.2-11.jar                          | None                                     |
| UCH   | twilightforest              | 3.7.424           | twilightforest-1.12.2-3.7.424-universal.jar       | None                                     |
| UCH   | universalmodifiers          | 1.12.2-1.0.9a     | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
| UCH   | wanionlib                   | 1.12.2-1.5        | WanionLib-1.12.2-1.5.jar                          | None                                     |
| UCH   | xnet                        | 1.6.9             | xnet-1.12-1.6.9.jar                               | None                                     |
| UCH   | reauth                      | 3.6.0             | reauth-3.6.0.jar                                  | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCH   | thebetweenlands             | 3.3.13            | TheBetweenlands-3.3.13-universal.jar              | 38067d6878811efb38b6a045521cfd80b9b60b38 |
| UCH   | elulib                      | 0.1.12            | elulib-0.1.12.jar                                 | None                                     |
| UCH   | teslacorelib_registries     | 1.0.14            | tesla-core-lib-1.12.2-1.0.14.jar                  | None                                     |
| UCH   | unidict                     | 1.12.2-2.5b       | UniDict-1.12.2-2.5b.jar                           | None                                     |

Loaded coremods (and transformers): 

CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)

AstralCore (astralsorcery-1.12.2-1.8.10.jar)

PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
api.player.forge.PlayerAPITransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
api.player.forge.RenderPlayerAPITransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
FMLPlugin (elulib-0.1.12.jar)
elucent.elulib.asm.ASMTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)

IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.16.jar)
org.blockartistry.DynSurround.asm.Transformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 770/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r135.jar
	* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
	* betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar
	* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
	* BetweenlandsAPI (1.11.1) from TheBetweenlands-3.3.13-universal.jar
	* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.48.jar
	* BotaniaAPI (79) from AkashicTome-1.2-10.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 (13.8.0) from chiselsandbits-14.16.jar
	* cofhapi (2.4.1) from CoFHCore-1.12.2-4.4.1.12-universal.jar
	* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
	* Core (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Blocks (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Constants (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities|Data (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Entities|Data|Role (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Events (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Handlers (0.1) from CustomNPCs_1.12.2(26aug18).jar
	* Core|Handlers|Data (0.1) from CustomNPCs_1.12.2(26aug18).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
	* DR-API (1.0.4-Beta) from deepresonance-1.12-1.6.0.jar
	* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.11.290-universal.jar
	* ElecCoreAPI (1.0) from ElecCore-1.12.2-1.8.434.jar
	* ElecCore|Abilities (#API_VER#) from ElecCore-1.12.2-1.8.434.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.0.290.jar
	* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.0.290.jar
	* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.1.jar
	* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
	* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-86.jar
	* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-86.jar
	* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.9.0-163.jar
	* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.11.11.jar
	* jeresources|API (0.8.6.28) from JustEnoughResources-1.12.2-0.8.6.28.jar
	* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
	* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
	* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.9.1.179.jar
	* modtogether|api (1.0) from minetogether-1.10.2-1.8.7.jar
	* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
	* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.29.jar
	* PsiAPI (6) from Psi-r1.1-59.jar
	* reborncoreAPI (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Power (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Recipe (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* reborncoreAPI|Tile (3.8.1.271) from RebornCore-1.12.2-3.8.1.271-universal.jar
	* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.6.jar
	* TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.13.jar
	* TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.13.jar
	* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
	* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.22.jar
	* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.10b.jar
	* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
	* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.1.jar
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.8.1.271
	Runtime Debofucsation 1
	RenderEngine: 1
Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
LWJGL: 2.9.4
OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, 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: OzoCraft
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x AMD FX(tm)-8150 Eight-Core Processor 
OptiFine Version: OptiFine_1.12.2_HD_U_D3
OptiFine Build: 20180515-125031
Render Distance Chunks: 31
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: (internal)
OpenGlVersion: 4.6.0 NVIDIA 388.13
OpenGlRenderer: GeForce GTX 770/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
commented

Alright well I apologize but now it is beyond my understanding of the log since it isn't just a single line pointing at a mod conflict like it was before. Perhaps @Wissi can have a look for you.

commented

No worries! All of this is beyond my understanding, ha. Thanks for the help so far at least :D

commented

You're welcome. I wish you the best of luck.

commented

Looks like your modpack ran out of Block ID's

install https://minecraft.curseforge.com/projects/notenoughids and you can extend that range.

commented

Updated that mod and the game loaded up - However, now no MineColonies Blocks/Items are in my game at all. o.o

commented

I looked through the modlist in your log and don't see the minecolonies jar, did you remove it?

commented

Nope? It's in there:
minecolonies-1.12.2-0.10.53-BETA-api

commented

You don't want the api, you want the Universal

https://minecraft.curseforge.com/projects/minecolonies/files/2641720

The alpha's are OK to try too, they have yet to break anything for me

commented

I've gotten the proper one now, and deleted the API. The only issue I have -now- is the one referenced above in the last Crash Report. I should join the discord though, why not!

commented

I apologize, I didn't realize there was an api file on the bottom of that link I sent you in order to specify one or the other, are you on the minecolonies discord so this might go a bit faster? If not, can you join it via https://discord.gg/yDB75aN