Jump to content

Recommended Posts

Posted

I have no idea what this means please help (I included latest.log & crash report so please read both)

 

latest.log:

 

[15:38:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:38:04] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:38:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:38:04] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[15:38:04] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64
[15:38:04] [main/ERROR] [FML]: Contained Dep is not a jar file: 
[15:38:04] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.RuntimeException: An error occurred trying to configure the Minecraft home at C:\Users\linco\AppData\Roaming\.minecraft for Forge Mod Loader
    at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:111) ~[forge-1.12.2-14.23.5.2838.jar:?]
    at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:81) ~[forge-1.12.2-14.23.5.2838.jar:?]
    at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:42) ~[forge-1.12.2-14.23.5.2838.jar:?]
    at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:141) ~[forge-1.12.2-14.23.5.2838.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.IllegalStateException: Invalid contained dep, Must be jar: 
    at net.minecraftforge.fml.relauncher.libraries.LibraryManager.extractPacked(LibraryManager.java:241) ~[forge-1.12.2-14.23.5.2838.jar:?]
    at net.minecraftforge.fml.relauncher.libraries.LibraryManager.extractPacked(LibraryManager.java:203) ~[forge-1.12.2-14.23.5.2838.jar:?]
    at net.minecraftforge.fml.relauncher.libraries.LibraryManager.cleanDirectory(LibraryManager.java:169) ~[forge-1.12.2-14.23.5.2838.jar:?]
    at net.minecraftforge.fml.relauncher.libraries.LibraryManager.setup(LibraryManager.java:97) ~[forge-1.12.2-14.23.5.2838.jar:?]
    at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:106) ~[forge-1.12.2-14.23.5.2838.jar:?]
    ... 5 more
[15:38:04] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[15:38:04] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
[15:38:04] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
[15:38:04] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.Runtime.exit(Runtime.java:107)
[15:38:04] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at java.lang.System.exit(System.java:971)
[15:38:04] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[15:38:04] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

crash report:

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  OTGCorePlugin (OTG-Core.jar)
  Quark Plugin (Quark-r1.6-177 (1).jar)
  DLFMLCorePlugin (DynamicLights-1.12.2.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 2/18/20 3:16 PM
Description: Rendering screen

java.lang.ArrayIndexOutOfBoundsException: 0
    at com.mrcrayfish.furniture.gui.GuiComputer.func_146979_b(GuiComputer.java:134)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:117)
    at com.mrcrayfish.furniture.gui.GuiComputer.func_73863_a(GuiComputer.java:164)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java: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 com.mrcrayfish.furniture.gui.GuiComputer.func_146979_b(GuiComputer.java:134)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:117)
    at com.mrcrayfish.furniture.gui.GuiComputer.func_73863_a(GuiComputer.java:164)
    at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)

-- Screen render details --
Details:
    Screen name: com.mrcrayfish.furniture.gui.GuiComputer
    Mouse location: Scaled: (320, 179). Absolute: (960, 540)
    Screen size: Scaled: (640, 360). Absolute: (1920, 1080). Scale factor of 3

-- Affected level --
Details:
    Level name: MpServer
    All players: 2 total; [EntityPlayerSP['el_noobo'/244307, l='MpServer', x=-230.72, y=67.97, z=162.31], EntityOtherPlayerMP['GRose99'/240410, l='MpServer', x=-228.20, y=67.00, z=161.81]]
    Chunk stats: MultiplayerChunkCache: 81, 81
    Level seed: 0
    Level generator: ID 10 - WildNature, ver 0. Features enabled: false
    Level generator options: 
    Level spawn location: World: (-341,64,256), Chunk: (at 11,4,0 in -22,16; contains blocks -352,0,256 to -337,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 42724 game time, 1000 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: 155 total; [EntityFeedTrader['Animal Feed Trader'/252993, l='MpServer', x=-204.50, y=71.00, z=133.21], EntityFeedTrader['Animal Feed Trader'/253008, l='MpServer', x=-260.77, y=68.00, z=132.52], EntityFeedTrader['Animal Feed Trader'/253014, l='MpServer', x=-207.77, y=72.00, z=126.42], EntityFeedTrader['Animal Feed Trader'/253037, l='MpServer', x=-248.08, y=67.00, z=156.84], EntityOtherPlayerMP['GRose99'/240410, l='MpServer', x=-260.49, y=64.29, z=112.67], EntityFeedTrader['Animal Feed Trader'/253045, l='MpServer', x=-187.29, y=73.00, z=131.00], EntityFeedTrader['Animal Feed Trader'/253051, l='MpServer', x=-209.26, y=67.00, z=116.40], EntityFeedTrader['Animal Feed Trader'/253049, l='MpServer', x=-234.46, y=67.00, z=147.16], EntityGib['unknown'/33922, l='MpServer', x=-215.50, y=17.50, z=172.50], EntityGib['unknown'/33923, l='MpServer', x=-215.32, y=17.28, z=172.80], EntityGib['unknown'/33924, l='MpServer', x=-215.68, y=17.28, z=172.20], EntityHat['unknown'/29835, l='MpServer', x=-230.72, y=67.97, z=162.31], Grevy's Zebra, EntityGib['unknown'/29896, l='MpServer', x=-438.50, y=22.50, z=232.50], EntityGib['unknown'/29897, l='MpServer', x=-438.21, y=22.28, z=232.31], EntityGib['unknown'/29898, l='MpServer', x=-438.79, y=22.28, z=232.69], EntityOtherPlayerMP['GRose99'/240410, l='MpServer', x=-228.20, y=67.00, z=161.81], EntityGib['unknown'/33996, l='MpServer', x=-228.20, y=68.50, z=161.81], EntityGib['unknown'/33997, l='MpServer', x=-228.43, y=68.28, z=162.07], EntityGib['unknown'/33998, l='MpServer', x=-227.97, y=68.28, z=161.54], EntityLatchedRenderer['unknown'/33999, l='MpServer', x=-228.20, y=67.00, z=161.81], EntityGib['unknown'/29904, l='MpServer', x=-439.50, y=18.50, z=274.50], EntityHat['unknown'/34000, l='MpServer', x=-228.20, y=67.00, z=161.81], EntityGib['unknown'/29905, l='MpServer', x=-439.35, y=18.28, z=274.82], EntityGib['unknown'/29906, l='MpServer', x=-439.65, y=18.28, z=274.18], EntityGib['unknown'/34009, l='MpServer', x=-233.50, y=48.50, z=198.50], EntityGib['unknown'/34010, l='MpServer', x=-233.23, y=48.28, z=198.72], EntityGib['unknown'/34011, l='MpServer', x=-233.77, y=48.28, z=198.28], EntityGib['unknown'/34013, l='MpServer', x=-237.23, y=32.50, z=183.50], EntityGib['unknown'/34014, l='MpServer', x=-237.58, y=32.28, z=183.55], EntityGib['unknown'/34015, l='MpServer', x=-236.88, y=32.28, z=183.45], EntityGib['unknown'/29920, l='MpServer', x=-440.50, y=18.50, z=270.50], EntityGib['unknown'/29921, l='MpServer', x=-440.21, y=18.28, z=270.30], EntityGib['unknown'/29922, l='MpServer', x=-440.79, y=18.28, z=270.70], EntityOtherPlayerMP['GRose99'/240410, l='MpServer', x=-261.72, y=70.18, z=115.46], EntityGib['unknown'/34026, l='MpServer', x=-268.50, y=17.50, z=121.50], EntityGib['unknown'/34027, l='MpServer', x=-268.52, y=17.28, z=121.85], EntityGib['unknown'/34028, l='MpServer', x=-268.48, y=17.28, z=121.15], EntityFallingBlock['Falling Block'/244995, l='MpServer', x=-502.50, y=11.00, z=342.50], EntityGib['unknown'/29955, l='MpServer', x=-449.50, y=45.50, z=231.50], EntityGib['unknown'/29956, l='MpServer', x=-449.36, y=45.28, z=231.18], EntityGib['unknown'/29957, l='MpServer', x=-449.64, y=45.28, z=231.82], EntityCreeper['Creeper'/255311, l='MpServer', x=-190.62, y=40.00, z=120.74], EntityGib['unknown'/30075, l='MpServer', x=-436.50, y=21.50, z=201.50], EntityGib['unknown'/30076, l='MpServer', x=-436.48, y=21.28, z=201.85], EntityGib['unknown'/30077, l='MpServer', x=-436.52, y=21.28, z=201.15], EntitySkeleton['Skeleton'/255360, l='MpServer', x=-233.50, y=47.00, z=198.50], EntityCamelMale['Camel Male'/254342, l='MpServer', x=-230.91, y=67.00, z=148.25], EntityCamelFemale['Camel Female'/254352, l='MpServer', x=-232.52, y=67.00, z=148.64], Red Kangaroo, Meerkat, EntityZombie['Zombie'/255418, l='MpServer', x=-237.23, y=31.00, z=183.50], EntityCreeper['Creeper'/255430, l='MpServer', x=-185.50, y=28.00, z=153.50], EntityCreeper['Creeper'/255429, l='MpServer', x=-187.50, y=28.00, z=153.50], EntityGib['unknown'/31179, l='MpServer', x=-336.50, y=24.50, z=126.50], EntityGib['unknown'/31180, l='MpServer', x=-336.16, y=24.28, z=126.56], EntityGib['unknown'/31181, l='MpServer', x=-336.84, y=24.28, z=126.44], EntityGib['unknown'/31183, l='MpServer', x=-336.50, y=24.50, z=128.50], EntityGib['unknown'/31184, l='MpServer', x=-336.50, y=24.28, z=128.85], EntityGib['unknown'/31185, l='MpServer', x=-336.50, y=24.28, z=128.15], EntityGib['unknown'/30184, l='MpServer', x=-461.50, y=15.50, z=273.50], EntityGib['unknown'/30185, l='MpServer', x=-461.29, y=15.28, z=273.22], EntityGib['unknown'/30186, l='MpServer', x=-461.71, y=15.28, z=273.78], EntityStoneling['Stoneling'/255470, l='MpServer', x=-271.50, y=16.00, z=119.50], EntityItem['item.item.feather'/251374, l='MpServer', x=-200.34, y=62.00, z=210.26], EntityStoneling['Stoneling'/255469, l='MpServer', x=-269.50, y=16.00, z=120.50], EntityStoneling['Stoneling'/255468, l='MpServer', x=-269.50, y=16.00, z=119.50], EntitySkeleton['Skeleton'/255472, l='MpServer', x=-268.50, y=16.00, z=121.50], EntityBat['Bat'/244254, l='MpServer', x=-446.17, y=24.10, z=224.75], EntityGib['unknown'/32291, l='MpServer', x=-292.50, y=41.50, z=198.50], EntityGib['unknown'/32292, l='MpServer', x=-292.54, y=41.28, z=198.15], EntityGib['unknown'/32293, l='MpServer', x=-292.46, y=41.28, z=198.85], EntityCreeper['Creeper'/255525, l='MpServer', x=-212.49, y=18.00, z=151.83], EntityGib['unknown'/32337, l='MpServer', x=-278.18, y=25.50, z=212.50], EntityGib['unknown'/32338, l='MpServer', x=-277.83, y=25.28, z=212.53], EntityGib['unknown'/32339, l='MpServer', x=-278.53, y=25.28, z=212.47], EntityGib['unknown'/32349, l='MpServer', x=-204.50, y=45.50, z=206.50], EntityGib['unknown'/32350, l='MpServer', x=-204.51, y=45.28, z=206.15], EntityGib['unknown'/32351, l='MpServer', x=-204.49, y=45.28, z=206.85], EntityGib['unknown'/32353, l='MpServer', x=-204.50, y=45.50, z=208.50], EntityGib['unknown'/32354, l='MpServer', x=-204.15, y=45.28, z=208.50], EntityZombie['Zombie'/254561, l='MpServer', x=-215.50, y=16.00, z=172.50], EntityGib['unknown'/32355, l='MpServer', x=-204.85, y=45.28, z=208.50], EntityGib['unknown'/32365, l='MpServer', x=-320.50, y=40.50, z=95.50], EntityGib['unknown'/32366, l='MpServer', x=-320.15, y=40.28, z=95.50], EntityGib['unknown'/32367, l='MpServer', x=-320.85, y=40.28, z=95.50], EntityGib['unknown'/30329, l='MpServer', x=-452.50, y=18.50, z=312.50], EntityGib['unknown'/30330, l='MpServer', x=-452.29, y=18.28, z=312.22], EntityGib['unknown'/30331, l='MpServer', x=-452.71, y=18.28, z=312.78], EntityGib['unknown'/30345, l='MpServer', x=-385.52, y=37.50, z=335.80], EntityGib['unknown'/30346, l='MpServer', x=-385.42, y=37.28, z=335.46], EntityGib['unknown'/30347, l='MpServer', x=-385.61, y=37.28, z=336.14], EntityGib['unknown'/30352, l='MpServer', x=-356.24, y=30.50, z=309.43], Nile Hippopotamus, EntityGib['unknown'/30353, l='MpServer', x=-356.55, y=30.28, z=309.27], EntityGib['unknown'/30354, l='MpServer', x=-355.94, y=30.28, z=309.60], EntityGib['unknown'/32404, l='MpServer', x=-225.50, y=16.50, z=62.50], EntityGib['unknown'/32405, l='MpServer', x=-225.15, y=16.28, z=62.50], EntityGib['unknown'/32406, l='MpServer', x=-225.85, y=16.28, z=62.50], EntityGib['unknown'/30360, l='MpServer', x=-352.50, y=29.50, z=307.50], EntityGib['unknown'/32408, l='MpServer', x=-206.50, y=44.50, z=201.50], EntityGib['unknown'/30361, l='MpServer', x=-352.56, y=29.28, z=307.84], EntityGib['unknown'/32409, l='MpServer', x=-206.50, y=44.28, z=201.15], EntityGib['unknown'/30362, l='MpServer', x=-352.44, y=29.28, z=307.16], EntityGib['unknown'/32410, l='MpServer', x=-206.50, y=44.28, z=201.85], EntityGib['unknown'/32412, l='MpServer', x=-243.50, y=24.50, z=202.50], EntityGib['unknown'/32413, l='MpServer', x=-243.16, y=24.28, z=202.59], EntityGib['unknown'/32414, l='MpServer', x=-243.84, y=24.28, z=202.41], EntityGib['unknown'/32416, l='MpServer', x=-249.50, y=24.50, z=193.50], EntityGib['unknown'/32417, l='MpServer', x=-249.16, y=24.28, z=193.58], EntityGib['unknown'/32418, l='MpServer', x=-249.84, y=24.28, z=193.42], EntityGib['unknown'/30383, l='MpServer', x=-375.70, y=14.67, z=292.87], EntityGib['unknown'/30384, l='MpServer', x=-376.05, y=14.45, z=292.88], EntityGib['unknown'/30385, l='MpServer', x=-375.35, y=14.45, z=292.86], EntityGib['unknown'/30387, l='MpServer', x=-501.50, y=100.50, z=264.50], EntityGib['unknown'/30388, l='MpServer', x=-501.85, y=100.28, z=264.54], EntityGib['unknown'/30389, l='MpServer', x=-501.15, y=100.28, z=264.46], EntityGib['unknown'/32449, l='MpServer', x=-287.50, y=34.50, z=70.50], EntityGib['unknown'/32450, l='MpServer', x=-287.31, y=34.28, z=70.21], EntityGib['unknown'/32451, l='MpServer', x=-287.69, y=34.28, z=70.79], EntityGib['unknown'/30409, l='MpServer', x=-347.81, y=58.50, z=298.50], EntityGib['unknown'/30410, l='MpServer', x=-348.13, y=58.28, z=298.63], EntityGib['unknown'/30411, l='MpServer', x=-347.49, y=58.28, z=298.37], EntityGib['unknown'/30421, l='MpServer', x=-411.50, y=35.50, z=281.50], EntityGib['unknown'/30422, l='MpServer', x=-411.28, y=35.28, z=281.78], EntityGib['unknown'/30423, l='MpServer', x=-411.72, y=35.28, z=281.22], EntityGib['unknown'/30425, l='MpServer', x=-392.50, y=22.50, z=328.50], EntityGib['unknown'/30426, l='MpServer', x=-392.15, y=22.28, z=328.50], EntityGib['unknown'/30427, l='MpServer', x=-392.85, y=22.28, z=328.50], EntityGib['unknown'/30429, l='MpServer', x=-474.50, y=23.50, z=258.50], EntityGib['unknown'/30430, l='MpServer', x=-474.20, y=23.28, z=258.69], EntityGib['unknown'/30431, l='MpServer', x=-474.80, y=23.28, z=258.31], EntityGib['unknown'/30442, l='MpServer', x=-444.50, y=27.50, z=312.50], EntityGib['unknown'/30443, l='MpServer', x=-444.15, y=27.28, z=312.50], EntityGib['unknown'/30444, l='MpServer', x=-444.85, y=27.28, z=312.50], EntityGib['unknown'/30446, l='MpServer', x=-445.50, y=27.50, z=312.50], EntityGib['unknown'/30447, l='MpServer', x=-445.15, y=27.28, z=312.50], EntityGib['unknown'/30448, l='MpServer', x=-445.85, y=27.28, z=312.50], EntityGib['unknown'/30450, l='MpServer', x=-444.50, y=27.50, z=313.50], EntityGib['unknown'/30451, l='MpServer', x=-444.35, y=27.28, z=313.18], EntityGib['unknown'/30452, l='MpServer', x=-444.65, y=27.28, z=313.82], EntityOtherPlayerMP['GRose99'/240410, l='MpServer', x=-228.20, y=67.00, z=161.81], EntityOtherPlayerMP['GRose99'/240410, l='MpServer', x=-211.37, y=65.49, z=219.93], EntityItem['item.item.fur'/252724, l='MpServer', x=-267.04, y=65.00, z=123.15], Bengal Tiger, EntityPlayerSP['el_noobo'/244307, l='MpServer', x=-230.72, y=67.97, z=162.31], EntityLatchedRenderer['unknown'/29551, l='MpServer', x=8.50, y=65.00, z=8.50], Bengal Tiger, EntityHat['unknown'/29552, l='MpServer', x=8.50, y=65.00, z=8.50], EntityGib['unknown'/29563, l='MpServer', x=-420.24, y=13.50, z=215.50], EntityGib['unknown'/29564, l='MpServer', x=-420.38, y=13.28, z=215.18], EntityGib['unknown'/29565, l='MpServer', x=-420.10, y=13.28, z=215.82], Red Kangaroo, EntityFeedTrader['Animal Feed Trader'/252824, l='MpServer', x=-194.77, y=63.00, z=185.20], EntityOtherPlayerMP['GRose99'/240410, l='MpServer', x=-353.25, y=50.88, z=182.26]]
    Retry entities: 228 total; [EntityBat['Bat'/244254, l='MpServer', x=-446.17, y=24.10, z=224.75], EntityGib['unknown'/32291, l='MpServer', x=-292.50, y=41.50, z=198.50], EntityGib['unknown'/32292, l='MpServer', x=-292.54, y=41.28, z=198.15], EntityGib['unknown'/32293, l='MpServer', x=-292.46, y=41.28, z=198.85], EntitySkeleton['Skeleton'/245285, l='MpServer', x=-452.50, y=17.00, z=312.50], EntityZombie['Zombie'/250430, l='MpServer', x=-278.18, y=24.00, z=212.50], EntityBat['Bat'/244292, l='MpServer', x=-355.83, y=21.46, z=297.59], EntityZombie['Zombie'/245322, l='MpServer', x=-385.52, y=36.00, z=335.80], EntityItem['item.item.quark:root'/244812, l='MpServer', x=-466.88, y=39.00, z=331.13], EntityGib['unknown'/32337, l='MpServer', x=-278.18, y=25.50, z=212.50], EntityGib['unknown'/32338, l='MpServer', x=-277.83, y=25.28, z=212.53], EntityGib['unknown'/32339, l='MpServer', x=-278.53, y=25.28, z=212.47], EntityGib['unknown'/32349, l='MpServer', x=-204.50, y=45.50, z=206.50], EntityGib['unknown'/32350, l='MpServer', x=-204.51, y=45.28, z=206.15], EntityGib['unknown'/32351, l='MpServer', x=-204.49, y=45.28, z=206.85], EntityGib['unknown'/32353, l='MpServer', x=-204.50, y=45.50, z=208.50], EntityGib['unknown'/32354, l='MpServer', x=-204.15, y=45.28, z=208.50], EntityGib['unknown'/32355, l='MpServer', x=-204.85, y=45.28, z=208.50], EntityBat['Bat'/250468, l='MpServer', x=-323.39, y=15.10, z=176.43], EntityDweller['Dweller'/244328, l='MpServer', x=-420.24, y=12.00, z=215.50], EntityGib['unknown'/32365, l='MpServer', x=-320.50, y=40.50, z=95.50], EntityGib['unknown'/32366, l='MpServer', x=-320.15, y=40.28, z=95.50], EntitySkeleton['Skeleton'/248941, l='MpServer', x=-225.50, y=15.00, z=62.50], EntityGib['unknown'/32367, l='MpServer', x=-320.85, y=40.28, z=95.50], EntityGib['unknown'/30329, l='MpServer', x=-452.50, y=18.50, z=312.50], EntityGib['unknown'/30330, l='MpServer', x=-452.29, y=18.28, z=312.22], EntityGib['unknown'/30331, l='MpServer', x=-452.71, y=18.28, z=312.78], EntityBat['Bat'/245373, l='MpServer', x=-440.63, y=21.03, z=341.83], EntitySkeleton['Skeleton'/245885, l='MpServer', x=-411.50, y=34.00, z=281.50], EntityZombie['Zombie'/244359, l='MpServer', x=-438.50, y=21.00, z=232.50], EntitySkeleton['Skeleton'/250507, l='MpServer', x=-204.50, y=44.00, z=206.50], EntityGib['unknown'/30345, l='MpServer', x=-385.52, y=37.50, z=335.80], EntityBat['Bat'/245385, l='MpServer', x=-396.97, y=24.00, z=326.03], EntityGib['unknown'/30346, l='MpServer', x=-385.42, y=37.28, z=335.46], EntityGib['unknown'/30347, l='MpServer', x=-385.61, y=37.28, z=336.14], EntitySkeleton['Skeleton'/250508, l='MpServer', x=-204.50, y=44.00, z=208.50], EntityGib['unknown'/30352, l='MpServer', x=-356.24, y=30.50, z=309.43], EntityGib['unknown'/30353, l='MpServer', x=-356.55, y=30.28, z=309.27], EntityGib['unknown'/30354, l='MpServer', x=-355.94, y=30.28, z=309.60], EntityGib['unknown'/32404, l='MpServer', x=-225.50, y=16.50, z=62.50], EntityGib['unknown'/32405, l='MpServer', x=-225.15, y=16.28, z=62.50], EntityGib['unknown'/32406, l='MpServer', x=-225.85, y=16.28, z=62.50], Green Anaconda, EntityGib['unknown'/30360, l='MpServer', x=-352.50, y=29.50, z=307.50], EntityGib['unknown'/32408, l='MpServer', x=-206.50, y=44.50, z=201.50], EntityItem['item.item.bush_meat_raw'/250011, l='MpServer', x=-182.88, y=171.00, z=96.72], EntityGib['unknown'/30361, l='MpServer', x=-352.56, y=29.28, z=307.84], EntityGib['unknown'/32409, l='MpServer', x=-206.50, y=44.28, z=201.15], EntityGib['unknown'/30362, l='MpServer', x=-352.44, y=29.28, z=307.16], EntityClownFish['Clownfish'/244377, l='MpServer', x=-343.45, y=61.75, z=123.80], EntityGib['unknown'/32410, l='MpServer', x=-206.50, y=44.28, z=201.85], EntitySkeleton['Skeleton'/246431, l='MpServer', x=-336.50, y=23.00, z=126.50], EntityGib['unknown'/32412, l='MpServer', x=-243.50, y=24.50, z=202.50], EntityItem['item.item.stick'/239262, l='MpServer', x=-456.85, y=31.00, z=329.20], EntitySkeleton['Skeleton'/246430, l='MpServer', x=-336.50, y=23.00, z=128.50], EntityGib['unknown'/32413, l='MpServer', x=-243.16, y=24.28, z=202.59], Koala, EntityGib['unknown'/32414, l='MpServer', x=-243.84, y=24.28, z=202.41], EntityItem['item.item.fur'/250012, l='MpServer', x=-182.88, y=103.00, z=99.61], EntityGib['unknown'/32416, l='MpServer', x=-249.50, y=24.50, z=193.50], Gaur, EntityGib['unknown'/32417, l='MpServer', x=-249.16, y=24.28, z=193.58], EntityGib['unknown'/32418, l='MpServer', x=-249.84, y=24.28, z=193.42], Macaw, Macaw, Macaw, EntityItem['item.tile.large_sea_urchin'/239275, l='MpServer', x=-436.50, y=61.00, z=212.88], Macaw, Green Anaconda, Koala, EntityGib['unknown'/30383, l='MpServer', x=-375.70, y=14.67, z=292.87], EntityGib['unknown'/30384, l='MpServer', x=-376.05, y=14.45, z=292.88], EntityGib['unknown'/30385, l='MpServer', x=-375.35, y=14.45, z=292.86], EntityClownFish['Clownfish'/244402, l='MpServer', x=-336.09, y=44.12, z=118.28], EntityGib['unknown'/30387, l='MpServer', x=-501.50, y=100.50, z=264.50], EntityGib['unknown'/30388, l='MpServer', x=-501.85, y=100.28, z=264.54], Koala, EntityGib['unknown'/30389, l='MpServer', x=-501.15, y=100.28, z=264.46], Bottlenose Dolphin, Koala, EntityItem['item.tile.bladderwrack'/239289, l='MpServer', x=-427.30, y=61.00, z=223.88], EntityGib['unknown'/32449, l='MpServer', x=-287.50, y=34.50, z=70.50], EntityGib['unknown'/32450, l='MpServer', x=-287.31, y=34.28, z=70.21], EntityGib['unknown'/32451, l='MpServer', x=-287.69, y=34.28, z=70.79], Koala, Toucan, Gaur, EntityGib['unknown'/29896, l='MpServer', x=-438.50, y=22.50, z=232.50], EntityBat['Bat'/243403, l='MpServer', x=-447.47, y=20.70, z=249.00], Toucan, EntityCreeper['Creeper'/246987, l='MpServer', x=-351.50, y=27.00, z=70.50], Gaur, EntityGib['unknown'/29897, l='MpServer', x=-438.21, y=22.28, z=232.31], Toucan, EntityGib['unknown'/30409, l='MpServer', x=-347.81, y=58.50, z=298.50], Gaur, EntityGib['unknown'/29898, l='MpServer', x=-438.79, y=22.28, z=232.69], Toucan, EntityGib['unknown'/30410, l='MpServer', x=-348.13, y=58.28, z=298.63], EntityGib['unknown'/30411, l='MpServer', x=-347.49, y=58.28, z=298.37], Toucan, Gaur, EntityBat['Bat'/243405, l='MpServer', x=-438.59, y=21.16, z=234.80], Gaur, EntityGib['unknown'/29904, l='MpServer', x=-439.50, y=18.50, z=274.50], EntityItem['item.item.stick'/244946, l='MpServer', x=-478.88, y=28.00, z=291.87], EntityGib['unknown'/29905, l='MpServer', x=-439.35, y=18.28, z=274.82], EntityGib['unknown'/29906, l='MpServer', x=-439.65, y=18.28, z=274.18], EntityFish['Blue Fish'/242385, l='MpServer', x=-347.31, y=61.96, z=119.35], Koala, Red Kangaroo, Red Kangaroo, EntityGib['unknown'/30421, l='MpServer', x=-411.50, y=35.50, z=281.50], Tree Frog, EntityFish['Blue Fish'/242389, l='MpServer', x=-434.09, y=62.22, z=211.67], EntityGib['unknown'/30422, l='MpServer', x=-411.28, y=35.28, z=281.78], Tree Frog, EntityGib['unknown'/30423, l='MpServer', x=-411.72, y=35.28, z=281.22], Red Kangaroo, EntityGib['unknown'/30425, l='MpServer', x=-392.50, y=22.50, z=328.50], EntityZombie['Zombie'/245978, l='MpServer', x=-392.50, y=21.00, z=328.50], Red Kangaroo, EntityGib['unknown'/30426, l='MpServer', x=-392.15, y=22.28, z=328.50], Red Kangaroo, EntityGib['unknown'/30427, l='MpServer', x=-392.85, y=22.28, z=328.50], EntityGib['unknown'/30429, l='MpServer', x=-474.50, y=23.50, z=258.50], EntityGib['unknown'/30430, l='MpServer', x=-474.20, y=23.28, z=258.69], EntityGib['unknown'/30431, l='MpServer', x=-474.80, y=23.28, z=258.31], EntityZombie['Zombie'/245987, l='MpServer', x=-474.50, y=22.00, z=258.50], EntityItem['item.tile.gravel'/244963, l='MpServer', x=-453.24, y=50.00, z=286.28], EntityGib['unknown'/29920, l='MpServer', x=-440.50, y=18.50, z=270.50], EntityGib['unknown'/29921, l='MpServer', x=-440.21, y=18.28, z=270.30], EntityGib['unknown'/29922, l='MpServer', x=-440.79, y=18.28, z=270.70], EntityGib['unknown'/30442, l='MpServer', x=-444.50, y=27.50, z=312.50], EntityGib['unknown'/30443, l='MpServer', x=-444.15, y=27.28, z=312.50], EntitySkeleton['Skeleton'/244975, l='MpServer', x=-436.50, y=20.00, z=201.50], EntityGib['unknown'/30444, l='MpServer', x=-444.85, y=27.28, z=312.50], EntityZombie['Zombie'/243438, l='MpServer', x=-347.81, y=57.00, z=298.50], EntityGib['unknown'/30446, l='MpServer', x=-445.50, y=27.50, z=312.50], EntityGib['unknown'/30447, l='MpServer', x=-445.15, y=27.28, z=312.50], EntityGib['unknown'/30448, l='MpServer', x=-445.85, y=27.28, z=312.50], EntityGib['unknown'/30450, l='MpServer', x=-444.50, y=27.50, z=313.50], EntityGib['unknown'/30451, l='MpServer', x=-444.35, y=27.28, z=313.18], EntityGib['unknown'/30452, l='MpServer', x=-444.65, y=27.28, z=313.82], EntityPufferFish['Pufferfish'/244472, l='MpServer', x=-349.00, y=55.32, z=110.60], EntitySkeleton['Skeleton'/250616, l='MpServer', x=-206.50, y=43.00, z=201.50], EntityFallingBlock['Falling Block'/244991, l='MpServer', x=-504.50, y=11.00, z=343.50], EntityFallingBlock['Falling Block'/244990, l='MpServer', x=-504.50, y=12.00, z=342.50], EntityFallingBlock['Falling Block'/244989, l='MpServer', x=-503.50, y=11.00, z=343.50], EntityFallingBlock['Falling Block'/244988, l='MpServer', x=-503.50, y=11.00, z=342.50], EntityFallingBlock['Falling Block'/244995, l='MpServer', x=-502.50, y=11.00, z=342.50], EntityFallingBlock['Falling Block'/244994, l='MpServer', x=-504.50, y=12.00, z=340.50], EntityFallingBlock['Falling Block'/244993, l='MpServer', x=-504.50, y=12.00, z=341.50], Orca, EntityFallingBlock['Falling Block'/244992, l='MpServer', x=-503.50, y=11.00, z=341.50], EntityGib['unknown'/29955, l='MpServer', x=-449.50, y=45.50, z=231.50], EntityFallingBlock['Falling Block'/244999, l='MpServer', x=-504.50, y=12.00, z=341.50], EntityGib['unknown'/29956, l='MpServer', x=-449.36, y=45.28, z=231.18], EntityFallingBlock['Falling Block'/244998, l='MpServer', x=-504.50, y=11.00, z=343.50], EntityGib['unknown'/29957, l='MpServer', x=-449.64, y=45.28, z=231.82], EntitySkeleton['Skeleton'/244486, l='MpServer', x=-440.50, y=17.00, z=270.50], EntityFallingBlock['Falling Block'/244997, l='MpServer', x=-503.50, y=11.00, z=341.50], EntityFallingBlock['Falling Block'/244996, l='MpServer', x=-504.50, y=12.00, z=342.50], EntityZombie['Zombie'/244484, l='MpServer', x=-439.50, y=17.00, z=274.50], EntityFallingBlock['Falling Block'/245003, l='MpServer', x=-503.50, y=11.00, z=344.50], EntityFallingBlock['Falling Block'/245002, l='MpServer', x=-504.50, y=12.00, z=342.50], EntityFallingBlock['Falling Block'/245001, l='MpServer', x=-503.50, y=11.00, z=343.50], EntityFallingBlock['Falling Block'/245000, l='MpServer', x=-503.50, y=11.00, z=342.50], Indian Pangolin, EntityFallingBlock['Falling Block'/245004, l='MpServer', x=-504.50, y=12.00, z=341.50], EntitySkeleton['Skeleton'/250658, l='MpServer', x=-249.50, y=23.00, z=193.50], EntitySkeleton['Skeleton'/250657, l='MpServer', x=-243.50, y=23.00, z=202.50], EntityBat['Bat'/245037, l='MpServer', x=-492.49, y=49.29, z=232.32], EntityZombie['Zombie'/246067, l='MpServer', x=-444.50, y=26.00, z=313.50], EntityZombie['Zombie'/246065, l='MpServer', x=-445.50, y=26.00, z=312.50], EntityZombie['Zombie'/246064, l='MpServer', x=-444.50, y=26.00, z=312.50], Grevy's Zebra, EntityItem['item.item.quark:root'/245566, l='MpServer', x=-467.96, y=38.00, z=250.17], EntitySkeleton['Skeleton'/245571, l='MpServer', x=-375.70, y=13.17, z=292.87], EntitySockeyeSalmon['Sockeye Salmon'/247107, l='MpServer', x=-348.63, y=62.12, z=146.02], Bottlenose Dolphin, Bottlenose Dolphin, EntityZombie['Zombie'/245572, l='MpServer', x=-501.50, y=99.00, z=264.50], EntitySockeyeSalmon['Sockeye Salmon'/247108, l='MpServer', x=-339.54, y=62.42, z=147.20], EntityEnderman['Enderman'/244552, l='MpServer', x=-439.53, y=41.00, z=205.58], EntityItem['item.item.stick'/245583, l='MpServer', x=-481.43, y=28.00, z=292.61], EntityItem['item.item.stick'/245584, l='MpServer', x=-482.00, y=29.00, z=290.78], EntityZombie['Zombie'/249706, l='MpServer', x=-320.50, y=39.00, z=95.50], EntityLatchedRenderer['unknown'/29551, l='MpServer', x=8.50, y=65.00, z=8.50], EntityHat['unknown'/29552, l='MpServer', x=8.50, y=65.00, z=8.50], EntityBat['Bat'/250738, l='MpServer', x=-289.66, y=32.87, z=217.52], EntityGib['unknown'/30075, l='MpServer', x=-436.50, y=21.50, z=201.50], EntityGib['unknown'/29563, l='MpServer', x=-420.24, y=13.50, z=215.50], EntityGib['unknown'/30076, l='MpServer', x=-436.48, y=21.28, z=201.85], EntityGib['unknown'/29564, l='MpServer', x=-420.38, y=13.28, z=215.18], EntityGib['unknown'/30077, l='MpServer', x=-436.52, y=21.28, z=201.15], EntityGib['unknown'/29565, l='MpServer', x=-420.10, y=13.28, z=215.82], Grevy's Zebra, EntitySpider['Spider'/250761, l='MpServer', x=-169.50, y=47.00, z=151.50], EntitySkeleton['Skeleton'/250760, l='MpServer', x=-287.50, y=33.00, z=70.50], EntityItem['item.tile.gravel'/245135, l='MpServer', x=-465.14, y=14.00, z=320.88], EntityCreeper['Creeper'/250269, l='MpServer', x=-237.83, y=58.00, z=220.52], EntityCreeper['Creeper'/245163, l='MpServer', x=-450.80, y=35.00, z=238.56], EntityCreeper['Creeper'/244649, l='MpServer', x=-364.50, y=14.00, z=312.50], Meerkat, EntityZombie['Zombie'/245191, l='MpServer', x=-461.50, y=14.00, z=273.50], EntityEnderman['Enderman'/250823, l='MpServer', x=-177.50, y=27.00, z=68.50], EntityCreeper['Creeper'/250825, l='MpServer', x=-178.50, y=27.00, z=69.50], EntityGib['unknown'/31179, l='MpServer', x=-336.50, y=24.50, z=126.50], EntityCreeper['Creeper'/250824, l='MpServer', x=-179.50, y=27.00, z=69.50], EntityGib['unknown'/31180, l='MpServer', x=-336.16, y=24.28, z=126.56], EntityGib['unknown'/31181, l='MpServer', x=-336.84, y=24.28, z=126.44], EntityGib['unknown'/31183, l='MpServer', x=-336.50, y=24.50, z=128.50], EntityGib['unknown'/31184, l='MpServer', x=-336.50, y=24.28, z=128.85], EntityGib['unknown'/31185, l='MpServer', x=-336.50, y=24.28, z=128.15], EntityCreeper['Creeper'/245716, l='MpServer', x=-487.50, y=76.00, z=308.50], EntityCreeper['Creeper'/243162, l='MpServer', x=-438.50, y=43.00, z=269.50], EntityZombie['Zombie'/244706, l='MpServer', x=-449.50, y=44.00, z=231.50], EntityZombie['Zombie'/245222, l='MpServer', x=-352.50, y=28.00, z=307.50], EntityZombie['Zombie'/245221, l='MpServer', x=-356.24, y=29.00, z=309.43], EntityChicken['Chicken'/245739, l='MpServer', x=-451.50, y=22.00, z=200.50], EntityGib['unknown'/30184, l='MpServer', x=-461.50, y=15.50, z=273.50], EntityZombie['Zombie'/245738, l='MpServer', x=-451.50, y=22.35, z=200.40], EntityGib['unknown'/30185, l='MpServer', x=-461.29, y=15.28, z=273.22], EntityGib['unknown'/30186, l='MpServer', x=-461.71, y=15.28, z=273.78], EntityCreeper['Creeper'/245225, l='MpServer', x=-376.50, y=14.00, z=295.50], EntityGuardian['Guardian'/244214, l='MpServer', x=-342.50, y=30.00, z=130.50], EntityZombieVillager['Zombie Villager'/250877, l='MpServer', x=-186.50, y=50.00, z=191.50]]
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java: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: 1651504544 bytes (1574 MB) / 3590324224 bytes (3424 MB) up to 11811160064 bytes (11264 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx11G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 43 mods loaded, 43 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 | otgcore                     | 1.12.2 - v8.3     | minecraft.jar                                     | None                                     |
    | LCHIJA | securitycraft               | v1.8.16           | [1.12.2]+SecurityCraft+v1.8.16.jar                | None                                     |
    | LCHIJA | quark                       | r1.6-177          | Quark-r1.6-177 (1).jar                            | None                                     |
    | LCHIJA | autoreglib                  | 1.3-32            | AutoRegLib-1.3-32.jar                             | None                                     |
    | LCHIJA | openterraingenerator        | v8.3              | OpenTerrainGenerator-1.12.2+-+v8.3.jar            | None                                     |
    | LCHIJA | biomebundle                 | 5.1               | Biome_Bundle-1.12.2-v6.1.jar                      | None                                     |
    | LCHIJA | biomesoplenty               | 7.0.1.2441        | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar     | None                                     |
    | LCHIJA | bookworm                    | 1.12.2-2.3.0      | bookworm-1.12.2-2.3.0 (1).jar                     | None                                     |
    | LCHIJA | dynamictrees                | 1.12.2-0.9.7      | DynamicTrees-1.12.2-0.9.7.jar                     | None                                     |
    | LCHIJA | traverse                    | 1.6.0             | Traverse-1.12.2-1.6.0-69.jar                      | None                                     |
    | LCHIJA | dttraverse                  | 1.5               | dttraverse-1.5.jar                                | None                                     |
    | LCHIJA | dynamiclights               | 1.4.9             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_onfire        | 1.0.7             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_creepers      | 1.0.6             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_dropitems     | 1.1.0             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_entityclasses | 1.0.1             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_mobequipment  | 1.1.0             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_flamearrows   | 1.0.1             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_floodlights   | 1.0.3             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_otherplayers  | 1.0.9             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamiclights_theplayer     | 1.1.3             | DynamicLights-1.12.2.jar                          | None                                     |
    | LCHIJA | dynamictreesbop             | 1.12.2-1.4.1e     | DynamicTreesBOP-1.12.2-1.4.1e.jar                 | None                                     |
    | LCHIJA | cfm                         | 6.3.1             | furniture-6.3.1-1.12.2.jar                        | None                                     |
    | LCHIJA | ichunutil                   | 7.2.2             | iChunUtil-1.12.2-7.2.2.jar                        | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | gravitygun                  | 7.1.0             | GravityGun-1.12.2-7.1.0.jar                       | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | hats                        | 7.1.0             | Hats-1.12.2-7.1.0.jar                             | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | waila                       | 1.8.26            | Hwyla-1.8.26-B41_1.12.2.jar                       | None                                     |
    | LCHIJA | libraryex                   | 1.0.12            | LibraryEx-1.12.2-1.0.12.jar                       | None                                     |
    | LCHIJA | mantle                      | 1.12-1.3.3.55     | Mantle-1.12-1.3.3.55.jar                          | None                                     |
    | LCHIJA | mobamputation               | 7.0.0             | MobAmputation-1.12.2-7.0.0.jar                    | None                                     |
    | LCHIJA | morph                       | 7.1.3             | Morph-1.12.2-7.1.3 (1).jar                        | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | netherex                    | 2.0.15            | NetherEx-1.12.2-2.0.15 (1).jar                    | None                                     |
    | LCHIJA | portalgun                   | 7.1.0             | PortalGun-1.12.2-7.1.0 (1).jar                    | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | subterranaenwaters          | 1.12.2-1.7.9      | subterraneanwaters-1.12.2-1.7.9.jar               | None                                     |
    | LCHIJA | tconstruct                  | 1.12.2-2.13.0.179 | TConstruct-1.12.2-2.13.0.179.jar                  | None                                     |
    | LCHIJA | torched                     | 7.0.0             | Torched-1.12.2-7.0.0.jar                          | None                                     |
    | LCHIJA | wildnature                  | 1.2               | wildnature-1.2.jar                                | None                                     |
    | LCHIJA | worldedit                   | 6.1.10-SNAPSHOT   | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None                                     |
    | LCHIJA | zawa                        | 1.12.2-1.7.0      | zawa-1.12.2-1.7.0 (1).jar                         | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 |

    Loaded coremods (and transformers): 
OTGCorePlugin (OTG-Core.jar)
  com.pg85.otg.forge.asm.excluded.OTGClassTransformer
Quark Plugin (Quark-r1.6-177 (1).jar)
  vazkii.quark.base.asm.ClassTransformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  atomicstryker.dynamiclights.common.DLTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 441.66' Renderer: 'GeForce RTX 2070 with Max-Q Design/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)
        - wailaIntegration (Enabled/Not Forced)
        - quarkIntegration (Enabled/Not Forced)

    Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
    LWJGL: 2.9.4
    OpenGL: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 GL version 4.6.0 NVIDIA 441.66, 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: vanilla, file/Lively Default.zip (incompatible), file/big_pack_fix.zip
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 12x Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz


 

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • logs too big for one pastebin https://pastebin.com/ZjUGHu3u  https://pastebin.com/RqCUZf3X  https://pastebin.com/6ZPS99nD
    • You probably used jd-gui to open it, didn't you? Nothing wrong with that, I also made that mistake, except that Notch was a smart guy and he obfuscated the code. That's why you only see files called "a", "b", "c" and then a file that combines them all. As I said, use RetroMCP to deobfuscate the code so that you will 100% understand it and be able to navigate it.
    • Decompiling minecraft indev, infdev, alpha, beta or whichever legacy version is really easy. I'm not a plug, I just also got interested in modding legacy versions (Infdev to be specific). Use https://github.com/MCPHackers/RetroMCP-Java Once you install their client and the Zulu Architecture that they say they recommend (or use your own Java). I encountered some problems, so I run it with: "java -jar RetroMCP-Java-CLI.jar". You should run it in a seperate folder (not in downloads), otherwise the files and folders will go all over the place. How to use RetroMCP: Type setup (every time you want change version), copy-paste the version number from their list (they support indev), write "decompile" and done! The code will now be deobfuscated and filenames will be normal, instead of "a", "b" and "c"! Hope I helped you, but I don't expect you to reply, as this discussion is 9 years old! What a piece of history!  
    • I know that this may be a basic question, but I am very new to modding. I am trying to have it so that I can create modified Vanilla loot tables that use a custom enchantment as a condition (i.e. enchantment present = item). However, I am having trouble trying to implement this; the LootItemRandomChanceWithEnchantedBonusCondition constructor needs a Holder<Enchantment> and I am unable to use the getOrThrow() method on the custom enchantment declared in my mod's enchantments class. Here is what I have so far in the GLM:   protected void start(HolderLookup.Provider registries) { HolderLookup.RegistryLookup<Enchantment> registrylookup = registries.lookupOrThrow(Registries.ENCHANTMENT); LootItemRandomChanceWithEnchantedBonusCondition lootItemRandomChanceWithEnchantedBonusCondition = new LootItemRandomChanceWithEnchantedBonusCondition(0.0f, LevelBasedValue.perLevel(0.07f), registrylookup.getOrThrow(*enchantment here*)); this.add("nebu_from_deepslate", new AddItemModifier(new LootItemCondition[]{ LootItemBlockStatePropertyCondition.hasBlockStateProperties(Blocks.DEEPSLATE).build(), LootItemRandomChanceCondition.randomChance(0.25f).build(), lootItemRandomChanceWithEnchantedBonusCondition }, OrichalcumItems.NEBU.get())); }   Inserting Enchantments.[vanilla enchantment here] actually works but trying to declare an enchantment from my custom enchantments class as [mod enchantment class].[custom enchantment] does not work even though they are both a ResourceKey and are registered in Registries.ENCHANTMENT. Basically, how would I go about making it so that a custom enchantment declared as a ResourceKey<Enchantment> of value ResourceKey.create(Registries.ENCHANTMENT, ResourceLocation.fromNamespaceAndPath([modid], [name])), declared in a seperate enchantments class, can be used in the LootItemRandomChanceWithEnchantedBonusCondition constructor as a Holder? I can't use getOrThrow() because there is no level or block entity/entity in the start() method and it is running as datagen. It's driving me nuts.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.