[ANGRY PIXEL] The Betweenlands

[ANGRY PIXEL] The Betweenlands

24M Downloads

java.lang.NullPointerException: Tesselating block model

TomberWolf opened this issue · 0 comments

commented
---- Minecraft Crash Report ----

WARNING: coremods are present:
  LoadingPlugin (HardcoreDarkness-MC1.10.2-1.9.jar)
  DummyPlugin (AdChimneys-ForgeEndertech-1.10.2-1.3.3.0-build.0055.jar)
  IceAndFireForgeLoading (iceandfire-1.0.1.jar)
  FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  AppleCore (AppleCore-mc1.10.2-2.2.0.jar)
  NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  ASMPlugin (VeganOption-mc1.10.2-0.2.1.jar)
  BetterFoliageLoader (BetterFoliage-MC1.10.2-2.1.6.jar)
  DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.7.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-2.0.2-alpha-universal.jar)
  LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  CTMCorePlugin (CTM-MC1.10.2-0.2.0.19.jar)
  NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  SignPictureCorePlugin (SignPicture-1.10.2-2.7.1-universal.jar)
  BookshelfLoadingPlugin (EnchantingPlus-Bookshelf-1.10.2-1.4.4.347.jar)
  ShetiPhian-ASM (platforms-shetiphiancore-1.10.0-3.3.9.jar)
  TANLoadingPlugin (ToughAsNails-1.9.4-1.1.1.55-universal.jar)
  PlusTiC (plustic-5.1.3.0.jar)
  llibrary (iceandfire-llibrary-1.7.4-1.10.2.jar)
  ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
Contact their authors BEFORE contacting forge

// I'm sorry, Dave.

Time: 7/9/17 12:17 PM
Description: Tesselating block model

java.lang.NullPointerException: Tesselating block model
	at thebetweenlands.client.render.model.baked.ModelThatchRoof$ModelBakedThatchRoof.func_188616_a(ModelThatchRoof.java:223)
	at ConnectedTextures.getNeighbourIcon(ConnectedTextures.java:1364)
	at ConnectedTextures.isNeighbour(ConnectedTextures.java:1323)
	at ConnectedTextures.isNeighbour(ConnectedTextures.java:1303)
	at ConnectedTextures.getConnectedTextureCtmIndex(ConnectedTextures.java:1091)
	at ConnectedTextures.getConnectedTextureCtm(ConnectedTextures.java:753)
	at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:539)
	at ConnectedTextures.getConnectedTextureSingle(ConnectedTextures.java:370)
	at ConnectedTextures.getConnectedTextureMultiPass(ConnectedTextures.java:299)
	at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:113)
	at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:89)
	at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:60)
	at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:105)
	at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
	at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
	at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)
	at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
	at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
	at mods.betterfoliage.client.Hooks.renderWorldBlock(Hooks.kt:93)
	at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:293)
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
	at java.lang.Thread.run(Unknown Source)


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

-- Head --
Thread: Client thread
Stacktrace:
	at thebetweenlands.client.render.model.baked.ModelThatchRoof$ModelBakedThatchRoof.func_188616_a(ModelThatchRoof.java:223)
	at ConnectedTextures.getNeighbourIcon(ConnectedTextures.java:1364)
	at ConnectedTextures.isNeighbour(ConnectedTextures.java:1323)
	at ConnectedTextures.isNeighbour(ConnectedTextures.java:1303)
	at ConnectedTextures.getConnectedTextureCtmIndex(ConnectedTextures.java:1091)
	at ConnectedTextures.getConnectedTextureCtm(ConnectedTextures.java:753)
	at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:539)
	at ConnectedTextures.getConnectedTextureSingle(ConnectedTextures.java:370)
	at ConnectedTextures.getConnectedTextureMultiPass(ConnectedTextures.java:299)
	at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:113)
	at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:89)
	at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:60)
	at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:105)
	at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)

-- Block model being tesselated --
Details:
	Block: minecraft:stone[variant=stone]
	Block location: World: (-45608,60,1483), Chunk: (at 8,3,11 in -2851,92; contains blocks -45616,0,1472 to -45601,255,1487), Region: (-90,2; contains chunks -2880,64 to -2849,95, blocks -46080,0,1024 to -45569,255,1535)
	Using AO: true
Stacktrace:
	at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:72)
	at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:52)

-- Block being tesselated --
Details:
	Block type: ID #1 (tile.stone // net.minecraft.block.BlockStone)
	Block data value: 0 / 0x0 / 0b0000
	Block location: World: (-45608,60,1483), Chunk: (at 8,3,11 in -2851,92; contains blocks -45616,0,1472 to -45601,255,1487), Region: (-90,2; contains chunks -2880,64 to -2849,95, blocks -46080,0,1024 to -45569,255,1535)
Stacktrace:
	at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)

-- Block being tesselated --
Details:
	Block type: ID #1 (tile.stone // net.minecraft.block.BlockStone)
	Block data value: 0 / 0x0 / 0b0000
	Block location: World: (-45608,60,1483), Chunk: (at 8,3,11 in -2851,92; contains blocks -45616,0,1472 to -45601,255,1487), Region: (-90,2; contains chunks -2880,64 to -2849,95, blocks -46080,0,1024 to -45569,255,1535)
Stacktrace:
	at codechicken.lib.render.block.CCExtendedBlockRendererDispatcher.func_175018_a(CCExtendedBlockRendererDispatcher.java:54)
	at mods.betterfoliage.client.Hooks.renderWorldBlock(Hooks.kt:93)

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['Player'/2405, l='MpServer', x=-45502.47, y=69.00, z=1445.62]]
	Chunk stats: MultiplayerChunkCache: 289, 289
	Level seed: 0
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: 
	Level spawn location: World: (-45604,224,1428), Chunk: (at 12,14,4 in -2851,89; contains blocks -45616,0,1424 to -45601,255,1439), Region: (-90,2; contains chunks -2880,64 to -2849,95, blocks -46080,0,1024 to -45569,255,1535)
	Level time: 19235168 game time, 4923633 day time
	Level dimension: 0
	Level storage version: 0x00000 - Unknown?
	Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
	Forced entities: 128 total; [EntityPlayerSP['Player'/2405, l='MpServer', x=-45502.47, y=69.00, z=1445.62], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/2621, l='MpServer', x=-45442.22, y=16.00, z=1438.58], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLadder'/2644, l='MpServer', x=-45454.44, y=4.00, z=1423.47], MoCEntityHorse['Wildpferd'/1622, l='MpServer', x=-45581.01, y=67.00, z=1473.01], EntityCreeper['Creeper'/3214, l='MpServer', x=-45538.50, y=48.00, z=1473.50], EntityCreeper['Creeper'/3215, l='MpServer', x=-45536.50, y=48.00, z=1473.50], EntitySpider['Spinne'/3216, l='MpServer', x=-45555.50, y=13.00, z=1396.50], EntityZombie['Zombie'/3217, l='MpServer', x=-45453.50, y=63.00, z=1484.50], EntitySkeleton['Skelett'/3218, l='MpServer', x=-45459.50, y=30.00, z=1509.50], EntityCreeper['Creeper'/3219, l='MpServer', x=-45422.50, y=54.00, z=1411.50], EntityCreeper['Creeper'/3221, l='MpServer', x=-45528.50, y=44.00, z=1447.50], EntitySpider['Spinne'/3225, l='MpServer', x=-45461.50, y=41.00, z=1494.50], EntityCreeper['Creeper'/3231, l='MpServer', x=-45459.50, y=16.00, z=1421.50], EntityCreeper['Creeper'/3234, l='MpServer', x=-45578.50, y=15.00, z=1426.50], MoCEntityMiniGolem['Kleiner Golem'/3237, l='MpServer', x=-45407.50, y=37.00, z=1424.50], MoCEntityRat['Ratte'/3239, l='MpServer', x=-45547.50, y=33.00, z=1336.50], EntitySkeleton['Skelett'/3243, l='MpServer', x=-45577.50, y=25.00, z=1378.50], EntityZombie['Zombie'/3250, l='MpServer', x=-45447.50, y=57.00, z=1429.50], EntityZombie['Zombie'/3252, l='MpServer', x=-45448.50, y=28.00, z=1419.50], MoCEntityMiniGolem['Kleiner Golem'/3255, l='MpServer', x=-45506.50, y=32.00, z=1522.50], EntityZombie['Zombie'/3256, l='MpServer', x=-45461.56, y=43.00, z=1438.93], EntityZombie['Zombie'/3257, l='MpServer', x=-45470.50, y=45.00, z=1434.50], MoCEntityManticore['Mantikor'/3258, l='MpServer', x=-45461.11, y=44.66, z=1552.04], EntityEnderman['Enderman'/3264, l='MpServer', x=-45474.30, y=50.00, z=1490.50], MoCEntityMaggot['Made'/1754, l='MpServer', x=-45556.41, y=69.00, z=1546.71], MoCEntityKitty['Hauskatze'/1755, l='MpServer', x=-45562.03, y=68.00, z=1549.26], EntityItemBuoy['item.tile.gravel'/2794, l='MpServer', x=-45461.00, y=8.00, z=1428.88], MoCEntityDuck['Ente'/1772, l='MpServer', x=-45539.33, y=67.00, z=1347.14], EntityItemBuoy['item.tile.gravel'/2796, l='MpServer', x=-45460.08, y=32.00, z=1429.88], MoCEntityDuck['Ente'/1773, l='MpServer', x=-45540.86, y=65.66, z=1378.87], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/1775, l='MpServer', x=-45547.37, y=3.00, z=1455.83], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/1776, l='MpServer', x=-45543.21, y=3.00, z=1506.54], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/1777, l='MpServer', x=-45538.22, y=3.00, z=1509.26], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/1779, l='MpServer', x=-45544.51, y=3.00, z=1508.10], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/1780, l='MpServer', x=-45540.89, y=5.00, z=1507.83], EntityItemBuoy['item.tile.gravel'/2804, l='MpServer', x=-45458.57, y=32.00, z=1429.88], EntitySkeleton['Skelett'/1784, l='MpServer', x=-45549.50, y=36.00, z=1520.50], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/2814, l='MpServer', x=-45499.53, y=3.00, z=1502.70], EntityCustomNpc['Wilhelm'/1797, l='MpServer', x=-45529.50, y=94.00, z=1414.50], EntityChickLeghorn['Leghorn Huhn (Küken)'/1798, l='MpServer', x=-45533.96, y=72.00, z=1431.51], MoCEntityKitty['Hauskatze'/1799, l='MpServer', x=-45543.31, y=67.00, z=1461.38], MoCEntityEnt['Ent'/1800, l='MpServer', x=-45532.92, y=67.00, z=1451.00], MoCEntityKitty['Hauskatze'/1801, l='MpServer', x=-45516.40, y=67.00, z=1423.05], EntityCustomNpc['Wilhelm'/1802, l='MpServer', x=-45529.50, y=94.00, z=1442.50], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/1805, l='MpServer', x=-45534.40, y=22.63, z=1509.61], MoCEntityPandaBear['Panda'/1298, l='MpServer', x=-45590.07, y=65.00, z=1550.90], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/2851, l='MpServer', x=-45514.12, y=5.00, z=1491.17], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/2853, l='MpServer', x=-45513.81, y=4.00, z=1487.72], MoCEntityMole['Maulwurf'/1833, l='MpServer', x=-45505.57, y=67.00, z=1343.83], EntityItemBuoy['item.item.thebetweenlands.ropeItem'/1834, l='MpServer', x=-45509.73, y=46.00, z=1395.88], MoCEntityOstrich['Strauß'/1835, l='MpServer', x=-45523.12, y=67.00, z=1414.88], MoCEntityKitty['Hauskatze'/1836, l='MpServer', x=-45534.26, y=67.00, z=1411.48], EntityCustomNpc['Wilhelm'/1837, l='MpServer', x=-45515.50, y=94.00, z=1428.50], MoCEntityEnt['Ent'/1838, l='MpServer', x=-45526.96, y=67.00, z=1460.95], MoCEntityMaggot['Made'/1839, l='MpServer', x=-45507.46, y=68.00, z=1463.26], MoCEntityMaggot['Made'/1840, l='MpServer', x=-45508.50, y=68.00, z=1461.57], MoCEntityEnt['Ent'/1841, l='MpServer', x=-45513.98, y=67.00, z=1462.00], MoCEntityEnt['Ent'/1842, l='MpServer', x=-45510.09, y=67.00, z=1466.98], MoCEntityMole['Maulwurf'/1864, l='MpServer', x=-45499.86, y=66.00, z=1341.33], MoCEntityMole['Maulwurf'/1865, l='MpServer', x=-45503.88, y=65.79, z=1339.85], EntityCreeper['Creeper'/1870, l='MpServer', x=-45493.50, y=31.00, z=1397.50], MoCEntityCrab['Krabbe'/1871, l='MpServer', x=-45500.55, y=66.00, z=1400.81], EntitySkeleton['Skelett'/1874, l='MpServer', x=-45501.64, y=51.00, z=1438.92], EntityItemBuoy['item.tile.thebetweenlands.weedwoodLever'/1875, l='MpServer', x=-45492.86, y=17.00, z=1467.95], EntityZombie['Zombie'/1876, l='MpServer', x=-45502.50, y=41.00, z=1487.50], MoCEntityElephant['Elefant'/1878, l='MpServer', x=-45500.97, y=71.00, z=1478.95], MoCEntityTurkey['Truthahn'/1879, l='MpServer', x=-45498.28, y=70.00, z=1462.45], EntitySkeleton['Skelett'/2409, l='MpServer', x=-45468.47, y=8.00, z=1405.57], MoCEntityCrab['Krabbe'/2411, l='MpServer', x=-45459.85, y=67.00, z=1399.50], MoCEntityKitty['Hauskatze'/1900, l='MpServer', x=-45474.50, y=66.00, z=1345.35], EntityHamster['Hamster'/2414, l='MpServer', x=-45458.15, y=66.00, z=1409.13], EntityZombie['Zombie'/1903, l='MpServer', x=-45496.56, y=46.00, z=1460.78], EntityCowFriesian['Friesian Kuh (Kuh)'/2415, l='MpServer', x=-45466.70, y=68.00, z=1432.70], MoCEntityOstrich['Strauß'/1904, l='MpServer', x=-45511.91, y=66.00, z=1451.82], EntityBullFriesian['Friesian Kuh (Stier)'/2416, l='MpServer', x=-45457.00, y=70.00, z=1428.23], MoCEntityBird['Vogel'/1905, l='MpServer', x=-45480.68, y=75.28, z=1440.63], MoCEntityTurkey['Truthahn'/1906, l='MpServer', x=-45477.40, y=74.00, z=1488.60], EntitySkeleton['Skelett'/2418, l='MpServer', x=-45469.24, y=56.00, z=1503.50], MoCEntityBird['Vogel'/1907, l='MpServer', x=-45460.92, y=81.76, z=1469.85], EntityItemBuoy['item.tile.gravel'/2419, l='MpServer', x=-45441.88, y=28.50, z=1391.88], MoCEntitySnail['Schnecke'/1908, l='MpServer', x=-45479.70, y=73.00, z=1497.12], EntityHamster['Hamster'/2420, l='MpServer', x=-45452.49, y=66.00, z=1384.42], MoCEntitySnail['Schnecke'/1909, l='MpServer', x=-45480.95, y=73.00, z=1499.36], EntityItemBuoy['item.tile.gravel'/2421, l='MpServer', x=-45442.88, y=28.50, z=1392.77], EntityItemBuoy['item.tile.gravel'/2422, l='MpServer', x=-45442.46, y=19.00, z=1395.45], EntityItemBuoy['item.item.AppleGreen'/1911, l='MpServer', x=-45483.16, y=73.00, z=1497.58], EntityItemBuoy['item.tile.gravel'/2423, l='MpServer', x=-45442.47, y=28.50, z=1393.93], EntityItemBuoy['item.item.AppleGreen'/1912, l='MpServer', x=-45482.86, y=73.00, z=1498.88], EntityItemBuoy['item.tile.gravel'/2424, l='MpServer', x=-45443.58, y=28.50, z=1394.07], EntityItemBuoy['item.item.AppleGreen'/1913, l='MpServer', x=-45481.13, y=73.00, z=1499.54], EntityItemBuoy['item.tile.gravel'/2425, l='MpServer', x=-45444.75, y=28.50, z=1394.65], EntityItemBuoy['item.item.AppleGreen'/1914, l='MpServer', x=-45482.96, y=73.00, z=1495.43], EntityItemBuoy['item.tile.gravel'/2426, l='MpServer', x=-45446.62, y=17.00, z=1393.37], EntityItemBuoy['item.item.AppleGreen'/1915, l='MpServer', x=-45484.49, y=73.00, z=1495.88], EntityItemBuoy['item.item.AppleGreen'/1916, l='MpServer', x=-45481.65, y=73.00, z=1495.27], EntityCowFriesian['Friesian Kuh (Kuh)'/2428, l='MpServer', x=-45456.97, y=70.00, z=1426.66], EntityItemBuoy['item.item.AppleGreen'/1917, l='MpServer', x=-45480.87, y=73.00, z=1495.13], MoCEntityBird['Vogel'/2429, l='MpServer', x=-45468.90, y=4.00, z=1505.79], EntityItemBuoy['item.item.AppleGreen'/1918, l='MpServer', x=-45477.65, y=73.00, z=1496.13], MoCEntityFirefly['Glühwürmchen'/2430, l='MpServer', x=-45448.90, y=72.00, z=1514.63], EntityItemBuoy['item.item.AppleGreen'/1919, l='MpServer', x=-45476.39, y=73.00, z=1496.13], MoCEntityButterfly['Schmetterlin'/2431, l='MpServer', x=-45450.90, y=73.00, z=1514.10], EntityItemBuoy['item.item.AppleGreen'/1920, l='MpServer', x=-45477.20, y=73.00, z=1495.13], EntityItemBuoy['item.item.AppleGreen'/1921, l='MpServer', x=-45476.92, y=73.50, z=1497.05], EntityItemBuoy['item.item.AppleGreen'/1922, l='MpServer', x=-45480.23, y=73.00, z=1497.88], EntityItemBuoy['item.item.AppleGreen'/1923, l='MpServer', x=-45478.29, y=73.00, z=1498.86], EntityItemBuoy['item.item.AppleGreen'/1924, l='MpServer', x=-45479.14, y=73.00, z=1499.88], EntityItemBuoy['item.item.AppleGreen'/1925, l='MpServer', x=-45478.38, y=73.00, z=1499.88], EntityItemBuoy['item.item.AppleGreen'/1926, l='MpServer', x=-45476.36, y=73.00, z=1499.88], EntityItemBuoy['item.item.AppleGreen'/1927, l='MpServer', x=-45475.40, y=73.00, z=1500.30], EntityItemBuoy['item.item.AppleGreen'/1928, l='MpServer', x=-45475.56, y=73.00, z=1498.13], EntityItemBuoy['item.item.AppleGreen'/1929, l='MpServer', x=-45476.39, y=73.00, z=1498.13], EntityZombie['Zombie'/1930, l='MpServer', x=-45478.50, y=39.00, z=1512.50], MoCEntityCricket['Grille'/2452, l='MpServer', x=-45391.98, y=67.50, z=1543.49], MoCEntityAnt['Ameise'/1944, l='MpServer', x=-45475.03, y=67.00, z=1346.49], MoCEntityAnt['Ameise'/2460, l='MpServer', x=-45457.62, y=66.00, z=1343.98], MoCEntityAnt['Ameise'/2461, l='MpServer', x=-45452.06, y=66.00, z=1343.90], MoCEntityButterfly['Schmetterlin'/2485, l='MpServer', x=-45465.53, y=65.00, z=1357.51], MoCEntityFirefly['Glühwürmchen'/2486, l='MpServer', x=-45442.54, y=67.00, z=1344.41], MoCEntityAnt['Ameise'/2487, l='MpServer', x=-45456.46, y=66.00, z=1347.02], MoCEntityBoar['Wildschwein'/2491, l='MpServer', x=-45429.21, y=68.00, z=1342.31], MoCEntityCricket['Grille'/2503, l='MpServer', x=-45391.95, y=67.95, z=1543.10], MoCEntityCricket['Grille'/2512, l='MpServer', x=-45455.90, y=72.00, z=1538.39], MoCEntityPandaBear['Panda'/2515, l='MpServer', x=-45590.91, y=65.00, z=1553.54], MoCEntityPandaBear['Panda'/2516, l='MpServer', x=-45591.04, y=65.00, z=1552.20], MoCEntityMole['Maulwurf'/2518, l='MpServer', x=-45596.14, y=66.00, z=1553.69], MoCEntityFox['Fuchs'/2550, l='MpServer', x=-45437.45, y=69.00, z=1371.30], MoCEntityFirefly['Glühwürmchen'/2553, l='MpServer', x=-45452.90, y=72.00, z=1526.40]]
	Retry entities: 0 total; []
	Server brand: fml,forge
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524)
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
	at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:57)
	at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
	Minecraft Version: 1.10.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_131, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 2362827560 bytes (2253 MB) / 8267825152 bytes (7884 MB) up to 8267825152 bytes (7884 MB)
	JVM Flags: 25 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -Xms8G -Xmn3072m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:MaxGCPauseMillis=30 -XX:GCPauseIntervalMillis=150 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000 -XX:ParallelGCThreads=10
	IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
	FML: MCP 9.32 Powered by Forge 12.18.3.2297 Optifine OptiFine_1.10.2_HD_U_E3 107 mods loaded, 107 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJA	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJA	FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2297.jar) 
	UCHIJA	Forge{12.18.3.2297} [Minecraft Forge] (forge-1.10.2-12.18.3.2297.jar) 
	UCHIJA	NotEnoughItems{2.1.3.220} [Not Enough Items] (NotEnoughItems-1.10.2-2.1.3.220-universal.jar) 
	UCHIJA	ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) 
	UCHIJA	ItemBlacklist{1.2.0.11} [ItemBlacklist] (ItemBlacklist-1.9.4-1.2.0.11.jar) 
	UCHIJA	forgeendertech{1.10.2-1.3.3.0} [Forge Endertech] (AdChimneys-ForgeEndertech-1.10.2-1.3.3.0-build.0055.jar) 
	UCHIJA	adchimneys{1.10.2-1.2.5.0} [Advanced Chimneys] (AdChimneys-1.10.2-1.2.5.0-build.0050.jar) 
	UCHIJA	koresample{1.10.2-L1.2} [Kore Sample] (anchienttreesl-koresample-1.10.2-L1.2.jar) 
	UCHIJA	chisel{MC1.10.2-0.0.12.27} [Chisel] (Chisel-MC1.10.2-0.0.12.27.jar) 
	UCHIJA	Chameleon{1.10-2.2.2} [Chameleon] (StorageDrawers-Chameleon-1.10-2.2.2.jar) 
	UCHIJA	StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar) 
	UCHIJA	dendrology{1.10.2-L1.2.1} [Ancient Trees] (anchienttreesl-dendrology-1.10.2-L1.2.1.jar) 
	UCHIJA	animania{1.2.1} [Animania] (animania-1.10.2-1.2.1.jar) 
	UCHIJA	antiqueatlas{4.4.5} [Antique Atlas] (antiqueatlas-1.9.4-4.4.5.jar) 
	UCHIJA	antiqueatlasoverlay{1.2} [Antique Atlas Overlay] (antiqueatlas-1.9.4-4.4.5.jar) 
	UCHIJA	JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar) 
	UCHIJA	AppleCore{2.2.0} [AppleCore] (AppleCore-mc1.10.2-2.2.0.jar) 
	UCHIJA	appleskin{1.0.5} [AppleSkin] (AppleSkin-mc1.10.2-1.0.5.jar) 
	UCHIJA	arsmagica2{1.5.018} [Ars Magica 2] (ArsMagica2-1.10.2-1.5.0-18.jar) 
	UCHIJA	AnimationAPI{1.2.4} [AnimationAPI] (ArsMagica2-1.10.2-1.5.0-18.jar) 
	UCHIJA	AutoSapling{1.3.3} [AutoSapling] (Autosapling-1.3.3-MC1.10.jar) 
	UCHIJA	battletowers{1.5.8} [Battle Towers] (BattleTowers-1.10.2.jar) 
	UCHIJA	Baubles{1.3.10} [Baubles] (Baubles-1.10.2-1.3.10.jar) 
	UCHIJA	mantle{1.10.2-1.1.5.205} [Mantle] (TConstruct-Mantle-1.10.2-1.1.5.jar) 
	UCHIJA	natura{1.10.2-4.1.0.73} [Natura] (natura-1.10.2-4.1.0.73.jar) 
	UCHIJA	tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar) 
	UCHIJA	betterwithmods{0.14.24 Beta} [Better With Mods] (Better With Mods-0.14.24-1.10.2.jar) 
	UCHIJA	betterfoliage{2.1.6} [Better Foliage] (BetterFoliage-MC1.10.2-2.1.6.jar) 
	UCHIJA	BiomesOPlenty{5.0.0.2217} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2217-universal.jar) 
	UCHIJA	bloodmoon{1.5.1} [Bloodmoon] (Bloodmoon-MC1.10.2-1.5.1.jar) 
	UCHIJA	Botania{r1.9-341} [Botania] (Botania r1.9-341.jar) 
	UCHIJA	carpentersblocks{3.4.001 POC} [Carpenter's Blocks] (Carpenter's Blocks v3.4.001 POC - MC 1.10.2.jar) 
	UCHIJA	chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar) 
	UCHIJA	CustomMainMenu{2.0.2} [Custom Main Menu] (CMM-MC1.10.2-2.0.2.jar) 
	UCHIJA	CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar) 
	UCHIJA	CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar) 
	UCHIJA	crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.25.jar) 
	UCHIJA	MineTweaker3{3.0.25} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.25.jar) 
	UCHIJA	ctgui{1.0.0} [CT-GUI] (CraftTweaker-1.10.2-3.0.25.jar) 
	UCHIJA	ctm{MC1.10.2-0.2.0.19} [CTM] (CTM-MC1.10.2-0.2.0.19.jar) 
	UCHIJA	customachievements{1.10.2-0.2.5} [Custom Achievements] (customachievements-1.10.2-0.2.5.jar) 
	UCHIJA	customnpcs{1.10.2} [CustomNPCs] (CustomNPCs_1.10.2(08may17).jar) 
	UCHIJA	drpcore{0.2.0b} [Dark Roleplay Core] (Dark Roleplay Core Alpha-0.2.0b.jar) 
	UCHIJA	drpmedieval{0.1.8} [Dark Roleplay Medieval] (Dark Roleplay Medieval Alpha v0.1.9.2c.jar) 
	UCHIJA	dldungeonsjdg{1.9.2} [Doomlike Dungeons] (DoomlikeDungeonsJBG-1.9.2-MC1.10.jar) 
	UCHIJA	bitdrawers{0.36} [Drawers & Bits] (DrawersBits-1.10.2-0.36.jar) 
	UCHIJA	mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.6.jar) 
	UCHIJA	dsurround{3.4.5.7} [§3Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.4.5.7.jar) 
	UCHIJA	presets{3.4.5.7} [§3Presets!] (DynamicSurroundings-1.10.2-3.4.5.7.jar) 
	UCHIJA	bookshelf{1.4.4.347} [Bookshelf] (EnchantingPlus-Bookshelf-1.10.2-1.4.4.347.jar) 
	UCHIJA	eplus{4.1.0.117} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.117.jar) 
	UCHIJA	ExtraBitManipulation{1.10.2-2.3.3} [Extra Bit Manipulation] (ExtraBitManipulation-1.10.2-2.3.3.jar) 
	UCHIJA	fairylights{2.1.1} [Fairy Lights] (fairylights-2.1.1-1.10.2.jar) 
	UCHIJA	FloodLights{1.2.8-151} [Flood Lights] (FloodLights-1.9.4-1.2.8-151.jar) 
	UCHIJA	Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar) 
	UCHIJA	ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar) 
	UCHIJA	ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar) 
	UCHIJA	GraveStone{1.0.6} [GraveStone] (GraveStone-1.10.2-Graves-1.0.6.jar) 
	UCHIJA	GraveStone-Extended{1.0.5} [GraveStone-Extended] (GraveStone-Extended-1.0.5.jar) 
	UCHIJA	hardcoredarkness{1.9} [Hardcore Darkness] (HardcoreDarkness-MC1.10.2-1.9.jar) 
	UCHIJA	hopperducts{1.4.8} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.jar) 
	UCHIJA	llibrary{1.7.4} [LLibrary] (iceandfire-llibrary-1.7.4-1.10.2.jar) 
	UCHIJA	iceandfire{1.0.1} [Ice and Fire] (iceandfire-1.0.1.jar) 
	UCHIJA	inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar) 
	UCHIJA	itorch{1.10.2-0.1.3} [iTorch] (itorch-1.10.2-0.1.3.jar) 
	UCHIJA	malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar) 
	UCHIJA	malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar) 
	UCHIJA	RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar) 
	UCHIJA	MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar) 
	UCHIJA	minecolonies{@VERSION@} [MineColonies] (minecolonies-universal-1.10.2-0.8.3056.jar) 
	UCHIJA	moarsigns{4.2.2.8} [MoarSigns] (MoarSigns-1.10.2-4.2.2.8.jar) 
	UCHIJA	mobends{0.22.5} [Mo'Bends] (mobends-0.22.5_for_MC-1.10.2.jar) 
	UCHIJA	harvestcraft{1.9.4-1.10.2g} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2i.jar) 
	UCHIJA	limelib{1.5.3} [LimeLib] (particlespreader-limelib-1.10.2-1.5.3.jar) 
	UCHIJA	particlespreader{1.1.0} [Particle Spreader] (particlespreader-1.10.2-1.1.0.jar) 
	UCHIJA	plants{0.8.5} [Plants] (Plants-1.10.2-beta-0.8.5.jar) 
	UCHIJA	shetiphiancore{3.3.9} [ShetiPhian-Core] (platforms-shetiphiancore-1.10.0-3.3.9.jar) 
	UCHIJA	platforms{1.2.10} [Platforms] (platforms-1.10.0-1.2.10.jar) 
	UCHIJA	plustic{5.1.3.0} [PlusTiC] (plustic-5.1.3.0.jar) 
	UCHIJA	redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar) 
	UCHIJA	roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9.jar) 
	UCHIJA	ropebridge{2.0.5} [Rope Bridge] (ropebridge-1.10.2-2.0.5.jar) 
	UCHIJA	ruins{16.2} [Ruins Mod] (Ruins-1.10.2.jar) 
	UCHIJA	rustic{0.1.2.2} [Rustic] (rustic-0.1.2.2.jar) 
	UCHIJA	shiftedsnow{${version}} [Better Snow] (shiftedsnow-0.2.jar) 
	UCHIJA	signpic{2.7.1} [SignPicture] (SignPicture-1.10.2-2.7.1-universal.jar) 
	UCHIJA	signpost{1.05.4} [Sign Post] (signpost-1.10.2-1.05.4.jar) 
	UCHIJA	SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.5.jar) 
	UCHIJA	soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar) 
	UCHIJA	storagedrawersextra{1.10-1.1.0} [Storage Drawers Extras] (StorageDrawersExtras-1.10-1.1.0.jar) 
	UCHIJA	ToughAsNails{1.1.1.55} [Tough As Nails] (ToughAsNails-1.9.4-1.1.1.55-universal.jar) 
	UCHIJA	tanspit{@VERSION@} [Campfire Spit] (tanspit-1.10.2-1.3.jar) 
	UCHIJA	thebetweenlands{2.0.2-alpha} [The Betweenlands] (TheBetweenlands-2.0.2-alpha-universal.jar) 
	UCHIJA	thespotlightmod{1.1.0.88} [The SpotLight Mod] (TheSpotlightMod-1.1.0.88-legacy-mc1.10.2-universal.jar) 
	UCHIJA	thutcore{3.14.0} [Thut Core] (thutcore-3.14.0.jar) 
	UCHIJA	thuttech{@VERSION@} [Thut's Tech] (thuttech-4.0.10.c.jar) 
	UCHIJA	tombmanygraves{1.10.2-2.1.16} [Tomb Many Graves] (TombManyGraves-1.10.2-2.1.16.jar) 
	UCHIJA	undergroundbiomes{1.0.v.18} [Underground Biomes] (UndergroundBiomesConstructs-1.10-1.0.v.19.jar) 
	UCHIJA	warpscrolls{1.0} [warpscrolls] (Warp Scrolls 1.9.4 1.0.2.jar) 
	UCHIJA	waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar) 
	UCHIJA	wearablebackpacks{1.7.0} [Wearable Backpacks] (WearableBackpacks-1.10.2-1.7.0.jar) 
	UCHIJA	conquest{0.0.1} [Conquest Reforged] (Wolfskraft Reforged-2.0.3-mc.1.10.2.jar) 
	UCHIJA	blockpalette{1.1} [BlockPalette] (Wolfskraft Reforged-2.0.3-mc.1.10.2.jar) 
	UCHIJA	wtfcore{1.10.2_v1.5} [WTFs Expedition] (WTF-Expedition-WorldGen_1.10.2_-v1.5.1.jar) 
	UCHIJA	hungeroverhaul{1.10.2-1.1.0.jenkins118} [Hunger Overhaul] (HungerOverhaul-1.10.2-1.1.0.jenkins118.jar) 
	UCHIJA	VeganOption{0.2.1} [The Vegan Option] (VeganOption-mc1.10.2-0.2.1.jar) 
	Loaded coremods (and transformers): 
LoadingPlugin (HardcoreDarkness-MC1.10.2-1.9.jar)
  lumien.hardcoredarkness.asm.ClassTransformer
DummyPlugin (AdChimneys-ForgeEndertech-1.10.2-1.3.3.0-build.0055.jar)
  
IceAndFireForgeLoading (iceandfire-1.0.1.jar)
  com.github.alexthe666.iceandfire.access.IceAndFireTransformer
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
  invtweaks.forge.asm.ContainerTransformer
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
  net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  net.malisis.core.util.chunkblock.ChunkBlockTransformer
  net.malisis.core.renderer.transformer.MalisisRendererTransformer
  net.malisis.core.renderer.icon.asm.TextureMapTransformer
  net.malisis.core.util.clientnotif.ClientNotifTransformer
AppleCore (AppleCore-mc1.10.2-2.2.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  net.fybertech.nwr.NWRTransformer
ASMPlugin (VeganOption-mc1.10.2-0.2.1.jar)
  squeek.veganoption.asm.ClassTransformer
BetterFoliageLoader (BetterFoliage-MC1.10.2-2.1.6.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.7.jar)
  org.blockartistry.DynSurround.asm.Transformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-2.0.2-alpha-universal.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
LoadingPlugin (Bloodmoon-MC1.10.2-1.5.1.jar)
  lumien.bloodmoon.asm.ClassTransformer
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
  codechicken.lib.asm.ClassHeirachyManager
  codechicken.lib.asm.CCL_ASMTransformer
CTMCorePlugin (CTM-MC1.10.2-0.2.0.19.jar)
  team.chisel.ctm.client.asm.CTMTransformer
NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.220-universal.jar)
  codechicken.nei.asm.NEITransformer
SignPictureCorePlugin (SignPicture-1.10.2-2.7.1-universal.jar)
  com.kamesuta.mc.signpic.asm.SignPictureTransformer
BookshelfLoadingPlugin (EnchantingPlus-Bookshelf-1.10.2-1.4.4.347.jar)
  net.darkhax.bookshelf.asm.BookshelfTransformerManager
ShetiPhian-ASM (platforms-shetiphiancore-1.10.0-3.3.9.jar)
  shetiphian.core.asm.ClassTransformer
TANLoadingPlugin (ToughAsNails-1.9.4-1.1.1.55-universal.jar)
  toughasnails.asm.transformer.BlockCropsTransformer
  toughasnails.asm.transformer.EntityRendererTransformer
  toughasnails.asm.transformer.WorldTransformer
PlusTiC (plustic-5.1.3.0.jar)
  landmaster.plustic.asm.Transform
llibrary (iceandfire-llibrary-1.7.4-1.10.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
ArsMagica2-Preloader (ArsMagica2-1.10.2-1.5.0-18.jar)
  am2.asm.Transformer
	GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
	Pulsar/natura loaded Pulses: 
		- NaturaCommons (Enabled/Forced)
		- NaturaOverworld (Enabled/Not Forced)
		- NaturaNether (Enabled/Not Forced)
		- NaturaDecorative (Enabled/Not Forced)
		- NaturaTools (Enabled/Not Forced)
		- NaturaEntities (Enabled/Not Forced)
		- NaturaOredict (Enabled/Forced)
		- NaturaWorld (Enabled/Not Forced)
		- WailaIntegration (Enabled/Not Forced)

	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)
		- chiselsandbitsIntegration (Enabled/Not Forced)
		- WailaIntegration (Enabled/Not Forced)

	NotEnoughItems Invalid Fingerprint Reports: 
	CodeChickenLib Invalid Fingerprint Reports: 
	CodeChickenCore Invalid Fingerprint Reports: 
	Launched Version: 1.10.2-forge1.10.2-12.18.3.2297
	LWJGL: 2.9.4
	OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
	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)