Coders-After-Dark / Reskillable

Other
7 stars 17 forks source link

TileEntityHopper is missing a mapping #167

Closed KyleWAJohnston closed 4 years ago

KyleWAJohnston commented 4 years ago

I only get the error when I have Reskillable enabled.

`---- Minecraft Crash Report ----

WARNING: coremods are present: LibLoader (# LibLoader.jar) RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar) Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-1.1.9.jar) ForgelinPlugin (Forgelin-1.8.4.jar) CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar) DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar) LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) CorePlugin (ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) LoadingPlugin (Reskillable-1.12.2-1.12.5.jar) MMFMLCorePlugin (MultiMine-1.12.2.jar) CoreMod (TickProfiler-1.12-0.0.7.jar) ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar) HCASM (HammerCore-1.12.2-2.0.5.0.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar) TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar) LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar) Contact their authors BEFORE contacting forge

// Don't do that.

Time: 9/23/19 7:36 PM Description: Unexpected error

java.lang.RuntimeException: class net.minecraft.tileentity.TileEntityHopper is missing a mapping! This is a bug! at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:78) at net.minecraft.tileentity.TileEntity.func_189515_b(TileEntity.java:69) at net.minecraft.tileentity.TileEntityLockable.func_189515_b(TileEntityLockable.java:22) at net.minecraft.tileentity.TileEntityHopper.func_189515_b(TileEntityHopper.java:62) at codersafterdark.reskillable.base.LevelLockHandler.rightClickBlock(LevelLockHandler.java:334) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_705_LevelLockHandler_rightClickBlock_RightClickBlock.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.common.ForgeHooks.onRightClickBlock(ForgeHooks.java:1137) 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.optifine.reflect.Reflector.call(Reflector.java:889) at net.minecraft.client.multiplayer.PlayerControllerMP.func_187099_a(PlayerControllerMP.java:464) at net.optifine.override.PlayerControllerOF.func_187099_a(PlayerControllerOF.java:96) at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:2222) at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2958) at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2725) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2468) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1582) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:647) at net.minecraft.client.main.Main.main(Main.java:129) 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 org.vivecraft.main.VivecraftMain.main(VivecraftMain.java:152) 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.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:78) at net.minecraft.tileentity.TileEntity.func_189515_b(TileEntity.java:69) at net.minecraft.tileentity.TileEntityLockable.func_189515_b(TileEntityLockable.java:22) at net.minecraft.tileentity.TileEntityHopper.func_189515_b(TileEntityHopper.java:62) at codersafterdark.reskillable.base.LevelLockHandler.rightClickBlock(LevelLockHandler.java:334) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_705_LevelLockHandler_rightClickBlock_RightClickBlock.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.common.ForgeHooks.onRightClickBlock(ForgeHooks.java:1137) 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.optifine.reflect.Reflector.call(Reflector.java:889) at net.minecraft.client.multiplayer.PlayerControllerMP.func_187099_a(PlayerControllerMP.java:464) at net.optifine.override.PlayerControllerOF.func_187099_a(PlayerControllerOF.java:96) at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:2222) at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2958) at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2725)

-- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['Emperor_Kai'/1673, l='MpServer', x=81.04, y=67.00, z=139.10]] Chunk stats: MultiplayerChunkCache: 285, 285 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (76,64,148), Chunk: (at 12,4,4 in 4,9; contains blocks 64,0,144 to 79,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 1871 game time, 1871 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: 141 total; [EntityItem['item.tile.gravel'/4103, l='MpServer', x=89.88, y=12.00, z=187.13], EntityItem['item.tile.gravel'/4104, l='MpServer', x=87.10, y=12.00, z=186.88], EntityItem['item.tile.gravel'/4105, l='MpServer', x=88.13, y=12.00, z=185.88], EntityWisp['Wisp'/4106, l='MpServer', x=118.17, y=20.69, z=88.34], EntitySpider['Spider'/4111, l='MpServer', x=72.36, y=21.00, z=69.66], EntitySkeleton['Skeleton'/4123, l='MpServer', x=100.50, y=31.00, z=87.50], EntityItem['item.tile.gravel'/4126, l='MpServer', x=69.24, y=35.00, z=104.32], EntityZombie['Zombie'/4180, l='MpServer', x=8.90, y=36.00, z=169.51], EntityZombieVillager['Zombie Villager'/4189, l='MpServer', x=63.50, y=35.00, z=95.50], EntityItem['item.item.string'/96, l='MpServer', x=32.25, y=29.00, z=128.49], EntityItem['item.tile.torch'/97, l='MpServer', x=20.76, y=33.00, z=143.92], EntityAspid['Aspid'/98, l='MpServer', x=23.97, y=72.00, z=162.96], EntityWitch['Witch'/99, l='MpServer', x=7.81, y=69.00, z=184.78], EntityItem['item.tile.torch'/104, l='MpServer', x=28.13, y=34.00, z=110.13], EntityItem['item.tile.torch'/105, l='MpServer', x=26.27, y=41.00, z=106.28], EntityMinecartChest['Minecart with Chest'/106, l='MpServer', x=31.50, y=33.06, z=91.50], EntityItem['item.tile.torch'/107, l='MpServer', x=27.09, y=41.00, z=95.89], EntityChicken['Chicken'/108, l='MpServer', x=32.50, y=75.00, z=145.50], EntityChicken['Chicken'/109, l='MpServer', x=31.50, y=73.00, z=147.50], EntityChicken['Chicken'/110, l='MpServer', x=33.50, y=74.00, z=150.50], EntityChicken['Chicken'/111, l='MpServer', x=36.50, y=77.00, z=149.50], EntityPig['Pig'/123, l='MpServer', x=52.25, y=65.00, z=81.46], EntityPig['Pig'/124, l='MpServer', x=43.50, y=63.00, z=82.50], EntityPig['Pig'/125, l='MpServer', x=43.50, y=63.00, z=80.50], EntityPig['Pig'/126, l='MpServer', x=38.18, y=63.00, z=77.74], EntityMinecartChest['Minecart with Chest'/127, l='MpServer', x=55.50, y=35.06, z=113.50], EntityItem['item.tile.torch'/128, l='MpServer', x=45.95, y=33.00, z=133.26], EntityItem['item.tile.torch'/130, l='MpServer', x=58.13, y=33.00, z=135.12], EntityChicken['Chicken'/131, l='MpServer', x=63.50, y=66.00, z=185.50], EntityChicken['Chicken'/132, l='MpServer', x=65.80, y=66.00, z=186.81], EntityChicken['Chicken'/133, l='MpServer', x=59.06, y=64.00, z=188.58], EntityChicken['Chicken'/134, l='MpServer', x=68.22, y=67.00, z=186.48], EntityGhoul['Ghoul'/4233, l='MpServer', x=132.54, y=24.00, z=138.72], EntityItem['item.tile.torch'/156, l='MpServer', x=76.93, y=38.00, z=100.24], EntitySheep['Sheep'/158, l='MpServer', x=87.50, y=70.00, z=97.50], EntitySheep['Sheep'/159, l='MpServer', x=85.50, y=70.00, z=94.50], EntitySheep['Sheep'/160, l='MpServer', x=86.50, y=70.00, z=96.50], EntityItem['item.tile.torch'/161, l='MpServer', x=77.40, y=34.00, z=122.57], EntityItem['item.tile.torch'/162, l='MpServer', x=77.25, y=34.00, z=126.14], EntitySpider['Spider'/4263, l='MpServer', x=112.81, y=20.00, z=100.14], EntitySheep['Sheep'/175, l='MpServer', x=91.50, y=87.00, z=75.50], EntitySheep['Sheep'/176, l='MpServer', x=90.50, y=86.00, z=75.50], EntitySheep['Sheep'/177, l='MpServer', x=90.50, y=87.00, z=73.50], EntitySheep['Sheep'/178, l='MpServer', x=95.50, y=87.00, z=75.50], EntityChicken['Chicken'/179, l='MpServer', x=110.50, y=83.00, z=78.50], EntityChicken['Chicken'/180, l='MpServer', x=109.50, y=85.00, z=82.50], EntityChicken['Chicken'/181, l='MpServer', x=113.50, y=83.00, z=78.50], EntityChicken['Chicken'/182, l='MpServer', x=116.50, y=81.00, z=80.50], EntityItem['item.tile.rail'/4278, l='MpServer', x=66.13, y=35.00, z=104.88], EntityArisaur['Arisaur'/184, l='MpServer', x=94.50, y=81.00, z=89.62], EntityArisaur['Arisaur'/185, l='MpServer', x=102.28, y=84.00, z=88.72], EntityMinecartChest['Minecart with Chest'/186, l='MpServer', x=96.50, y=43.06, z=122.50], EntityItem['item.tile.rail'/196, l='MpServer', x=86.31, y=39.00, z=158.28], EntityItem['item.tile.rail'/199, l='MpServer', x=86.13, y=39.00, z=164.33], EntityItem['item.tile.rail'/201, l='MpServer', x=86.13, y=39.00, z=167.88], EntityBookWyrm['Book Wyrm'/219, l='MpServer', x=126.50, y=71.00, z=203.50], EntityBookWyrm['Book Wyrm'/220, l='MpServer', x=124.50, y=71.00, z=203.50], EntityBookWyrm['Book Wyrm'/221, l='MpServer', x=128.50, y=70.00, z=201.50], EntityBookWyrm['Book Wyrm'/222, l='MpServer', x=125.50, y=74.00, z=200.50], EntityPig['Pig'/227, l='MpServer', x=143.70, y=66.00, z=128.45], EntityPig['Pig'/228, l='MpServer', x=149.02, y=68.00, z=121.00], EntityPig['Pig'/229, l='MpServer', x=149.50, y=67.00, z=124.50], EntityPig['Pig'/230, l='MpServer', x=149.50, y=68.00, z=123.50], EntityAspid['Aspid'/231, l='MpServer', x=155.51, y=68.00, z=172.50], EntityAspid['Aspid'/232, l='MpServer', x=154.54, y=68.00, z=169.48], EntityAspid['Aspid'/238, l='MpServer', x=148.15, y=63.00, z=156.70], EntityItem['item.item.muttonRaw'/4334, l='MpServer', x=85.92, y=70.00, z=97.04], EntityAspid['Aspid'/239, l='MpServer', x=159.29, y=66.00, z=217.94], EntityItem['item.tile.flower1.dandelion'/4351, l='MpServer', x=108.54, y=64.00, z=183.20], EntityItem['item.tile.gravel'/4365, l='MpServer', x=114.55, y=9.00, z=119.46], EntityItem['item.tile.sapling.birch'/4370, l='MpServer', x=66.88, y=68.00, z=147.14], EntityItem['item.tile.gravel'/4372, l='MpServer', x=113.61, y=9.00, z=118.42], EntitySkeleton['Skeleton'/4375, l='MpServer', x=22.50, y=19.00, z=202.50], EntitySkeleton['Skeleton'/4377, l='MpServer', x=21.50, y=19.00, z=201.50], EntityCreeper['Creeper'/4378, l='MpServer', x=52.50, y=10.00, z=122.50], EntityBat['Bat'/4382, l='MpServer', x=19.75, y=24.00, z=186.52], EntityBat['Bat'/2339, l='MpServer', x=6.43, y=46.08, z=111.62], EntityItem['item.item.stick'/309, l='MpServer', x=82.50, y=68.00, z=198.50], EntitySpider['Spider'/4406, l='MpServer', x=72.50, y=10.00, z=79.50], EntityBat['Bat'/4427, l='MpServer', x=17.48, y=20.48, z=175.25], EntityBat['Bat'/4433, l='MpServer', x=155.53, y=37.00, z=152.48], EntitySquid['Squid'/4436, l='MpServer', x=29.37, y=62.03, z=86.63], EntitySquid['Squid'/4438, l='MpServer', x=23.40, y=60.26, z=88.60], EntitySquid['Squid'/4439, l='MpServer', x=28.45, y=61.00, z=83.22], EntitySkeleton['Skeleton'/4444, l='MpServer', x=109.50, y=23.00, z=158.50], EntityBat['Bat'/4461, l='MpServer', x=132.11, y=41.83, z=113.72], EntitySkeleton['Skeleton'/4468, l='MpServer', x=100.50, y=15.00, z=197.50], EntityBrainyZombie['Angry Zombie'/4470, l='MpServer', x=45.84, y=32.00, z=145.25], EntityHost['Host'/4471, l='MpServer', x=128.50, y=45.00, z=187.50], EntityHost['Host'/4476, l='MpServer', x=126.50, y=21.00, z=149.50], EntityCreeper['Creeper'/4483, l='MpServer', x=86.50, y=20.00, z=103.50], EntityZombie['Zombie'/4484, l='MpServer', x=48.55, y=32.00, z=145.70], EntityZombie['Zombie'/4485, l='MpServer', x=47.17, y=32.00, z=145.70], EntityItem['item.tile.rail'/4490, l='MpServer', x=77.44, y=33.00, z=136.97], EntityZombie['Zombie'/4495, l='MpServer', x=102.50, y=15.00, z=199.50], EntityBat['Bat'/4506, l='MpServer', x=23.25, y=18.05, z=85.92], EntitySylph['Verdant Sylph'/4514, l='MpServer', x=27.46, y=56.00, z=200.46], EntitySylph['Verdant Sylph'/4515, l='MpServer', x=20.57, y=72.82, z=201.19], EntitySylph['Sylph'/4517, l='MpServer', x=27.46, y=52.00, z=194.44], EntityBrainyZombie['Angry Zombie'/4553, l='MpServer', x=88.50, y=20.00, z=100.50], EntityBrainyZombie['Angry Zombie'/4554, l='MpServer', x=85.67, y=20.00, z=95.76], EntityCreeper['Creeper'/4555, l='MpServer', x=34.50, y=64.00, z=156.50], EntitySnail['Snail'/4593, l='MpServer', x=20.50, y=28.00, z=153.50], EntitySnail['Snail'/4595, l='MpServer', x=27.50, y=24.00, z=184.50], EntityBat['Bat'/4597, l='MpServer', x=40.85, y=35.02, z=191.97], EntityBat['Bat'/4598, l='MpServer', x=86.11, y=25.16, z=217.22], EntityBat['Bat'/4599, l='MpServer', x=73.45, y=22.31, z=214.57], EntityBat['Bat'/4600, l='MpServer', x=43.35, y=24.30, z=138.08], EntityCreeper['Creeper'/4612, l='MpServer', x=102.50, y=43.00, z=122.50], EntityDjinn['Djinn'/4627, l='MpServer', x=51.21, y=133.36, z=112.07], EntityDjinn['Djinn'/4628, l='MpServer', x=141.49, y=132.00, z=92.49], EntityDjinn['Djinn'/4629, l='MpServer', x=56.34, y=128.83, z=190.81], EntityDjinn['Djinn'/4630, l='MpServer', x=60.50, y=128.00, z=169.50], EntityCreeper['Creeper'/4636, l='MpServer', x=125.50, y=20.00, z=65.50], EntitySkeleton['Skeleton'/4638, l='MpServer', x=129.50, y=20.00, z=63.50], EntitySkeleton['Skeleton'/4640, l='MpServer', x=126.50, y=20.00, z=64.50], EntitySkeleton['Skeleton'/4697, l='MpServer', x=77.50, y=20.00, z=104.50], EntitySkeleton['Skeleton'/4698, l='MpServer', x=74.50, y=20.00, z=100.50], EntitySpider['Spider'/4699, l='MpServer', x=59.50, y=35.00, z=106.50], EntitySkeleton['Skeleton'/4700, l='MpServer', x=124.50, y=21.00, z=144.50], EntitySkeleton['Skeleton'/4709, l='MpServer', x=124.50, y=21.00, z=142.50], EntityEnderman['Enderman'/3135, l='MpServer', x=105.70, y=15.00, z=186.30], EntityBat['Bat'/3137, l='MpServer', x=12.95, y=32.47, z=143.52], EntitySquid['Squid'/3141, l='MpServer', x=123.42, y=59.00, z=141.60], EntityItem['item.tile.pressurePlateStone'/1671, l='MpServer', x=106.71, y=17.00, z=84.66], EntityItem['item.tile.notGate'/1672, l='MpServer', x=107.88, y=19.00, z=82.96], EntityEnderman['Enderman'/3986, l='MpServer', x=110.50, y=10.00, z=79.50], EntityBrainyZombie['Angry Zombie'/3992, l='MpServer', x=38.50, y=40.00, z=100.50], EntityItem['item.tile.gravel'/4002, l='MpServer', x=42.81, y=49.00, z=82.57], EntityItem['item.tile.gravel'/4003, l='MpServer', x=42.93, y=49.00, z=84.88], EntityBat['Bat'/4007, l='MpServer', x=129.89, y=43.89, z=125.21], EntityBat['Bat'/4008, l='MpServer', x=12.68, y=36.86, z=145.94], EntityItem['item.tile.gravel'/4050, l='MpServer', x=68.32, y=35.00, z=104.13], EntityItem['item.tile.gravel'/4052, l='MpServer', x=55.55, y=35.00, z=112.13], EntityItem['item.tile.gravel'/4053, l='MpServer', x=56.88, y=35.00, z=111.86], EntityItem['item.tile.gravel'/4060, l='MpServer', x=98.79, y=20.00, z=98.55], EntityItem['item.tile.gravel'/4064, l='MpServer', x=88.88, y=12.00, z=185.13], EntityItem['item.tile.gravel'/4076, l='MpServer', x=87.88, y=13.00, z=187.36], EntityItem['item.tile.gravel'/4083, l='MpServer', x=66.13, y=35.00, z=104.82], EntityItem['item.tile.rail'/2039, l='MpServer', x=66.17, y=37.00, z=105.62], EntityPlayerSP['Emperor_Kai'/1673, l='MpServer', x=81.04, y=67.00, z=139.10]] 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:3668) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:676) at net.minecraft.client.main.Main.main(Main.java:129) 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 org.vivecraft.main.VivecraftMain.main(VivecraftMain.java:152) 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: 6776348712 bytes (6462 MB) / 8565817344 bytes (8169 MB) up to 8565817344 bytes (8169 MB) JVM Flags: 7 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -Xms8G -XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=3 -Xmn256M IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 129 mods loaded, 129 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

State ID Version Source Signature
LCHIJA minecraft 1.12.2 minecraft.jar None
LCHIJA mcp 9.42 minecraft.jar None
LCHIJA FML 8.0.99.99 forge-1.12.2-14.23.5.2838.jar e3c3d50c7c986df74c645c0ac54639741c90a557
LCHIJA forge 14.23.5.2838 forge-1.12.2-14.23.5.2838.jar e3c3d50c7c986df74c645c0ac54639741c90a557
LCHIJA creativecoredummy 1.0.0 minecraft.jar None
LCHIJA itemphysic 1.4.0 minecraft.jar None
LCHIJA ivtoolkit 1.3.3-1.12 minecraft.jar None
LCHIJA foamfixcore 7.7.4 minecraft.jar None
LCHIJA tnt_utilities_core 1.2.3 minecraft.jar None
LCHIJA dsurroundcore 3.5.4.3 minecraft.jar None
LCHIJA mercurius_updater 1.0 MercuriusUpdater-1.12.2.jar None
LCHIJA forgeendertech 1.12.2-4.4.22.2 ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar None
LCHIJA adhooks 1.12.2-3.2.2.0 AdHooks-1.12.2-3.2.2.0-build.0220.jar None
LCHIJA advanced-fishing 1.3.3 Advanced-Fishing-1.12.2-1.3.3.jar None
LCHIJA alcatrazcore 1.0.4 alcatrazcore-1.0.4.jar 3c2d6be715971d1ed58a028cdb3fae72987fc934
LCHIJA antiqueatlas 4.5.1 antiqueatlas-1.12.2-4.5.1.jar e631d7254e451d0360d0148cb21407d5511d45e9
LCHIJA antiqueatlasoverlay 1.2 antiqueatlas-1.12.2-4.5.1.jar e631d7254e451d0360d0148cb21407d5511d45e9
LCHIJA anvilpatch 1.0.0 anvilpatch-1.0.0.jar None
LCHIJA appliedenergistics2 rv6-stable-7 appliedenergistics2-rv6-stable-7.jar dfa4d3ac143316c6f32aa1a1beda1e34d42132e5
LCHIJA aquaculture 1.6.8 Aquaculture-1.12.2-1.6.8.jar None
LCHIJA carrots 1.0.0b1 carrotslib-mc1.12.2-1.0.0b1.jar None
LCHIJA armorunder 1.0.0 armorunder-mc1.12.2-1.0.0.jar None
LCHIJA artemislib 1.0.6 ArtemisLib-1.12.2-v1.0.6.jar None
LCHIJA autoreglib 1.3-32 AutoRegLib-1.3-32.jar None
LCHIJA battletowers 1.6.5 BattleTowers-1.12.2.jar None
LCHIJA baubles 1.5.2 Baubles-1.12-1.5.2.jar None
LCHIJA baubleshud 5.0.2 BaublesHud-1.12.2-5.0.2.jar None
LCHIJA mujmajnkraftsbettersurvival 1.3.4 Better_Survival-1.3.4(1.12.1).jar None
LCHIJA bettercombatmod 1.5.6 BetterCombat-1.12.2-1.5.6.jar None
LCHIJA biomesoplenty 7.0.1.2441 BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar None
LCHIJA bloodmoon 1.5.3 Bloodmoon-MC1.12.2-1.5.3.jar d72e0dd57935b3e9476212aea0c0df352dd76291
LCHIJA cursedlib 1.0.0 FlameLib-1.12.2-0.0.7.jar None
LCHIJA bountifulbaubles 0.0.1 Bountiful Baubles-1.12.2-0.0.8.jar None
LCHIJA campfire 1.2 campfire-1.12-v1.2.jar None
LCHIJA carryon 1.12.2 CarryOn MC1.12.2 v1.12.2.jar 55e88f24d04398481ae6f1ce76f65fd776f14227
LCHIJA chunkanimator 1.2 ChunkAnimator-MC1.12-1.2.jar None
LCHIJA toughasnails 3.1.0.139 ToughAsNails-1.12.2-3.1.0.139-universal.jar None
LCHIJA comforts 1.4.1.2 comforts-1.12.2-1.4.1.2.jar 5d5b8aee896a4f5ea3f3114784742662a67ad32f
LCHIJA forgelin 1.8.4 Forgelin-1.8.4.jar None
LCHIJA thaumcraft 6.1.BETA26 Thaumcraft-1.12.2-6.1.BETA26.jar None
LCHIJA thaumic_arcana 1.2.0 Thaumic Arcana-1.3.0.jar None
LCHIJA jei 4.15.0.268 jei_1.12.2-4.15.0.268.jar None
LCHIJA projecte 1.12.2-PE1.4.1 ProjectE-1.12.2-PE1.4.1.jar None
LCHIJA reskillable 1.12.2-GRADLE:BUILD Reskillable-1.12.2-1.12.5.jar None
LCHIJA compatskills 1.12.2-1.16.2 CompatSkills-1.12.2-1.16.2.jar None
LCHIJA coralreef 2.0 CoralReef-2.5-1.12.2.jar None
LCHIJA wearablebackpacks 3.1.3 WearableBackpacks-1.12.2-3.1.3.jar None
LCHIJA corpsecomplex 1.0.6 corpsecomplex-1.12.2-1.0.6.jar 5d5b8aee896a4f5ea3f3114784742662a67ad32f
LCHIJA craftablechainmail 1.0 craftablechainmail-1.0.jar None
LCHIJA craftablehorsearmour 1.3 CraftableHorseArmour-1.3.0-1.12.jar None
LCHIJA crafttweaker 4.1.19 CraftTweaker2-1.12-4.1.19.jar None
LCHIJA ctgui 1.0.0 CraftTweaker2-1.12-4.1.19.jar None
LCHIJA crafttweakerjei 2.0.3 CraftTweaker2-1.12-4.1.19.jar None
LCHIJA creativecore 1.9.9 CreativeCore_v1.9.62_mc1.12.2.jar None
LCHIJA defiledlands 1.4.2 defiledlands-1.12.2-1.4.2.jar None
LCHIJA disenchanter 1.6 disenchanter-[1.12]1.6.jar None
LCHIJA dldungeonsjbg 1.12.10 DoomlikeDungeons-1.12.10-MC1.12.2.jar None
LCHIJA dummycore 2.4.112.5. DummyCoreUnofficial-2.4.112.5.jar None
LCHIJA dynamictrees 1.12.2-0.9.5 DynamicTrees-1.12.2-0.9.5.jar None
LCHIJA dynamictreestc 1.12.2-1.4.1e DynamicTreesTC-1.12.2-1.4.1e.jar None
LCHIJA enchantingwiththaumcraft 1.2 enchantingwiththaumcraft-1.2.jar None
LCHIJA enhancedvisuals 1.0 EnhancedVisuals_v1.2.5_mc1.12.2.jar None
LCHIJA familiarfauna 1.0.11 FamiliarFauna-1.12.2-1.0.11.jar None
LCHIJA fbp 2.4.1 FancyBlockParticles-1.12.x-2.4.1.jar None
LCHIJA firstaid 1.6.10 firstaid-1.6.10.jar 7904c4e13947c8a616c5f39b26bdeba796500722
LCHIJA foamfix 0.10.5-1.12.2 foamfix-0.10.5-1.12.2.jar None
LCHIJA foodexpansion 1.3 FoodExpansion1.3.3-1.12.2.jar None
LCHIJA tschipplib 1.1.3 TschippLib MC1.12.2 v1.1.3.jar None
LCHIJA forgottenitems 1.1 ForgottenItems MC1.12.2 v1.1.jar None
LCHIJA grapplemod 1.12.2-v11.1 grapplemod-v11.1-1.12.2.jar None
LCHIJA hammercore 2.0.5.0 HammerCore-1.12.2-2.0.5.0.jar 4d7b29cd19124e986da685107d16ce4b49bc0a97
LCHIJA thaumadditions 20r ThaumicAdditions-1.12.2-20r.jar 4d7b29cd19124e986da685107d16ce4b49bc0a97
LCHIJA llibrary 1.7.19 llibrary-1.7.19-1.12.2.jar b9f30a813bee3b9dd5652c460310cfcd54f6b7ec
LCHIJA iceandfire 1.8.1 iceandfire-1.8.1.jar None
LCHIJA infernalmobs 1.7.6 InfernalMobs-1.12.2.jar None
LCHIJA inventorytweaks 1.63+release.109.220f184 InventoryTweaks-1.63.jar 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe
LCHIJA levelup2 ${version} Level Up! 2-1.1.23-1.12.jar None
LCHIJA loottweaker 0.0.10 LootTweaker-1.12.2-0.0.10.jar None
LCHIJA lostcities 2.0.21 lostcities-1.12-2.0.21.jar None
LCHIJA lostsouls 1.1.4 lostsouls-1.12-1.1.4.jar None
LCHIJA lycanitesmobs 2.0.0.7 - MC 1.12.2 lycanitesmobs-1.12.2-2.0.0.7.jar None
LCHIJA mobends 0.24 mobends-0.24_for_MC-1.12.jar None
LCHIJA multimine 1.6.2 MultiMine-1.12.2.jar None
LCHIJA neat 1.4-17 Neat 1.4-17.jar None
LCHIJA notreepunching 2.0.13 notreepunching-2.0.13.jar 3c2d6be715971d1ed58a028cdb3fae72987fc934
LCHIJA potionfingers r1.0-2 PotionFingers-r1.0-2.jar None
LCHIJA realistictorches 2.1.1 RealisticTorches-1.12.2-2.1.1.jar None
LCHIJA reccomplex 1.4.8.2 RecurrentComplex-1.4.8.2.jar None
LCHIJA roguelike 1.8.0 RoguelikeDungeons-1.12.2-1.8.0.jar None
LCHIJA roughtweaks 1.0 roughTweaks0.2.4-1.12.2.jar None
LCHIJA ruins 17.2 Ruins-1.12.2.jar None
LCHIJA silentlib 3.0.13 SilentLib-1.12.2-3.0.13+167.jar None
LCHIJA scalinghealth 1.3.37 ScalingHealth-1.12.2-1.3.40+145.jar None
LCHIJA sit v1.2 sit-1.12.2-v1.2.jar None
LCHIJA somanyenchantments 0.4.3 somanyenchantments V0.4.31.jar None
LCHIJA soundfilters 0.11_for_1.12 SoundFilters-0.11_for_1.12.jar None
LCHIJA spartanweaponry beta 1.3.0 SpartanWeaponry-1.12.2-beta-1.3.0.jar None
LCHIJA spartanfire 0.07 spartanfire-0.07.jar None
LCHIJA spartanshields 1.5.4 SpartanShields-1.12.2-1.5.4.jar None
LCHIJA spawnercontrol 1.6.3b SpawnerControl-1.6.3b.jar None
LCHIJA stg 1.12.2-1.2.3 stg-1.12.2-1.2.3.jar None
LCHIJA switchbow 1.5.7 switchbow-1.5.7.jar None
LCHIJA tanspit 1.12.2-1.3 tanspit-1.12.2-1.3.jar None
LCHIJA thaumicaugmentation 1.12.2-1.1.9 ThaumicAugmentation-1.12.2-1.1.9.jar 8f678591ba6f78d579e553a8aa94b4c4766cb13d
LCHIJA thaumicbases 3.3.400.6r thaumicbases-3.3.352.6r.jar None
LCHIJA thaumicbrewing 1.0.2 thaumicbrewing-1.0.2.jar None
LCHIJA thaumicjei 1.6.0 ThaumicJEI-1.12.2-1.6.0-27.jar None
LCHIJA thaumicenergistics 2.2.3 thaumicenergistics-2.2.3.jar None
LCHIJA thaumicequivalence 1.12.2-1.0.5 ThaumicEquivalence-1.12.2-1.0.5.jar None
LCHIJA tcinventoryscan 2.0.10 ThaumicInventoryScanning_1.12.2-2.0.10.jar None
LCHIJA thaumicperiphery 0.3.1 thaumicperiphery-0.3.1.jar None
LCHIJA thaumicrestoration 1.3.1 ThaumicRestoration-1.3.1a.jar None
LCHIJA thaumictinkerer 1.12.2-5.0-353c71c thaumictinkerer-1.12.2-5.0-353c71c.jar None
LCHIJA thaumicwonders 1.8.2 thaumicwonders-1.8.2.jar None
LCHIJA tickprofiler 1.12-0.0.7 TickProfiler-1.12-0.0.7.jar None
LCHIJA tnt_utilities 1.2.3 tnt_utilities-mc1.12-1.2.3.jar None
LCHIJA toolbelt 1.9.9 ToolBelt-1.12.2-1.9.9.jar None
LCHIJA traverse 1.6.0 Traverse-1.12.2-1.6.0-69.jar None
LCHIJA xat 0.25.2 Trinkets and Baubles-1.12.2-0.25.2.jar None
LCHIJA trumpetskeleton 1.12-1.0.2.1 trumpetskeleton-1.12-1.0.2.1.jar None
LCHIJA tumbleweed 1.11-0.4.5 tumbleweed-1.11-0.4.5.jar None
LCHIJA variedcommodities 1.12.2 VariedCommodities_1.12.2(15may18.jar None
LCHIJA waystones 4.0.72 Waystones_1.12.2-4.0.72.jar None
LCHIJA wolfarmor 2.2.3.6 wolfarmor-1.12.2-2.2.3.1798-universal.jar None
LCHIJA xpfromharvest 1.1.0 xpfromharvest-1.12.2-1.1.0.jar None
LCHIJA orelib 3.5.2.2 OreLib-1.12.2-3.5.2.2.jar 7a2128d395ad96ceb9d9030fbd41d035b435753a
LCHIJA dsurround 3.5.4.3 DynamicSurroundings-1.12.2-3.5.4.3.jar 7a2128d395ad96ceb9d9030fbd41d035b435753a
LCHIJA structurize 1.12.2-0.10.124-ALPHA structurize-1.12.2-0.10.124-ALPHA.jar None
LCHIJA minecolonies 1.12.2-0.10.348-RELEASE minecolonies-1.12.2-0.10.348-RELEASE-universal.jar None

Loaded coremods (and transformers): LibLoader (# LibLoader.jar)

RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar) pw.prok.realbench.asm.RBTransformer Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-1.1.9.jar) thecodex6824.thaumicaugmentation.core.TATransformer ForgelinPlugin (Forgelin-1.8.4.jar)

CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)

DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar) DummyCore.ASM.DCASMManager LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher CorePlugin (ForgeEndertech-1.12.2-4.4.22.2-build.0405.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer LoadingPlugin (Reskillable-1.12.2-1.12.5.jar) codersafterdark.reskillable.base.asm.ClassTransformer MMFMLCorePlugin (MultiMine-1.12.2.jar) atomicstryker.multimine.common.fmlmagic.MMTransformer CoreMod (TickProfiler-1.12-0.0.7.jar)

ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer HCASM (HammerCore-1.12.2-2.0.5.0.jar) com.zeitheron.hammercore.asm.HammerCoreTransformer IvToolkit (IvToolkit-1.3.3-1.12.jar)

DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar) org.orecruncher.dsurround.asm.Transformer TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar) ljfa.tntutils.asm.ExplosionTransformer LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar) lumien.chunkanimator.asm.ClassTransformer AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768 Hammer Core Information: FluidDictionary Info: Registered 2 fluids. OreDictionary Info: Registered 563 names; 1027 stacks. Pastebin Connection: Okay. Dependent Mods: -Thaumic Additions: Reconstructed (thaumadditions) @20r

[DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''dummycore' AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:ON Launched Version: vivecraft-1.12.2-jrbudda-9-r4-forge LWJGL: 2.9.4 OpenGL: GeForce GTX 1080/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.30, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 8x AMD FX(tm)-8350 Eight-Core Processor OptiFine Version: OptiFine_1.12.2_HD_U_E3 OptiFine Build: 20181210-121000 Render Distance Chunks: 8 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 NVIDIA 436.30 OpenGlRenderer: GeForce GTX 1080/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 8`