Advertisement
Guest User

Untitled

a guest
Nov 12th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.64 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.334.jar)
  5. FMLPlugin (InventoryTweaks-1.61-58.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Why did you do that?
  9.  
  10. Time: 11/12/16 6:44 PM
  11. Description: Exception while adding particle
  12.  
  13. java.lang.NullPointerException: Exception while adding particle
  14. at net.minecraft.world.World.func_189509_E(World.java:218)
  15. at net.minecraft.world.World.func_175625_s(World.java:2387)
  16. at com.tomevoll.routerreborn.Blocks.BlockInventoryCable$BlockColorHandler.func_186720_a(BlockInventoryCable.java:551)
  17. at net.minecraft.client.renderer.color.BlockColors.func_186724_a(BlockColors.java:167)
  18. at net.minecraft.client.particle.ParticleDigging.func_187154_b(SourceFile:52)
  19. at net.minecraft.client.particle.ParticleDigging.func_174845_l(SourceFile:47)
  20. at net.minecraft.client.particle.ParticleDigging$Factory.func_178902_a(SourceFile:105)
  21. at net.minecraft.client.particle.ParticleManager.func_178927_a(ParticleManager.java:135)
  22. at net.minecraft.client.renderer.RenderGlobal.func_174974_b(RenderGlobal.java:2132)
  23. at net.minecraft.client.renderer.RenderGlobal.func_180442_a(RenderGlobal.java:2086)
  24. at net.minecraft.world.World.func_175720_a(World.java:1092)
  25. at net.minecraft.world.World.func_175688_a(World.java:1079)
  26. at net.minecraft.entity.Entity.func_174808_Z(Entity.java:1146)
  27. at net.minecraft.entity.Entity.func_174830_Y(Entity.java:1132)
  28. at net.minecraft.entity.Entity.func_70030_z(Entity.java:436)
  29. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:216)
  30. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
  31. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1932)
  32. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233)
  33. at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:167)
  34. at net.minecraft.world.World.func_72866_a(World.java:1964)
  35. at net.minecraft.world.World.func_72870_g(World.java:1934)
  36. at net.minecraft.world.World.func_72939_s(World.java:1750)
  37. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1789)
  38. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
  40. at net.minecraft.client.main.Main.main(SourceFile:124)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:483)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Thread: Client thread
  54. Stacktrace:
  55. at net.minecraft.world.World.func_189509_E(World.java:218)
  56. at net.minecraft.world.World.func_175625_s(World.java:2387)
  57. at com.tomevoll.routerreborn.Blocks.BlockInventoryCable$BlockColorHandler.func_186720_a(BlockInventoryCable.java:551)
  58. at net.minecraft.client.renderer.color.BlockColors.func_186724_a(BlockColors.java:167)
  59. at net.minecraft.client.particle.ParticleDigging.func_187154_b(SourceFile:52)
  60. at net.minecraft.client.particle.ParticleDigging.func_174845_l(SourceFile:47)
  61. at net.minecraft.client.particle.ParticleDigging$Factory.func_178902_a(SourceFile:105)
  62. at net.minecraft.client.particle.ParticleManager.func_178927_a(ParticleManager.java:135)
  63. at net.minecraft.client.renderer.RenderGlobal.func_174974_b(RenderGlobal.java:2132)
  64.  
  65. -- Particle being added --
  66. Details:
  67. ID: 37
  68. Parameters: [I@3cf39334
  69. Position: 228.08,65.10,213.33 - World: (228,65,213), Chunk: (at 4,4,5 in 14,13; contains blocks 224,0,208 to 239,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  70. Stacktrace:
  71. at net.minecraft.client.renderer.RenderGlobal.func_180442_a(RenderGlobal.java:2086)
  72. at net.minecraft.world.World.func_175720_a(World.java:1092)
  73. at net.minecraft.world.World.func_175688_a(World.java:1079)
  74. at net.minecraft.entity.Entity.func_174808_Z(Entity.java:1146)
  75. at net.minecraft.entity.Entity.func_174830_Y(Entity.java:1132)
  76. at net.minecraft.entity.Entity.func_70030_z(Entity.java:436)
  77. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:216)
  78. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:359)
  79. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1932)
  80. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:233)
  81. at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:167)
  82. at net.minecraft.world.World.func_72866_a(World.java:1964)
  83. at net.minecraft.world.World.func_72870_g(World.java:1934)
  84.  
  85. -- Entity being ticked --
  86. Details:
  87. Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
  88. Entity ID: 781
  89. Entity Name: jamuspsi
  90. Entity's Exact location: 228.35, 65.00, 213.19
  91. Entity's Block location: World: (228,65,213), Chunk: (at 4,4,5 in 14,13; contains blocks 224,0,208 to 239,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  92. Entity's Momentum: 0.19, 0.16, 0.26
  93. Entity's Passengers: []
  94. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  95. Stacktrace:
  96. at net.minecraft.world.World.func_72939_s(World.java:1750)
  97.  
  98. -- Affected level --
  99. Details:
  100. Level name: MpServer
  101. All players: 1 total; [EntityPlayerSP['jamuspsi'/781, l='MpServer', x=228.35, y=65.00, z=213.19]]
  102. Chunk stats: MultiplayerChunkCache: 625, 625
  103. Level seed: 0
  104. Level generator: ID 00 - default, ver 1. Features enabled: false
  105. Level generator options:
  106. Level spawn location: World: (256,64,252), Chunk: (at 0,4,12 in 16,15; contains blocks 256,0,240 to 271,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  107. Level time: 1810160 game time, 2345465 day time
  108. Level dimension: 0
  109. Level storage version: 0x00000 - Unknown?
  110. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  111. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  112. Forced entities: 217 total; [EntityPig['Pig'/49, l='MpServer', x=153.01, y=62.31, z=189.01], EntityPig['Pig'/51, l='MpServer', x=157.24, y=132.00, z=247.51], EntityCow['Cow'/54, l='MpServer', x=155.41, y=65.00, z=292.84], EntityCow['Cow'/55, l='MpServer', x=159.46, y=65.00, z=290.23], EntityPig['Pig'/66, l='MpServer', x=167.35, y=80.00, z=150.78], EntityPig['Pig'/67, l='MpServer', x=161.50, y=80.00, z=135.71], EntityPig['Pig'/69, l='MpServer', x=173.45, y=66.00, z=179.16], EntityChickensChicken['Nether Quartz Chicken'/70, l='MpServer', x=171.61, y=66.00, z=179.12], EntityItem['item.item.netherquartz'/71, l='MpServer', x=171.38, y=66.00, z=178.60], EntityCow['Cow'/72, l='MpServer', x=173.80, y=72.00, z=221.49], EntitySheep['Sheep'/73, l='MpServer', x=167.53, y=64.00, z=292.75], EntityCow['Cow'/92, l='MpServer', x=187.39, y=62.14, z=141.91], EntityChickensChicken['Nether Quartz Chicken'/109, l='MpServer', x=202.18, y=68.00, z=171.49], EntityCow['Cow'/110, l='MpServer', x=205.48, y=68.00, z=176.20], EntityCow['Cow'/112, l='MpServer', x=204.45, y=64.00, z=206.45], EntityCow['Cow'/113, l='MpServer', x=204.46, y=64.00, z=207.32], EntityCow['Cow'/114, l='MpServer', x=204.45, y=64.00, z=207.45], EntityCow['Cow'/115, l='MpServer', x=205.55, y=64.00, z=206.45], EntityCow['Cow'/116, l='MpServer', x=205.38, y=64.00, z=206.45], EntityCow['Cow'/117, l='MpServer', x=205.55, y=64.00, z=206.45], EntityCow['Cow'/118, l='MpServer', x=205.55, y=64.00, z=207.40], EntityCow['Cow'/119, l='MpServer', x=205.55, y=64.00, z=208.55], EntityCow['Cow'/120, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/121, l='MpServer', x=204.45, y=64.00, z=207.66], EntityCow['Cow'/122, l='MpServer', x=197.45, y=64.00, z=209.55], EntityCow['Cow'/123, l='MpServer', x=198.74, y=64.00, z=207.74], EntityCow['Cow'/124, l='MpServer', x=200.47, y=64.00, z=209.92], EntityCow['Cow'/125, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/126, l='MpServer', x=200.76, y=64.00, z=208.20], EntityCow['Cow'/127, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/128, l='MpServer', x=204.45, y=64.00, z=206.45], EntityCow['Cow'/129, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/130, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/131, l='MpServer', x=199.29, y=64.00, z=209.55], EntityCow['Cow'/132, l='MpServer', x=198.72, y=64.00, z=208.01], EntityCow['Cow'/133, l='MpServer', x=200.39, y=64.00, z=208.64], EntityCow['Cow'/134, l='MpServer', x=200.62, y=64.00, z=208.33], EntityCow['Cow'/135, l='MpServer', x=198.43, y=64.00, z=209.55], EntityCow['Cow'/136, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/137, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/138, l='MpServer', x=202.55, y=64.00, z=208.88], EntityCow['Cow'/139, l='MpServer', x=197.45, y=64.00, z=209.55], EntityCow['Cow'/140, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/141, l='MpServer', x=200.79, y=64.00, z=208.65], EntityCow['Cow'/142, l='MpServer', x=200.46, y=64.00, z=209.92], EntityCow['Cow'/143, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/144, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/145, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/146, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/147, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/148, l='MpServer', x=197.45, y=64.00, z=208.47], EntityCow['Cow'/149, l='MpServer', x=201.09, y=64.00, z=209.92], EntityCow['Cow'/150, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/151, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/152, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/153, l='MpServer', x=199.37, y=64.00, z=209.55], EntityCow['Cow'/154, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/155, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/156, l='MpServer', x=197.45, y=64.00, z=208.08], EntityCow['Cow'/157, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/158, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/159, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/160, l='MpServer', x=197.45, y=64.00, z=208.76], EntityCow['Cow'/161, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/162, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/163, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/164, l='MpServer', x=198.59, y=64.00, z=208.53], EntityCow['Cow'/165, l='MpServer', x=199.08, y=64.00, z=209.21], EntityCow['Cow'/166, l='MpServer', x=198.72, y=64.00, z=206.62], EntityCow['Cow'/167, l='MpServer', x=201.20, y=64.00, z=209.92], EntityCow['Cow'/168, l='MpServer', x=199.46, y=64.00, z=209.08], EntityCow['Cow'/169, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/170, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/171, l='MpServer', x=200.25, y=64.00, z=207.45], EntityCow['Cow'/172, l='MpServer', x=199.70, y=64.00, z=208.38], EntityCow['Cow'/173, l='MpServer', x=197.45, y=64.00, z=207.58], EntityCow['Cow'/174, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/175, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/176, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/177, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/178, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/179, l='MpServer', x=198.37, y=64.00, z=208.46], EntityCow['Cow'/180, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/181, l='MpServer', x=199.26, y=64.00, z=206.92], EntityCow['Cow'/182, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/183, l='MpServer', x=197.45, y=64.00, z=208.49], EntityCow['Cow'/184, l='MpServer', x=199.49, y=64.00, z=207.60], EntityCow['Cow'/185, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/186, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/187, l='MpServer', x=198.50, y=64.00, z=209.55], EntityChickensChicken['Sand Chicken'/188, l='MpServer', x=197.20, y=64.00, z=209.80], EntityCow['Cow'/189, l='MpServer', x=204.57, y=64.00, z=208.55], EntityCow['Cow'/190, l='MpServer', x=205.55, y=64.00, z=208.55], EntityCow['Cow'/191, l='MpServer', x=204.48, y=64.00, z=208.55], EntityCow['Cow'/192, l='MpServer', x=202.55, y=64.00, z=209.92], EntityItem['item.tile.sand.default'/193, l='MpServer', x=197.90, y=64.00, z=208.88], EntityCow['Cow'/194, l='MpServer', x=198.48, y=64.00, z=207.63], EntityCow['Cow'/195, l='MpServer', x=204.47, y=64.00, z=208.55], EntityCow['Cow'/196, l='MpServer', x=200.96, y=64.00, z=208.26], EntityCow['Cow'/197, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/198, l='MpServer', x=200.78, y=64.00, z=208.70], EntityCow['Cow'/199, l='MpServer', x=205.55, y=64.00, z=207.49], EntityCow['Cow'/200, l='MpServer', x=200.60, y=64.00, z=209.92], EntityCow['Cow'/201, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/202, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/203, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/204, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/205, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/206, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/207, l='MpServer', x=205.55, y=64.00, z=208.55], EntityCow['Cow'/208, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/209, l='MpServer', x=199.55, y=64.00, z=206.57], EntityItem['item.item.netherquartz'/134355, l='MpServer', x=237.13, y=63.00, z=182.13], EntityCow['Cow'/210, l='MpServer', x=197.45, y=64.00, z=208.05], EntityCow['Cow'/211, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/212, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/213, l='MpServer', x=198.15, y=64.00, z=209.55], EntityCow['Cow'/214, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/215, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/216, l='MpServer', x=197.45, y=64.00, z=208.62], EntityCow['Cow'/218, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/219, l='MpServer', x=200.96, y=64.00, z=209.92], EntityCow['Cow'/220, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/221, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/222, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/223, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/224, l='MpServer', x=200.59, y=64.00, z=207.45], EntityCow['Cow'/225, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/226, l='MpServer', x=197.45, y=64.00, z=207.66], EntityCow['Cow'/227, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/228, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/229, l='MpServer', x=199.57, y=64.00, z=208.31], EntityCow['Cow'/230, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/231, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/232, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/233, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/234, l='MpServer', x=197.72, y=64.00, z=209.55], EntityCow['Cow'/235, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/236, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/237, l='MpServer', x=200.46, y=64.00, z=209.92], EntityCow['Cow'/238, l='MpServer', x=200.45, y=64.00, z=209.92], EntityCow['Cow'/239, l='MpServer', x=200.72, y=64.00, z=209.92], EntityCow['Cow'/240, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/241, l='MpServer', x=197.45, y=64.00, z=208.35], EntityCow['Cow'/242, l='MpServer', x=197.46, y=64.00, z=209.55], EntityCow['Cow'/243, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/244, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/245, l='MpServer', x=202.55, y=64.00, z=209.92], EntityCow['Cow'/246, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/247, l='MpServer', x=199.10, y=64.00, z=208.20], EntityCow['Cow'/248, l='MpServer', x=201.77, y=64.00, z=208.60], EntityCow['Cow'/249, l='MpServer', x=200.94, y=64.00, z=209.92], EntityCow['Cow'/250, l='MpServer', x=199.24, y=64.00, z=208.79], EntityCow['Cow'/251, l='MpServer', x=199.55, y=64.00, z=206.45], EntityCow['Cow'/252, l='MpServer', x=200.82, y=64.00, z=207.45], EntityCow['Cow'/253, l='MpServer', x=197.45, y=64.00, z=206.45], EntityCow['Cow'/254, l='MpServer', x=197.45, y=64.00, z=207.84], EntityCow['Cow'/255, l='MpServer', x=202.55, y=64.00, z=207.45], EntityCow['Cow'/256, l='MpServer', x=200.55, y=64.00, z=209.92], EntityCow['Cow'/257, l='MpServer', x=197.45, y=64.00, z=209.55], EntityCow['Cow'/264, l='MpServer', x=212.33, y=65.00, z=134.02], EntityCow['Cow'/265, l='MpServer', x=219.21, y=67.00, z=157.42], EntityBat['Bat'/591150, l='MpServer', x=253.42, y=26.27, z=189.48], EntityBat['Bat'/591155, l='MpServer', x=292.63, y=27.36, z=144.75], EntityBat['Bat'/591156, l='MpServer', x=291.66, y=21.54, z=142.38], EntityItem['item.item.ma.diamond_essence'/324, l='MpServer', x=223.79, y=64.00, z=218.54], EntityItem['item.item.ma.diamond_essence'/328, l='MpServer', x=222.95, y=64.00, z=218.42], EntityItem['item.item.ma.diamond_seeds'/329, l='MpServer', x=223.16, y=64.00, z=218.49], EntityItem['item.item.ma.diamond_essence'/338, l='MpServer', x=208.13, y=64.00, z=223.88], EntityBat['Bat'/588118, l='MpServer', x=260.07, y=32.09, z=244.34], EntityBat['Bat'/638339, l='MpServer', x=263.25, y=31.01, z=234.75], EntityBat['Bat'/638340, l='MpServer', x=266.39, y=31.67, z=232.75], EntityBat['Bat'/441795, l='MpServer', x=300.88, y=36.10, z=242.75], EntityBat['Bat'/345539, l='MpServer', x=246.13, y=42.10, z=268.75], EntityBat['Bat'/345538, l='MpServer', x=246.13, y=42.10, z=268.53], EntitySquid['Squid'/495, l='MpServer', x=215.60, y=62.00, z=244.84], EntitySquid['Squid'/496, l='MpServer', x=208.18, y=60.38, z=252.66], EntitySquid['Squid'/497, l='MpServer', x=214.60, y=61.00, z=255.32], EntityChicken['Chicken'/507, l='MpServer', x=231.77, y=72.00, z=155.49], EntityCow['Cow'/508, l='MpServer', x=231.84, y=72.00, z=148.47], EntityItem['item.item.egg'/509, l='MpServer', x=239.71, y=71.00, z=151.55], EntityChicken['Chicken'/510, l='MpServer', x=237.81, y=63.00, z=182.37], EntityChickensChicken['Nether Quartz Chicken'/511, l='MpServer', x=237.89, y=63.00, z=183.19], EntityChicken['Chicken'/512, l='MpServer', x=238.80, y=63.00, z=183.08], EntityChicken['Chicken'/513, l='MpServer', x=238.39, y=63.00, z=182.72], EntityChicken['Chicken'/514, l='MpServer', x=237.20, y=63.00, z=183.35], EntityChicken['Chicken'/515, l='MpServer', x=237.71, y=63.00, z=183.80], EntityChickensChicken['Nether Quartz Chicken'/516, l='MpServer', x=237.37, y=63.00, z=182.87], EntityItem['item.item.egg'/517, l='MpServer', x=237.46, y=63.00, z=182.63], EntityItem['item.item.egg'/518, l='MpServer', x=237.13, y=63.00, z=183.85], EntityItem['item.item.egg'/519, l='MpServer', x=238.11, y=63.00, z=183.88], EntityItem['item.item.ma.diamond_seeds'/547, l='MpServer', x=226.44, y=63.94, z=222.67], EntityBat['Bat'/611876, l='MpServer', x=234.64, y=27.87, z=213.24], EntityCow['Cow'/620, l='MpServer', x=226.18, y=68.00, z=276.83], EntityCow['Cow'/621, l='MpServer', x=229.86, y=69.00, z=289.85], EntityCow['Cow'/629, l='MpServer', x=241.17, y=71.00, z=151.17], EntityMinecartChest['Minecart with Chest'/631, l='MpServer', x=253.50, y=34.06, z=223.50], EntityMinecartChest['Minecart with Chest'/632, l='MpServer', x=245.50, y=34.06, z=237.51], EntityCow['Cow'/633, l='MpServer', x=243.20, y=68.00, z=280.40], EntityBat['Bat'/448124, l='MpServer', x=299.39, y=52.00, z=151.98], EntityCow['Cow'/639, l='MpServer', x=264.21, y=69.00, z=138.46], EntityCow['Cow'/641, l='MpServer', x=269.30, y=66.00, z=179.83], EntityMinecartChest['Minecart with Chest'/642, l='MpServer', x=268.50, y=30.06, z=220.88], EntityMinecartChest['Minecart with Chest'/643, l='MpServer', x=265.50, y=34.00, z=228.29], EntityCow['Cow'/659, l='MpServer', x=292.58, y=64.61, z=157.59], EntityCow['Cow'/660, l='MpServer', x=293.55, y=64.44, z=163.53], EntityCow['Cow'/661, l='MpServer', x=292.77, y=66.00, z=165.56], EntityCow['Cow'/663, l='MpServer', x=292.80, y=66.00, z=291.63], EntitySquid['Squid'/433816, l='MpServer', x=179.31, y=61.84, z=213.82], EntityMinecartChest['Minecart with Chest'/670, l='MpServer', x=307.50, y=40.06, z=262.50], EntityBat['Bat'/221895, l='MpServer', x=224.78, y=17.07, z=264.79], EntityBat['Bat'/720686, l='MpServer', x=255.75, y=34.01, z=137.07], EntityBat['Bat'/720687, l='MpServer', x=255.61, y=34.82, z=136.53], EntityPlayerSP['jamuspsi'/781, l='MpServer', x=228.35, y=65.00, z=213.19], EntityBat['Bat'/636783, l='MpServer', x=272.75, y=55.00, z=179.25], EntityItem['item.item.egg'/259982, l='MpServer', x=238.88, y=63.00, z=183.52], EntityBat['Bat'/630752, l='MpServer', x=222.58, y=27.08, z=265.00]]
  113. Retry entities: 0 total; []
  114. Server brand: fml,forge
  115. Server type: Integrated singleplayer server
  116. Stacktrace:
  117. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
  118. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
  119. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
  120. at net.minecraft.client.main.Main.main(SourceFile:124)
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  124. at java.lang.reflect.Method.invoke(Method.java:483)
  125. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  126. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  127.  
  128. -- System Details --
  129. Details:
  130. Minecraft Version: 1.10.2
  131. Operating System: Windows 10 (amd64) version 10.0
  132. Java Version: 1.8.0_25, Oracle Corporation
  133. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  134. Memory: 374812840 bytes (357 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
  135. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  136. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  137. FML: MCP 9.32 Powered by Forge 12.18.2.2122 30 mods loaded, 30 mods active
  138. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  139. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  140. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2122.jar)
  141. UCHIJAAAA Forge{12.18.2.2122} [Minecraft Forge] (forge-1.10.2-12.18.2.2122.jar)
  142. UCHIJAAAA Psi{r1.0-41} [Psi] (Psi-r1.0-41.jar)
  143. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  144. UCHIJAAAA bookshelf{1.4.2.334} [Bookshelf] (Bookshelf-1.10.2-1.4.2.334.jar)
  145. UCHIJAAAA chickens{1.9.4-3.0} [Chickens] (chickens-1.9.4-3.0.jar)
  146. UCHIJAAAA JEI{3.12.8.323} [Just Enough Items] (jei_1.10.2-3.12.8.323.jar)
  147. UCHIJAAAA darkutils{1.1.5.92} [Dark Utilities] (DarkUtilities-1.10.2-1.1.5.95.jar)
  148. UCHIJAAAA eplus{4.1.0.113} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.115.jar)
  149. UCHIJAAAA endercompass{1.2.3.2} [Ender Compass] (EnderCompass-1.9.x-1.2.3.2.jar)
  150. UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
  151. UCHIJAAAA goetia{0.1} [Goetia] (goetia-1.10.2-0.002.0.jar)
  152. UCHIJAAAA InventoryPets{1.4.8.2} [Inventory Pets] (inventorypets-1.10-1.4.8.2.jar)
  153. UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  154. UCHIJAAAA journeymap{1.10.2-5.3.0b2} [JourneyMap] (journeymap-1.10.2-5.3.0b2-unlimited.jar)
  155. UCHIJAAAA levelup{${version}} [Level Up!] (LevelUp!-0.12.4-1.10.2.jar)
  156. UCHIJAAAA lootbags{2.2.1} [Loot Bags] (LootBags-1.10.2-2.2.1.jar)
  157. UCHIJAAAA examplemod{1.0} [Example Mod] (Modifiable-Armor-2-1.10.2-2.0.2.jar)
  158. UCHIJAAAA modifiable_armor{2.0.2} [Modifiable Armor 2] (Modifiable-Armor-2-1.10.2-2.0.2.jar)
  159. UCHIJAAAA mysticalagriculture{1.3.2} [Mystical Agriculture] (mysticalagriculture-1.3.2.jar)
  160. UCHIJAAAA powerinventory{2.3.0} [Overpowered Inventory] (OverpoweredInventory-1.10.2-2.3.0.jar)
  161. UCHIJAAAA progressiveautomation{1.6.51} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.51.jar)
  162. UCHIJAAAA ProjectE{1.10.2-PE1.0.6B} [ProjectE] (ProjectE-1.10.2-PE1.0.6B.jar)
  163. UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
  164. UCHIJAAAA roots{0.204} [Roots] (roots-1.10.2-0.204.0.jar)
  165. UCHIJAAAA routerreborn{1.10.2-4.0.1.20_universal} [Router Reborn] (RouterReborn-1.10.2-4.0.1.20_universal.jar)
  166. UCHIJAAAA lteleporters{1.1.3} [Lemon's Simple Teleporters] (teleporters-1.1.3.jar)
  167. UCHIJAAAA villagebox{0.5.0} [Village Box] (villagebox-1.10.2-0.5.0.jar)
  168. UCHIJAAAA waystones{2.0.10} [Waystones] (Waystones_1.10.2-2.0.10.jar)
  169. Loaded coremods (and transformers):
  170. BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.334.jar)
  171. net.darkhax.bookshelf.asm.BookshelfTransformerManager
  172. FMLPlugin (InventoryTweaks-1.61-58.jar)
  173. invtweaks.forge.asm.ContainerTransformer
  174. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4474' Renderer: 'Intel(R) HD Graphics 530'
  175. Launched Version: 1.10.2-forge1.10.2-12.18.2.2122
  176. LWJGL: 2.9.4
  177. OpenGL: Intel(R) HD Graphics 530 GL version 4.4.0 - Build 20.19.15.4474, Intel
  178. GL Caps: Using GL 1.3 multitexturing.
  179. Using GL 1.3 texture combiners.
  180. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  181. Shaders are available because OpenGL 2.1 is supported.
  182. VBOs are available because OpenGL 1.5 is supported.
  183.  
  184. Using VBOs: Yes
  185. Is Modded: Definitely; Client brand changed to 'fml,forge'
  186. Type: Client (map_client.txt)
  187. Resource Packs:
  188. Current Language: English (US)
  189. Profiler Position: N/A (disabled)
  190. CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement