-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I've had the game crash while trying to both: open my inventory, and veiwing player in third person.
Minecraft Version: 1.12.2
Forge Version: 14.23.4.2712
Smart Move: 16.4 - RC3
Player API: 1.0
Render Player: 1.0
Smart Render: 2.3 - RC2
Crash Report:
Click to expand
---- Minecraft Crash Report ----WARNING: coremods are present:
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
LibLoader (# LibLoader.jar)
LoadingPlugin (Quark-r1.4-123.jar)
RandomPatches (randompatches-1.12.2-1.1.0.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
PlayerAPIPlugin (PlayerAPI-1.12.2-1.0.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
FMLPlugin (elulib-0.1.12.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
EECore (ExpandedEquivalence-1.12.2-4r.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
CoreMod (TickProfiler-1.12-0.0.4.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
llibrary (llibrary-core-1.0.6-1.12.2.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar)
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
SHLoadingPlugin (ScalingHealth-1.12-1.3.16-99.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.9.jar)
AstralCore (astralsorcery-1.12.2-1.9.1.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.9.17.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.1.9.jar)
RenderPlayerAPIPlugin (RenderPlayerAPI-1.12.2-1.0.jar)
Wizardry Plugin (wizardry-0.8.5.jar)
ISCore (ImprovableSkills_1.12.2-3.4.1r.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-80.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.3.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.8-core.jar)
Contact their authors BEFORE contacting forge
// My bad.
Time: 7/13/18 5:15 PM
Description: Rendering entity in world
java.lang.ClassCastException: net.minecraft.client.model.ModelBiped cannot be cast to api.player.model.IModelPlayerAPI
at net.smart.moving.render.playerapi.SmartMoving.getPlayerBase(SmartMoving.java:56)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getMovingModelBipedMain(SmartMovingRenderPlayerBase.java:127)
at net.smart.moving.render.SmartMovingRender.(SmartMovingRender.java:42)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getRenderModel(SmartMovingRenderPlayerBase.java:43)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.doRender(SmartMovingRenderPlayerBase.java:50)
at api.player.render.RenderPlayerAPI.doRender(RenderPlayerAPI.java:2322)
at api.player.render.RenderPlayerAPI.doRender(RenderPlayerAPI.java:2310)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:28)
at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)
at net.minecraft.client.gui.inventory.GuiInventory.func_147046_a(SourceFile:128)
at net.minecraft.client.gui.inventory.GuiInventory.func_146976_a(SourceFile:94)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:75)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:75)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at Reflector.callVoid(Reflector.java:648)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1456)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Client thread
Stacktrace:
at net.smart.moving.render.playerapi.SmartMoving.getPlayerBase(SmartMoving.java:56)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getMovingModelBipedMain(SmartMovingRenderPlayerBase.java:127)
at net.smart.moving.render.SmartMovingRender.(SmartMovingRender.java:42)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.getRenderModel(SmartMovingRenderPlayerBase.java:43)
at net.smart.moving.render.playerapi.SmartMovingRenderPlayerBase.doRender(SmartMovingRenderPlayerBase.java:50)
at api.player.render.RenderPlayerAPI.doRender(RenderPlayerAPI.java:2322)
at api.player.render.RenderPlayerAPI.doRender(RenderPlayerAPI.java:2310)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:28)
-- Entity being rendered --
Details:
Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
Entity ID: 1084
Entity Name: Matricide
Entity's Exact location: 658.11, 86.00, -5.76
Entity's Block location: World: (658,86,-6), Chunk: (at 2,5,10 in 41,-1; contains blocks 656,0,-16 to 671,255,-1), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
Entity's Momentum: 0.01, -0.08, -0.01
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
-- Renderer details --
Details:
Assigned renderer: net.minecraft.client.renderer.entity.RenderPlayer@5dca17ab
Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 1.0
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java:416)
at net.minecraft.client.gui.inventory.GuiInventory.func_147046_a(SourceFile:128)
at net.minecraft.client.gui.inventory.GuiInventory.func_146976_a(SourceFile:94)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:75)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:75)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at Reflector.callVoid(Reflector.java:648)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
Mouse location: Scaled: (480, 269). Absolute: (1920, 1080)
Screen size: Scaled: (960, 540). Absolute: (3840, 2160). Scale factor of 4
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Matricide'/1084, l='MpServer', x=658.11, y=86.00, z=-5.76]]
Chunk stats: MultiplayerChunkCache: 3479, 3479
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (380,86,508), Chunk: (at 12,5,12 in 23,31; contains blocks 368,0,496 to 383,255,511), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 38136 game time, 38136 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 143 total; [GoatEntity['Goat'/2568, l='MpServer', x=811.50, y=64.00, z=-390.50], GoatEntity['Goat'/2569, l='MpServer', x=811.50, y=64.00, z=-390.50], GoatEntity['Goat'/2570, l='MpServer', x=812.50, y=64.00, z=-389.50], GoatEntity['Goat'/2574, l='MpServer', x=1037.50, y=70.00, z=-445.50], GoatEntity['Goat'/2575, l='MpServer', x=1038.50, y=70.00, z=-447.50], GoatEntity['Goat'/2576, l='MpServer', x=1040.50, y=70.00, z=-444.50], GoatEntity['Goat'/2577, l='MpServer', x=1043.50, y=70.00, z=-442.50], GoatEntity['Goat'/2578, l='MpServer', x=1043.50, y=70.00, z=-444.50], GoatEntity['Goat'/2068, l='MpServer', x=295.70, y=65.00, z=-76.30], GoatEntity['Goat'/2585, l='MpServer', x=848.54, y=66.00, z=-423.82], GoatEntity['Goat'/2586, l='MpServer', x=849.50, y=67.00, z=-422.50], GoatEntity['Goat'/2587, l='MpServer', x=845.50, y=69.00, z=-419.50], GoatEntity['Goat'/2588, l='MpServer', x=847.42, y=69.00, z=-418.00], GoatEntity['Goat'/2087, l='MpServer', x=289.50, y=73.00, z=-81.50], GoatEntity['Goat'/2088, l='MpServer', x=292.50, y=73.00, z=-81.50], GoatEntity['Goat'/2089, l='MpServer', x=290.50, y=72.00, z=-83.50], EntityDogWrapper['Cerberus'/1085, l='MpServer', x=666.40, y=86.00, z=-4.55], EntityPlayerSP['Matricide'/1084, l='MpServer', x=658.11, y=86.00, z=-5.76], EntityFrozenKnight['Frozen Skeleton'/1088, l='MpServer', x=600.50, y=21.00, z=-63.50], EntityItemLoot['item.item.gravestone.bat_wing'/1089, l='MpServer', x=604.13, y=20.00, z=-41.13], EntityVampireBat['Vampire Bat'/1090, l='MpServer', x=611.61, y=69.38, z=-20.02], EntityCreeper['Creeper'/1091, l='MpServer', x=600.83, y=28.00, z=20.50], EntityCreeper['Creeper'/1092, l='MpServer', x=620.50, y=25.00, z=-48.50], EntityItemLoot['item.item.terraqueous.multifood.pear'/1093, l='MpServer', x=620.83, y=76.00, z=-17.19], EntityCreeper['Creeper'/1094, l='MpServer', x=610.50, y=16.00, z=9.50], EntityCreeper['Creeper'/1095, l='MpServer', x=611.50, y=16.00, z=10.50], EntityConcussionCreeper['Concussion Creeper'/1096, l='MpServer', x=622.50, y=56.00, z=17.50], EntityBat['Bat'/1097, l='MpServer', x=616.51, y=55.10, z=22.23], EntityBat['Bat'/1098, l='MpServer', x=634.33, y=13.90, z=46.84], EntitySkeleton['Skeleton'/1099, l='MpServer', x=611.74, y=44.00, z=34.50], EntityCreeper['Creeper'/1100, l='MpServer', x=610.50, y=52.00, z=40.50], EntityBat['Bat'/1101, l='MpServer', x=620.71, y=51.65, z=43.92], EntityOwl['Owl'/1102, l='MpServer', x=625.20, y=95.00, z=-50.29], EntityItemLoot['item.item.owlegg'/1103, l='MpServer', x=624.10, y=98.00, z=-48.18], EntityZombie['Zombie'/1104, l='MpServer', x=636.89, y=60.00, z=20.50], EntitySkeleton['Skeleton'/1105, l='MpServer', x=631.73, y=22.00, z=43.53], EntityZombie['Zombie'/1106, l='MpServer', x=652.74, y=16.00, z=-68.55], EntityBat['Bat'/1107, l='MpServer', x=644.66, y=21.80, z=-73.98], EntityBat['Bat'/1108, l='MpServer', x=645.33, y=19.83, z=-70.46], GoatEntity['Goat'/2132, l='MpServer', x=806.50, y=65.00, z=-379.50], EntitySquid['Squid'/1109, l='MpServer', x=644.60, y=62.00, z=-26.40], GoatEntity['Goat'/2133, l='MpServer', x=802.26, y=66.00, z=-380.68], EntityItemLoot['item.item.dyePowder.black'/1110, l='MpServer', x=650.28, y=57.00, z=38.43], GoatEntity['Goat'/2134, l='MpServer', x=806.50, y=65.00, z=-381.50], EntityZombie['Zombie'/1111, l='MpServer', x=662.70, y=54.23, z=32.30], GoatEntity['Goat'/2135, l='MpServer', x=807.50, y=65.00, z=-382.50], EntitySpider['Spider'/1114, l='MpServer', x=680.50, y=11.00, z=-52.50], EntitySacredMoo['Sacred Moo'/1115, l='MpServer', x=674.43, y=67.09, z=45.52], EntityOwl['Owl'/1117, l='MpServer', x=689.50, y=106.00, z=2.50], EntityOwl['Owl'/1118, l='MpServer', x=698.39, y=114.10, z=35.19], EntityOwl['Owl'/1119, l='MpServer', x=706.63, y=108.01, z=-45.60], VengeanceSpirit['Vengeance Spirit'/1120, l='MpServer', x=708.34, y=11.00, z=-32.06], EntityItemLoot['item.name.lootbags_lootbag_Uncommon'/1121, l='MpServer', x=706.20, y=12.00, z=-29.13], EntityItemLoot['item.item.gravestone.bat_wing'/1122, l='MpServer', x=708.14, y=11.00, z=-30.74], EntityCreeper['Creeper'/1128, l='MpServer', x=700.50, y=20.00, z=72.81], EntityRat['Rat'/1149, l='MpServer', x=586.25, y=66.00, z=-61.52], GoatEntity['Goat'/2173, l='MpServer', x=384.50, y=66.00, z=-301.50], EntityBat['Bat'/1156, l='MpServer', x=687.25, y=32.10, z=72.42], GoatEntity['Goat'/2183, l='MpServer', x=381.50, y=66.00, z=-302.50], EntityBat['Bat'/1175, l='MpServer', x=653.85, y=46.11, z=66.67], EntitySkeleton['Skeleton'/1179, l='MpServer', x=639.50, y=22.00, z=56.50], EntityConcussionCreeper['Concussion Creeper'/1180, l='MpServer', x=626.50, y=20.00, z=51.50], EntityBrainyZombie['Angry Zombie'/1181, l='MpServer', x=624.51, y=22.00, z=53.73], EntityBat['Bat'/1194, l='MpServer', x=620.33, y=26.03, z=63.17], EntityZombie['Zombie'/1205, l='MpServer', x=604.50, y=17.00, z=55.50], EntityItemLoot['item.item.dyePowder.black'/1206, l='MpServer', x=596.13, y=51.00, z=55.15], EntityBat['Bat'/1208, l='MpServer', x=591.49, y=54.79, z=67.64], EntityZombie['Zombie'/1211, l='MpServer', x=621.89, y=22.00, z=52.46], EntityFallenKnight['Fallen Knight'/1212, l='MpServer', x=616.50, y=22.00, z=53.29], EntityGib['unknown'/2238, l='MpServer', x=600.50, y=22.50, z=-63.50], EntityGib['unknown'/2240, l='MpServer', x=600.41, y=22.28, z=-63.84], EntityGib['unknown'/2241, l='MpServer', x=600.59, y=22.28, z=-63.16], EntityChocobo['Chocobo'/1217, l='MpServer', x=618.50, y=72.00, z=56.50], EntityBat['Bat'/1218, l='MpServer', x=720.37, y=25.10, z=-69.35], EntityWitch['Witch'/1219, l='MpServer', x=736.70, y=34.00, z=-67.70], GoatEntity['Goat'/1733, l='MpServer', x=627.50, y=78.00, z=-179.50], GoatEntity['Goat'/1734, l='MpServer', x=629.50, y=78.00, z=-179.50], GoatEntity['Goat'/1735, l='MpServer', x=628.51, y=77.00, z=-183.07], GoatEntity['Goat'/1736, l='MpServer', x=627.50, y=78.00, z=-180.50], EntityGib['unknown'/2249, l='MpServer', x=616.50, y=23.50, z=53.29], EntityGib['unknown'/2250, l='MpServer', x=616.83, y=23.28, z=53.17], EntityGib['unknown'/2251, l='MpServer', x=616.17, y=23.28, z=53.41], EntityBat['Bat'/1229, l='MpServer', x=603.96, y=52.00, z=67.61], EntityCreeper['Creeper'/1230, l='MpServer', x=608.20, y=70.00, z=70.59], GoatEntity['Goat'/1752, l='MpServer', x=598.50, y=80.00, z=-447.50], GoatEntity['Goat'/1753, l='MpServer', x=598.50, y=80.00, z=-447.50], GoatEntity['Goat'/1754, l='MpServer', x=599.50, y=80.00, z=-447.50], GoatEntity['Goat'/1755, l='MpServer', x=598.50, y=81.00, z=-448.50], EntityGib['unknown'/2273, l='MpServer', x=624.51, y=23.50, z=53.73], EntityGib['unknown'/2274, l='MpServer', x=624.83, y=23.28, z=53.86], EntityGib['unknown'/2275, l='MpServer', x=624.18, y=23.28, z=53.60], EntityItemFrame['entity.ItemFrame.name'/1255, l='MpServer', x=784.03, y=66.50, z=30.50], GoatEntity['Goat'/2805, l='MpServer', x=357.50, y=69.00, z=-397.50], GoatEntity['Goat'/2302, l='MpServer', x=457.50, y=64.00, z=227.50], EntityZombieDog['Zombie Dog'/1279, l='MpServer', x=594.50, y=74.00, z=-74.50], GoatEntity['Goat'/2303, l='MpServer', x=459.50, y=64.00, z=227.50], GoatEntity['Goat'/2304, l='MpServer', x=458.50, y=64.00, z=226.50], GoatEntity['Goat'/2817, l='MpServer', x=356.50, y=68.00, z=-400.50], GoatEntity['Goat'/2818, l='MpServer', x=354.50, y=69.00, z=-400.50], EntityItemFrame['entity.ItemFrame.name'/1800, l='MpServer', x=564.50, y=73.50, z=-151.03], EntityGib['unknown'/1290, l='MpServer', x=604.50, y=18.50, z=55.50], EntityGib['unknown'/1291, l='MpServer', x=604.71, y=18.28, z=55.78], EntityGib['unknown'/1292, l='MpServer', x=604.29, y=18.28, z=55.22], EntityBat['Bat'/2324, l='MpServer', x=584.59, y=15.53, z=-59.66], EntityGib['unknown'/1307, l='MpServer', x=611.74, y=45.50, z=34.50], EntityGib['unknown'/1308, l='MpServer', x=611.98, y=45.28, z=34.24], EntityGib['unknown'/1309, l='MpServer', x=611.51, y=45.28, z=34.76], EntityGib['unknown'/1313, l='MpServer', x=621.89, y=23.50, z=52.46], EntityGib['unknown'/1314, l='MpServer', x=621.87, y=23.28, z=52.80], EntityGib['unknown'/1315, l='MpServer', x=621.92, y=23.28, z=52.11], EntityGib['unknown'/1324, l='MpServer', x=636.89, y=61.50, z=20.50], EntityGib['unknown'/1325, l='MpServer', x=637.21, y=61.28, z=20.35], EntityGib['unknown'/1326, l='MpServer', x=636.57, y=61.28, z=20.65], EntityGib['unknown'/1328, l='MpServer', x=631.73, y=23.50, z=43.53], EntityGib['unknown'/1329, l='MpServer', x=631.52, y=23.28, z=43.25], EntityGib['unknown'/1330, l='MpServer', x=631.94, y=23.28, z=43.81], EntityGib['unknown'/1332, l='MpServer', x=639.50, y=23.50, z=56.50], EntityGib['unknown'/1333, l='MpServer', x=639.16, y=23.28, z=56.56], EntityGib['unknown'/1334, l='MpServer', x=639.84, y=23.28, z=56.44], EntityGib['unknown'/1344, l='MpServer', x=652.74, y=17.50, z=-68.55], EntityGib['unknown'/1345, l='MpServer', x=652.72, y=17.28, z=-68.90], EntityGib['unknown'/1346, l='MpServer', x=652.76, y=17.28, z=-68.20], EntityGib['unknown'/1353, l='MpServer', x=662.70, y=55.73, z=32.30], EntityGib['unknown'/1354, l='MpServer', x=662.43, y=55.51, z=32.52], EntityGib['unknown'/1355, l='MpServer', x=662.97, y=55.51, z=32.08], GoatEntity['Goat'/1890, l='MpServer', x=779.50, y=77.00, z=-166.50], GoatEntity['Goat'/1891, l='MpServer', x=781.50, y=79.00, z=-165.50], EntityLatchedRenderer['unknown'/2408, l='MpServer', x=658.11, y=86.00, z=-5.76], GoatEntity['Goat'/1391, l='MpServer', x=737.50, y=87.00, z=141.50], GoatEntity['Goat'/2415, l='MpServer', x=882.50, y=68.00, z=-319.50], GoatEntity['Goat'/2416, l='MpServer', x=885.50, y=67.00, z=-315.50], EntityBat['Bat'/2417, l='MpServer', x=580.94, y=21.03, z=-56.04], EntityBat['Bat'/2418, l='MpServer', x=584.99, y=14.07, z=-58.83], EntityBat['Bat'/2419, l='MpServer', x=595.75, y=19.96, z=-63.75], GoatEntity['Goat'/1422, l='MpServer', x=737.50, y=84.00, z=144.50], GoatEntity['Goat'/2959, l='MpServer', x=233.50, y=68.00, z=-172.50], GoatEntity['Goat'/2960, l='MpServer', x=233.50, y=68.00, z=-172.50], GoatEntity['Goat'/1427, l='MpServer', x=735.50, y=85.00, z=142.50], GoatEntity['Goat'/1428, l='MpServer', x=734.50, y=88.00, z=139.50], GoatEntity['Goat'/1995, l='MpServer', x=541.50, y=66.00, z=302.50], GoatEntity['Goat'/1996, l='MpServer', x=541.50, y=65.00, z=304.50], GoatEntity['Goat'/1997, l='MpServer', x=541.50, y=64.00, z=305.50], GoatEntity['Goat'/1998, l='MpServer', x=538.50, y=64.00, z=305.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2738)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)