java.lang.IndexOutOfBoundsException: readerIndex(49) + length(4) exceeds writerIndex(52): UnpooledHeapByteBuf(ridx: 49, widx: 52, cap: 52/53)
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160)
at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611)
at io.netty.buffer.AbstractByteBuf.readFloat(AbstractByteBuf.java:637)
at customsteve.entity.CSplayerMP.readBytes(CSplayerMP.java:52)
at customsteve.entity.CSplayerMP.<init>(CSplayerMP.java:24)
at customsteve.event.EventFactory.handlerAllPackets(EventFactory.java:689)
at customsteve.event.EventFactory.onPlayerUpdate(EventFactory.java:635)
at customsteve.event.PlayerUpdateTickHandler.onTick(PlayerUpdateTickHandler.java:51)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_714_PlayerUpdateTickHandler_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:350)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:353)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
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 --
Stacktrace:
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160)
at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611)
at io.netty.buffer.AbstractByteBuf.readFloat(AbstractByteBuf.java:637)
at customsteve.entity.CSplayerMP.readBytes(CSplayerMP.java:52)
at customsteve.entity.CSplayerMP.<init>(CSplayerMP.java:24)
at customsteve.event.EventFactory.handlerAllPackets(EventFactory.java:689)
at customsteve.event.EventFactory.onPlayerUpdate(EventFactory.java:635)
at customsteve.event.PlayerUpdateTickHandler.onTick(PlayerUpdateTickHandler.java:51)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_714_PlayerUpdateTickHandler_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:350)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:353)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
Entity ID: 1073
Entity Name: AfternoonWind
Entity's Exact location: -164.50, 67.62, 252.50
Entity's Block location: World: (-165,67,252), Chunk: (at 11,4,12 in -11,15; contains blocks -176,0,240 to -161,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
java.lang.IndexOutOfBoundsException: readerIndex(49) + length(4) exceeds writerIndex(52): UnpooledHeapByteBuf(ridx: 49, widx: 52, cap: 52/53)
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160)
at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611)
at io.netty.buffer.AbstractByteBuf.readFloat(AbstractByteBuf.java:637)
at customsteve.entity.CSplayerMP.readBytes(CSplayerMP.java:52)
at customsteve.entity.CSplayerMP.<init>(CSplayerMP.java:24)
at customsteve.event.EventFactory.handlerAllPackets(EventFactory.java:689)
at customsteve.event.EventFactory.onPlayerUpdate(EventFactory.java:635)
at customsteve.event.PlayerUpdateTickHandler.onTick(PlayerUpdateTickHandler.java:51)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_714_PlayerUpdateTickHandler_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:350)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:353)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
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 --
Stacktrace:
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160)
at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611)
at io.netty.buffer.AbstractByteBuf.readFloat(AbstractByteBuf.java:637)
at customsteve.entity.CSplayerMP.readBytes(CSplayerMP.java:52)
at customsteve.entity.CSplayerMP.<init>(CSplayerMP.java:24)
at customsteve.event.EventFactory.handlerAllPackets(EventFactory.java:689)
at customsteve.event.EventFactory.onPlayerUpdate(EventFactory.java:635)
at customsteve.event.PlayerUpdateTickHandler.onTick(PlayerUpdateTickHandler.java:51)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_714_PlayerUpdateTickHandler_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:350)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:353)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
Entity ID: 1073
Entity Name: AfternoonWind
Entity's Exact location: -164.50, 67.62, 252.50
Entity's Block location: World: (-165,67,252), Chunk: (at 11,4,12 in -11,15; contains blocks -176,0,240 to -161,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
#1, I don't see any "RenderPlayerAPI" In there, I don't remember if it requires it but I think it does.
#2, CustomSteve 1.3.0 as far as I know has no server version and you cannot use the client version as the server version.
anyone ever figure out how to get shaders to work??
apparently CS only handles shaders if using shadersmod for some reason...
(I don't understand why it doesn't just use GL20, but whatever)
but I can't seem to figure out how shaders work...
it does seem to handle light (emission) and specular textures internally which is interesting, but I can't seem to figure out the structure for any of this...
I did try placing (*ModelName*/*TextureName*).(vert/frag) in the CustomSteve/shaders/ directory, but that didn't seem to do anything...
I run a 1.7.10 server with custom modpack am working on another 1.7.10 modpack and server and I am the lead artist for Traincraft which atm is on 1.7.10 no reason to let it go I think.
I run a 1.7.10 server with custom modpack am working on another 1.7.10 modpack and server and I am the lead artist for Traincraft which atm is on 1.7.10 no reason to let it go I think.
You two are part of the problem, that **** is 3 years old and anyone that expects a mod creator to keep backporting to it are asinine. The amount of code difference in 1.10.2 and 1.7.10 is massive.
Part of the problem, I don't bother asking anyone to backport mods. Also Traincraft got ported from 1.6.4 to 1.7.10, and is currently being re-written for 1.7.10 where it will be ported to newer versions. Also 1.7.10 has the 2nd largest playerbase at the moment other than 1.9. I think you need to just chill and not be so hostile over a simple question or two.
The Meaning of Life, the Universe, and Everything.
Join Date:
2/3/2017
Posts:
58
Minecraft:
Megapup10
Member Details
I'm having an issue... I just updated from an old version of Custom Steves. I never took off the MMD model that I had on before though, I don't have it in the new version either. Whenever I try to change my model, open my inv, or go into F5, I crash.
Hello, my server with Customsteve is working normal. However, when I connect to my server, the Minecraft crashed and sent me a crash-report:
---- Minecraft Crash Report ----
// You're mean.
Time: 2017/7/17 下午 6:38
Description: Ticking entity
java.lang.IndexOutOfBoundsException: readerIndex(49) + length(4) exceeds writerIndex(52): UnpooledHeapByteBuf(ridx: 49, widx: 52, cap: 52/53)
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160)
at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611)
at io.netty.buffer.AbstractByteBuf.readFloat(AbstractByteBuf.java:637)
at customsteve.entity.CSplayerMP.readBytes(CSplayerMP.java:52)
at customsteve.entity.CSplayerMP.<init>(CSplayerMP.java:24)
at customsteve.event.EventFactory.handlerAllPackets(EventFactory.java:689)
at customsteve.event.EventFactory.onPlayerUpdate(EventFactory.java:635)
at customsteve.event.PlayerUpdateTickHandler.onTick(PlayerUpdateTickHandler.java:51)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_714_PlayerUpdateTickHandler_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:350)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:353)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
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 --
Stacktrace:
at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1160)
at io.netty.buffer.AbstractByteBuf.readInt(AbstractByteBuf.java:611)
at io.netty.buffer.AbstractByteBuf.readFloat(AbstractByteBuf.java:637)
at customsteve.entity.CSplayerMP.readBytes(CSplayerMP.java:52)
at customsteve.entity.CSplayerMP.<init>(CSplayerMP.java:24)
at customsteve.event.EventFactory.handlerAllPackets(EventFactory.java:689)
at customsteve.event.EventFactory.onPlayerUpdate(EventFactory.java:635)
at customsteve.event.PlayerUpdateTickHandler.onTick(PlayerUpdateTickHandler.java:51)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_714_PlayerUpdateTickHandler_onTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:350)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:353)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
Entity ID: 1073
Entity Name: AfternoonWind
Entity's Exact location: -164.50, 67.62, 252.50
Entity's Block location: World: (-165,67,252), Chunk: (at 11,4,12 in -11,15; contains blocks -176,0,240 to -161,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['AfternoonWind'/1073, l='MpServer', x=-164.50, y=67.62, z=252.50]]
Chunk stats: MultiplayerChunkCache: 351, 351
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-160,64,252), Chunk: (at 0,4,12 in -10,15; contains blocks -160,0,240 to -145,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 46878 game time, 46878 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: 109 total; [EntitySkeleton['骷髏'/261, l='MpServer', x=-202.50, y=19.00, z=176.50], EntityZombie['殭屍'/265, l='MpServer', x=-204.38, y=43.00, z=286.94], EntityItem['item.tile.sapling.oak'/267, l='MpServer', x=-193.88, y=84.13, z=314.88], EntityItem['item.item.seeds'/1293, l='MpServer', x=-218.56, y=92.13, z=252.91], EntityItem['item.item.seedrice'/1294, l='MpServer', x=-221.31, y=92.13, z=253.97], EntityChicken['雞'/278, l='MpServer', x=-186.50, y=65.00, z=175.50], EntityChicken['雞'/279, l='MpServer', x=-184.16, y=66.00, z=176.16], EntityChicken['雞'/280, l='MpServer', x=-185.50, y=64.00, z=179.50], EntityPig['豬'/281, l='MpServer', x=-176.50, y=64.00, z=252.31], EntityPig['豬'/282, l='MpServer', x=-176.50, y=64.00, z=253.53], EntityCreeper['苦力怕'/1306, l='MpServer', x=-200.50, y=36.00, z=312.50], EntityPig['豬'/283, l='MpServer', x=-184.53, y=63.00, z=259.84], EntityBat['蝙蝠'/284, l='MpServer', x=-181.63, y=37.10, z=303.94], EntityItem['item.item.stick'/285, l='MpServer', x=-177.84, y=82.13, z=294.72], EntitySkeleton['骷髏'/286, l='MpServer', x=-187.50, y=41.00, z=312.50], EntityZombie['殭屍'/287, l='MpServer', x=-186.50, y=41.00, z=315.50], EntityZombie['殭屍'/288, l='MpServer', x=-187.03, y=40.00, z=321.44], EntityBat['蝙蝠'/289, l='MpServer', x=-184.63, y=37.10, z=304.28], EntityItem['item.tile.sapling.oak'/290, l='MpServer', x=-191.81, y=84.13, z=313.13], EntityBat['蝙蝠'/292, l='MpServer', x=-188.50, y=40.10, z=328.56], EntityClientPlayerMP['AfternoonWind'/1073, l='MpServer', x=-164.50, y=67.62, z=252.50], EntityCreeper['苦力怕'/1317, l='MpServer', x=-244.50, y=17.00, z=175.50], EntityItem['item.item.seedrice'/303, l='MpServer', x=-170.31, y=63.13, z=233.31], EntityCreeper['苦力怕'/304, l='MpServer', x=-173.69, y=57.00, z=280.69], EntitySkeleton['骷髏'/305, l='MpServer', x=-168.34, y=55.00, z=281.50], EntitySkeleton['骷髏'/306, l='MpServer', x=-166.50, y=55.00, z=282.50], EntitySkeleton['骷髏'/307, l='MpServer', x=-172.75, y=57.00, z=280.31], EntityItem['item.item.apple'/1331, l='MpServer', x=-136.84, y=73.13, z=305.91], EntityItem['item.item.seedrice'/1333, l='MpServer', x=-217.25, y=91.13, z=254.13], EntityItem['item.item.stick'/1336, l='MpServer', x=-119.41, y=72.13, z=292.16], EntityItem['item.item.gouldianfinch_egg'/1337, l='MpServer', x=-120.34, y=72.13, z=291.81], EntityWitch['女巫'/322, l='MpServer', x=-148.72, y=34.00, z=283.78], EntitySkeleton['骷髏'/323, l='MpServer', x=-144.09, y=35.00, z=283.56], EntityBat['蝙蝠'/324, l='MpServer', x=-156.75, y=52.10, z=285.00], EntitySpider['蜘蛛'/325, l='MpServer', x=-153.28, y=38.00, z=293.97], EntityItem['item.item.string'/326, l='MpServer', x=-150.97, y=38.13, z=294.34], EntityToucan['Toucan'/327, l='MpServer', x=-148.65, y=65.00, z=298.75], EntityItem['item.item.string'/1352, l='MpServer', x=-100.44, y=20.13, z=274.50], EntitySkeleton['骷髏'/329, l='MpServer', x=-155.44, y=32.00, z=315.53], EntityToucan['Toucan'/330, l='MpServer', x=-149.50, y=64.00, z=308.50], EntityItem['item.item.dyePowder.brown'/331, l='MpServer', x=-145.38, y=67.13, z=306.34], EntityToucan['Toucan'/343, l='MpServer', x=-136.50, y=79.00, z=213.50], EntityToucan['Toucan'/344, l='MpServer', x=-139.50, y=68.00, z=212.50], EntityToucan['Toucan'/345, l='MpServer', x=-141.50, y=65.00, z=212.50], EntityToucan['Toucan'/346, l='MpServer', x=-140.50, y=67.00, z=213.50], EntityItem['item.item.apple'/347, l='MpServer', x=-142.56, y=74.13, z=218.59], EntityItem['item.tile.sapling.oak'/348, l='MpServer', x=-128.63, y=80.13, z=214.88], EntitySkeleton['骷髏'/349, l='MpServer', x=-132.50, y=30.00, z=262.50], EntitySkeleton['骷髏'/350, l='MpServer', x=-141.50, y=32.00, z=273.91], EntityItem['item.item.bone'/351, l='MpServer', x=-141.91, y=34.13, z=284.81], EntitySpider['蜘蛛'/352, l='MpServer', x=-131.06, y=51.00, z=283.72], EntityCreeper['苦力怕'/353, l='MpServer', x=-131.50, y=52.00, z=281.50], EntityCreeper['苦力怕'/354, l='MpServer', x=-137.50, y=52.00, z=284.50], EntityZombie['殭屍'/355, l='MpServer', x=-130.50, y=52.00, z=281.50], EntityZombie['殭屍'/356, l='MpServer', x=-128.31, y=52.00, z=283.16], EntityBat['蝙蝠'/357, l='MpServer', x=-125.43, y=14.84, z=295.43], EntityItem['item.tile.sapling.oak'/358, l='MpServer', x=-134.78, y=62.13, z=296.63], EntityCreeper['苦力怕'/359, l='MpServer', x=-135.31, y=50.00, z=289.53], EntityItem['item.tile.sapling.oak'/360, l='MpServer', x=-137.47, y=70.13, z=299.06], EntityBat['蝙蝠'/361, l='MpServer', x=-139.16, y=30.10, z=306.25], EntityZombie['殭屍'/362, l='MpServer', x=-141.50, y=24.00, z=312.50], EntityItem['item.tile.sapling.oak'/372, l='MpServer', x=-125.31, y=83.13, z=212.88], EntityGouldianfinch['Gouldian Finch'/373, l='MpServer', x=-122.50, y=64.00, z=271.50], EntityGouldianfinch['Gouldian Finch'/374, l='MpServer', x=-126.50, y=70.00, z=270.50], EntityGouldianfinch['Gouldian Finch'/375, l='MpServer', x=-113.77, y=71.00, z=258.45], EntityItem['item.tile.sapling.oak'/376, l='MpServer', x=-127.13, y=77.13, z=265.13], EntityZombie['殭屍'/377, l='MpServer', x=-112.50, y=22.00, z=285.50], EntityGouldianfinch['Gouldian Finch'/379, l='MpServer', x=-115.22, y=63.00, z=281.29], EntityGouldianfinch['Gouldian Finch'/380, l='MpServer', x=-116.38, y=63.00, z=284.66], EntityItem['item.tile.sapling.oak'/383, l='MpServer', x=-116.88, y=73.13, z=300.94], EntityItem['item.item.apple'/384, l='MpServer', x=-121.72, y=70.13, z=291.88], EntityItem['item.item.stick'/409, l='MpServer', x=-103.19, y=84.13, z=200.44], EntityItem['item.item.stick'/410, l='MpServer', x=-102.38, y=83.13, z=198.88], EntityItem['item.item.gouldianfinch_egg'/411, l='MpServer', x=-102.47, y=83.13, z=199.06], EntityItem['item.tile.sapling.oak'/412, l='MpServer', x=-108.13, y=82.13, z=212.38], EntityCreeper['苦力怕'/413, l='MpServer', x=-98.50, y=19.00, z=250.50], EntitySpider['蜘蛛'/414, l='MpServer', x=-102.22, y=20.00, z=274.56], EntityZombie['殭屍'/415, l='MpServer', x=-110.50, y=22.00, z=286.50], EntitySpider['蜘蛛'/416, l='MpServer', x=-104.47, y=20.00, z=278.72], EntityCreeper['苦力怕'/417, l='MpServer', x=-104.25, y=20.00, z=276.03], EntityGouldianfinch['Gouldian Finch'/419, l='MpServer', x=-111.59, y=67.00, z=280.75], EntityCreeper['苦力怕'/420, l='MpServer', x=-107.50, y=19.00, z=303.50], EntityBat['蝙蝠'/421, l='MpServer', x=-109.25, y=16.10, z=292.72], EntityCreeper['苦力怕'/422, l='MpServer', x=-100.50, y=19.00, z=291.50], EntityBat['蝙蝠'/423, l='MpServer', x=-108.93, y=20.11, z=298.90], EntityBat['蝙蝠'/424, l='MpServer', x=-105.26, y=19.69, z=295.03], EntityItem['item.item.seedrice'/425, l='MpServer', x=-103.84, y=63.13, z=298.47], EntityItem['item.item.itembean'/426, l='MpServer', x=-104.16, y=63.13, z=297.81], EntityBat['蝙蝠'/427, l='MpServer', x=-108.75, y=20.10, z=304.75], EntityZombie['殭屍'/428, l='MpServer', x=-97.00, y=21.00, z=327.44], EntityTFNagaSegment['未知'/215, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/216, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/217, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/218, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/219, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/220, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/221, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/222, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/223, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/224, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/225, l='MpServer', x=0.00, y=0.00, z=0.00], EntityTFNagaSegment['未知'/226, l='MpServer', x=0.00, y=0.00, z=0.00], EntityToucan['Toucan'/236, l='MpServer', x=-212.56, y=77.00, z=189.19], EntityToucan['Toucan'/237, l='MpServer', x=-208.91, y=82.00, z=189.19], EntitySkeleton['骷髏'/238, l='MpServer', x=-216.50, y=41.00, z=289.50], EntitySkeleton['骷髏'/239, l='MpServer', x=-218.94, y=46.00, z=295.53], EntityBat['蝙蝠'/1268, l='MpServer', x=-164.08, y=55.45, z=284.67], EntityBat['蝙蝠'/1269, l='MpServer', x=-160.16, y=55.72, z=283.32], EntityBat['蝙蝠'/1270, l='MpServer', x=-159.76, y=55.64, z=284.11]]
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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 577145496 bytes (550 MB) / 1540997120 bytes (1469 MB) up to 4260102144 bytes (4062 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_D1 104 mods loaded, 104 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.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA appliedenergistics2-core{rv3-beta-5} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJA customsteve{1.3.0-Beta} [CustomSteve] (CustomSteve1710-130Beta.jar)
UCHIJA InputFix{1.7.10-v5} [InputFix] (minecraft.jar)
UCHIJA OldModelLoader{1.0} [OldModelLoader] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJA debug{1.0} [debug] (密集礦石模組denseores-1.6.jar)
UCHIJA appliedenergistics2{rv3-beta-5} [Applied Energistics 2] (AE物流appliedenergistics2-rv3-beta-5.jar)
UCHIJA mod.ymt.air.HariboteAirCraft{172v3 hiten} [HariboteAirCraft] (AirCraft-Mod-1.7.10.zip)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHIJA BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCHIJA BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCHIJA ChickenChunks{1.3.4.19} [ChickenChunks] (Chunks自動更新ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJA craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1繁化 by LYF.zip)
UCHIJA DurabilityShow{1.2.0} [Durability Show] (DurabilityShow-1.7.10-1.2.0.jar)
UCHIJA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2 (2).jar)
UCHIJA IC2{2.2.810-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.810-experimental.jar)
UCHIJA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHIJA lmmx{1.0} [lmmx] (littleMaidMobX-1.7.x_0.1.1.jar)
UCHIJA MMMLibX{1.7.x-srg-1} [MMMLibX] (littleMaidMobX-1.7.x_0.1.1.jar)
UCHIJA zabuton{1.0} [zabuton] (littleMaidMobX-1.7.x_0.1.1.jar)
UCHIJA llor{1.0.7-mc1.7.10} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.7-mc1.7.10.jar)
UCHIJA MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJA MrTJPCoreMod{1.1.0.31} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.31-universal.jar)
UCHIJA ProjRed|Core{4.7.0pre9.92} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre9.92-Base.jar)
UCHIJA ProjRed|Exploration{4.7.0pre9.92} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre9.92-World.jar)
UCHIJA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCHIJA ThermalExpansion{1.7.10R4.1.4} [Thermal Expansion] (熱力膨脹ThermalExpansion-[1.7.10]4.1.4-247.jar)
UCHIJA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA TwilightForest{2.3.7} [The Twilight Forest] (暮光森林twilightforest-1.7.10-2.3.7.jar)
UCHIJA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCHIJA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJA ProjRed|Transmission{4.7.0pre9.92} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJA ProjRed|Compatibility{4.7.0pre9.92} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar)
UCHIJA ProjRed|Integration{4.7.0pre9.92} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar)
UCHIJA ProjRed|Illumination{4.7.0pre9.92} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar)
UCHIJA signpic{2.7.1} [SignPicture] (SignPicture-1.7.10-2.7.1-universal.jar)
UCHIJA TF2Dispenser{1.7.10} [TF2 Dispenser] (TF2Dispenser-1.7.10.jar)
UCHIJA TF2Sentry{1.7.10} [TF2 Sentry] (TF2Sentry-1.7.10.jar)
UCHIJA TF2TeamAddon{1.7.10} [TF2 TeamAddon] (TF2TeamAddon-1.7.10.jar)
UCHIJA TF2Teleporter{1.7.10} [TF2 Teleporter] (TF2Teleporter-1.7.10.jar)
UCHIJA SwitchesContinued{0.0.1} [Switches Continued] (一鍵紅石switchescontinued-0.0.1.jar)
UCHIJA PortalGun{4.0.0-beta-6} [PortalGun] (傳送槍PortalGun-4.0.jar)
UCHIJA Waila{1.5.10} [Waila] (加強NEI題示Waila-1.5.10_1.7.10.jar)
UCHIJA BiblioCraft{1.11.5} [BiblioCraft] (家具BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJA harvestcraft{1.7.10j} [Pam's HarvestCraft] (帕姆的收穫工藝 Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJA flammpfeil.slashblade{mc1.7.10-r87} [SlashBlade] (拔刀劍SlashBlade-mc1.7.10-r87.jar)
UCHIJA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (整理背包Inventory-Tweaks-Mod-1.7.10.jar)
UCHIJA ExtraUtilities{1.2.5} [Extra Utilities] (更多奇特道具extrautilities-1.2.5.jar)
UCHIJA weaponmod{v1.14.3} [Balkon's WeaponMod] (更多武器weaponmod-1.14.3.jar)
UCHIJA IronChest{6.0.60.741} [Iron Chest] (更多箱子ironchest-1.7.10-6.0.60.741-universal.jar)
UCHIJA JABBA{1.1.4} [JABBA] (更好的儲存Jabba-1.1.4_1.7.10.jar)
UCHIJA CarpentersBlocks{3.3.7} [Carpenter's Blocks] (木工Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCHIJA IC2NuclearControl{2.3.3a-Exist} [Nuclear Control 2] (核能發電監控IC2NuclearControl-2.3.3a-Exist.jar)
UCHIJA Botania{r1.8-249} [Botania] (植物魔法Botania r1.8-249.jar)
UCHIJA ImmersiveEngineering{0.7.7} [Immersive Engineering] (沉浸工程ImmersiveEngineering-0.7.7.jar)
UCHIJA immersiveintegration{0.6.8} [Immersive Integration] (沉浸工程-電杆immersiveintegration-0.6.8.jar)
UCHIJA exnihilo{1.38-49} [Ex Nihilo] (無中生有Ex-Nihilo-1.38-49.jar)
UCHIJA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (無線紅石WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (無線紅石WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (無線紅石WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (熱力膨脹 能量學ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCHIJA exoticbirds{1.0} [Exotic Birds] (異國鳥類Exotic Birds 1.7.10-1.4.2.jar)
UCHIJA BambooMod{Minecraft@MC_VERSION@ var@VERSION@} [BambooMod] (竹子Bamboo-2.6.8.5.jar)
UCHIJA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (血魔法BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJA VeinMiner{0.35.2_1.7.10-e134bd4} [Vein Miner] (連鎖挖掘VeinMiner-1.7.10-0.35.2.487+e134bd4.jar)
UCHIJA VeinMinerModSupport{0.35.2_1.7.10-e134bd4} [Mod Support] (連鎖挖掘VeinMiner-1.7.10-0.35.2.487+e134bd4.jar)
UCHIJA EnderStorage{1.4.7.37} [EnderStorage] (進階終界箱子EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJA GraviGun{4.0.0-beta} [GraviGun] (重力槍Gravity-Gun-Mod-1.7.10 (1).jar)
UCHIJA OpenBlocks{1.4.3} [OpenBlocks] (開方塊OpenBlocks-1.7.10-1.4.3.jar)
UCHIJA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (高振烈太陽能Advanced-Solar-Panels-Addon-1.7.10.jar)
UCHIJA BrandonsCore{1.0.0.12} [Brandon's Core] (龍科技核心BrandonsCore-1.0.0.12.jar)
UCHIJA DraconicEvolution{1.0.2h} [Draconic Evolution] (龍科技Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJA denseores{1.0} [Dense Ores] (密集礦石模組denseores-1.6.jar)
UCHIJA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.05' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
AE2 Version: beta rv3-beta-5 for Forge 10.13.4.1448
CoFHCore: -[1.7.10]3.1.3-327
MineFactoryReloaded: -[1.7.10]2.8.0-104
ThermalFoundation: -[1.7.10]1.2.5-115
ThermalExpansion: -[1.7.10]4.1.4-247
ThermalDynamics: -[1.7.10]1.2.0-171
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:OFF, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:ON, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:OFF, PneumaticCraft:OFF
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 382.05, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: 繁體中文 (台灣)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_D1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.0 NVIDIA 382.05
OpenGlRenderer: GeForce GTX 750 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
I don't know how to fix it. Please help!
#1, I don't see any "RenderPlayerAPI" In there, I don't remember if it requires it but I think it does.
#2, CustomSteve 1.3.0 as far as I know has no server version and you cannot use the client version as the server version.
Check out The Valley! My own Server and Modpacks!
Forum: http://thevalley.guildtag.com/
Discord: https://discordapp.com/invite/mx9GCDQ
The Valley 1.7.10 is available on Technic here:The Valley 1.7.10 -> Curseforge External link HERE
The Valley 1.12.2 is available on Curseforge here: The Valley 1.12.2
The Valley 1.20.2 is available at this IP: thevalley.noip.me:25567 (NOW BEDROCK COMPATIBLE!)
anyone ever figure out how to get shaders to work??
apparently CS only handles shaders if using shadersmod for some reason...
(I don't understand why it doesn't just use GL20, but whatever)
but I can't seem to figure out how shaders work...
it does seem to handle light (emission) and specular textures internally which is interesting, but I can't seem to figure out the structure for any of this...
I did try placing (*ModelName*/*TextureName*).(vert/frag) in the CustomSteve/shaders/ directory, but that didn't seem to do anything...
Goodbye Microsoft
Sure if you have the models of them in the correct format and rigged correct with animations.
// Oops. Time: 7/30/17 8:54 PM
Description: Rendering entity in world java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at customsteve.render.CSRenderHW32.loadModel(CSRenderHW32.java:279)
at customsteve.Hooks.hardCALC(Hooks.java:183)
at customsteve.entity.CSplayer.drawSelf(CSplayer.java:537)
at customsteve.event.EventFactory.onRenderPlayer(EventFactory.java:461)
at net.minecraft.client.renderer.entity.RenderPlayer.localRenderPlayer(RenderPlayer.java)
at api.player.render.RenderPlayerAPI.renderPlayer(Unknown Source)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:521)
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:271)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:244)
at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:471)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1224)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
at org.multimc.EntryPoint.listen(EntryPoint.java:162)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
A detailed walkthrough of the error, its code path and all known details is as follows:
--------------------------------------------------------------------------------------- -- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at customsteve.render.CSRenderHW32.loadModel(CSRenderHW32.java:279)
at customsteve.Hooks.hardCALC(Hooks.java:183)
at customsteve.entity.CSplayer.drawSelf(CSplayer.java:537)
at customsteve.event.EventFactory.onRenderPlayer(EventFactory.java:461)
at net.minecraft.client.renderer.entity.RenderPlayer.localRenderPlayer(RenderPlayer.java)
at api.player.render.RenderPlayerAPI.renderPlayer(Unknown Source)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java)
at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(RenderPlayer.java:521) -- Entity being rendered --
Details:
Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
Entity ID: 334
Entity Name: EmeraldTiger64
Entity's Exact location: -128.59, 77.02, 250.38
Entity's Block location: World: (-129,77,250), Chunk: (at 15,4,10 in -9,15; contains blocks -144,0,240 to -129,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0.00, 0.00, 0.00 -- Renderer details --
Details:
Assigned renderer: net.minecraft.client.renderer.entity.RenderPlayer@7115e771
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: 122.850075
Delta: 0.967944
Stacktrace:
at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:293)
at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:271)
at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:244)
at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:471)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1224) -- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['EmeraldTiger64'/334, l='MpServer', x=-128.59, y=77.02, z=250.38]]
Chunk stats: MultiplayerChunkCache: 295, 295
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-62,64,269), Chunk: (at 2,4,13 in -4,16; contains blocks -64,0,256 to -49,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1466 game time, 1466 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: 145 total; [EntityBat['Bat'/30, l='MpServer', x=-202.52, y=25.06, z=223.84], EntityBat['Bat'/31, l='MpServer', x=-203.53, y=27.87, z=224.46], EntityChicken['Chicken'/32, l='MpServer', x=-201.63, y=64.00, z=272.63], EntityChicken['Chicken'/33, l='MpServer', x=-192.50, y=65.00, z=281.50], EntityChicken['Chicken'/34, l='MpServer', x=-202.00, y=64.00, z=273.57], EntityChicken['Chicken'/35, l='MpServer', x=-206.53, y=64.00, z=274.47], EntityCow['Cow'/36, l='MpServer', x=-196.50, y=74.00, z=329.25], EntitySkeleton['Skeleton'/47, l='MpServer', x=-179.71, y=54.00, z=232.92], EntityZombie['Zombie'/48, l='MpServer', x=-176.70, y=39.00, z=272.31], EntityZombie['Zombie'/49, l='MpServer', x=-176.47, y=39.00, z=273.34], EntityChicken['Chicken'/50, l='MpServer', x=-188.50, y=65.00, z=283.81], EntityChicken['Chicken'/51, l='MpServer', x=-188.81, y=64.00, z=279.72], EntityChicken['Chicken'/52, l='MpServer', x=-188.31, y=64.00, z=278.56], EntityChicken['Chicken'/56, l='MpServer', x=-172.33, y=64.00, z=250.38], EntityChicken['Chicken'/57, l='MpServer', x=-164.53, y=64.00, z=243.47], EntitySkeleton['Skeleton'/58, l='MpServer', x=-164.56, y=25.00, z=263.69], EntityZombie['Zombie'/59, l='MpServer', x=-164.50, y=36.00, z=268.50], EntityZombie['Zombie'/60, l='MpServer', x=-166.66, y=33.00, z=259.31], EntitySkeleton['Skeleton'/61, l='MpServer', x=-166.40, y=36.00, z=263.65], EntitySkeleton['Skeleton'/62, l='MpServer', x=-175.26, y=38.81, z=270.37], EntitySpider['Spider'/63, l='MpServer', x=-170.63, y=34.00, z=258.50], EntityZombie['Zombie'/64, l='MpServer', x=-168.91, y=38.00, z=267.53], EntitySpider['Spider'/65, l='MpServer', x=-174.41, y=39.00, z=273.22], EntityZombie['Zombie'/66, l='MpServer', x=-158.82, y=36.00, z=271.21], EntityChicken['Chicken'/67, l='MpServer', x=-165.44, y=63.00, z=258.56], EntityCreeper['Creeper'/68, l='MpServer', x=-167.38, y=38.00, z=271.89], EntityCreeper['Creeper'/69, l='MpServer', x=-164.47, y=35.00, z=287.03], EntityZombie['Zombie'/70, l='MpServer', x=-174.25, y=39.00, z=275.16], EntitySkeleton['Skeleton'/71, l='MpServer', x=-163.78, y=36.00, z=272.25], EntityZombie['Zombie'/72, l='MpServer', x=-175.63, y=39.00, z=271.40], EntitySkeleton['Skeleton'/73, l='MpServer', x=-164.28, y=51.00, z=296.16], EntitySkeleton['Skeleton'/74, l='MpServer', x=-163.91, y=51.00, z=293.38], EntitySkeleton['Skeleton'/75, l='MpServer', x=-165.53, y=52.00, z=291.16], EntityZombie['Zombie'/76, l='MpServer', x=-163.99, y=52.00, z=289.33], EntityZombie['Zombie'/77, l='MpServer', x=-165.69, y=52.00, z=288.53], EntityCreeper['Creeper'/78, l='MpServer', x=-164.59, y=47.00, z=305.00], EntityCreeper['Creeper'/79, l='MpServer', x=-165.06, y=48.00, z=309.56], EntityCreeper['Creeper'/80, l='MpServer', x=-164.31, y=48.00, z=308.47], EntitySquid['Squid'/83, l='MpServer', x=-152.39, y=61.05, z=223.39], EntitySquid['Squid'/84, l='MpServer', x=-150.16, y=59.00, z=228.87], EntitySquid['Squid'/85, l='MpServer', x=-149.08, y=60.34, z=231.74], EntitySquid['Squid'/86, l='MpServer', x=-147.19, y=60.00, z=228.47], EntitySquid['Squid'/87, l='MpServer', x=-151.33, y=60.37, z=232.50], EntitySquid['Squid'/88, l='MpServer', x=-151.53, y=59.52, z=228.53], EntityChicken['Chicken'/89, l='MpServer', x=-152.56, y=63.00, z=250.56], EntityZombie['Zombie'/90, l='MpServer', x=-163.81, y=36.00, z=266.19], EntitySkeleton['Skeleton'/91, l='MpServer', x=-149.94, y=42.00, z=271.50], EntityEnderman['Enderman'/92, l='MpServer', x=-149.69, y=41.00, z=261.16], EntityBat['Bat'/93, l='MpServer', x=-149.66, y=49.10, z=264.25], EntityCreeper['Creeper'/94, l='MpServer', x=-153.63, y=17.00, z=281.56], EntityCreeper['Creeper'/95, l='MpServer', x=-154.38, y=17.00, z=280.41], EntityCreeper['Creeper'/96, l='MpServer', x=-155.00, y=49.00, z=295.56], EntityBat['Bat'/97, l='MpServer', x=-146.70, y=47.65, z=298.51], EntityBat['Bat'/98, l='MpServer', x=-146.25, y=61.10, z=308.66], EntityBat['Bat'/99, l='MpServer', x=-146.31, y=61.10, z=308.47], EntityCow['Cow'/107, l='MpServer', x=-136.25, y=64.00, z=202.00], EntityCow['Cow'/108, l='MpServer', x=-128.78, y=64.00, z=323.19], EntityBat['Bat'/122, l='MpServer', x=-126.59, y=15.10, z=199.44], EntityEnderman['Enderman'/123, l='MpServer', x=-120.05, y=17.00, z=197.26], EntityCow['Cow'/124, l='MpServer', x=-123.50, y=68.00, z=199.50], EntityCow['Cow'/125, l='MpServer', x=-126.50, y=68.00, z=196.50], EntityCow['Cow'/126, l='MpServer', x=-124.19, y=68.00, z=197.19], EntityClientPlayerMP['EmeraldTiger64'/334, l='MpServer', x=-128.59, y=77.02, z=250.38], EntityCreeper['Creeper'/127, l='MpServer', x=-119.86, y=22.00, z=223.61], EntityCreeper['Creeper'/128, l='MpServer', x=-121.50, y=22.00, z=217.50], EntityCreeper['Creeper'/129, l='MpServer', x=-125.69, y=23.00, z=214.69], EntityCreeper['Creeper'/130, l='MpServer', x=-118.00, y=22.00, z=223.44], EntityCreeper['Creeper'/131, l='MpServer', x=-122.59, y=22.00, z=211.84], EntityCreeper['Creeper'/132, l='MpServer', x=-125.56, y=22.00, z=212.63], EntityZombie['Zombie'/133, l='MpServer', x=-126.00, y=22.00, z=209.56], EntityCreeper['Creeper'/134, l='MpServer', x=-120.31, y=22.00, z=225.09], EntityBat['Bat'/135, l='MpServer', x=-123.27, y=29.00, z=229.48], EntitySkeleton['Skeleton'/136, l='MpServer', x=-123.83, y=46.00, z=277.30], EntityCow['Cow'/137, l='MpServer', x=-119.44, y=63.27, z=316.53], EntityCow['Cow'/138, l='MpServer', x=-113.81, y=64.00, z=309.22], EntityCow['Cow'/139, l='MpServer', x=-126.13, y=64.00, z=323.03], EntityCow['Cow'/140, l='MpServer', x=-122.50, y=64.00, z=327.50], EntityZombie['Zombie'/152, l='MpServer', x=-100.25, y=14.00, z=207.91], EntityBat['Bat'/153, l='MpServer', x=-98.59, y=14.83, z=208.59], EntityBat['Bat'/154, l='MpServer', x=-111.09, y=16.58, z=217.66], EntityBat['Bat'/155, l='MpServer', x=-105.71, y=16.48, z=211.66], EntityItem['item.item.seeds'/156, l='MpServer', x=-111.81, y=63.13, z=236.38], EntityBat['Bat'/157, l='MpServer', x=-103.50, y=16.10, z=283.75], EntityCow['Cow'/158, l='MpServer', x=-103.16, y=64.00, z=313.88], EntityCow['Cow'/159, l='MpServer', x=-99.50, y=64.00, z=317.19], EntityCow['Cow'/163, l='MpServer', x=-90.20, y=69.00, z=184.17], EntityCow['Cow'/164, l='MpServer', x=-81.53, y=69.00, z=181.12], EntityCow['Cow'/165, l='MpServer', x=-84.44, y=70.00, z=176.34], EntitySkeleton['Skeleton'/166, l='MpServer', x=-84.31, y=32.00, z=266.31], EntitySkeleton['Skeleton'/167, l='MpServer', x=-82.84, y=32.00, z=270.25], EntitySkeleton['Skeleton'/168, l='MpServer', x=-85.69, y=32.00, z=267.75], EntityCreeper['Creeper'/169, l='MpServer', x=-81.41, y=36.00, z=260.85], EntityZombie['Zombie'/170, l='MpServer', x=-92.50, y=37.00, z=263.94], EntitySkeleton['Skeleton'/171, l='MpServer', x=-92.34, y=18.00, z=277.59], EntityCreeper['Creeper'/172, l='MpServer', x=-83.50, y=25.00, z=285.50], EntityZombie['Zombie'/173, l='MpServer', x=-91.31, y=18.00, z=277.31], EntityBat['Bat'/174, l='MpServer', x=-91.83, y=18.37, z=278.60], EntityBat['Bat'/175, l='MpServer', x=-84.94, y=28.03, z=282.44], EntityCow['Cow'/176, l='MpServer', x=-81.76, y=68.00, z=269.58], EntityCow['Cow'/177, l='MpServer', x=-91.52, y=64.00, z=282.45], EntityCow['Cow'/178, l='MpServer', x=-91.63, y=65.00, z=276.47], EntitySpider['Spider'/179, l='MpServer', x=-94.44, y=40.00, z=288.63], EntityEnderman['Enderman'/180, l='MpServer', x=-88.51, y=34.00, z=287.88], EntityWitch['Witch'/181, l='MpServer', x=-92.69, y=37.00, z=294.53], EntitySkeleton['Skeleton'/182, l='MpServer', x=-86.34, y=34.00, z=294.50], EntityCow['Cow'/183, l='MpServer', x=-92.19, y=63.00, z=321.72], EntityCow['Cow'/184, l='MpServer', x=-71.88, y=70.00, z=175.56], EntitySkeleton['Skeleton'/185, l='MpServer', x=-76.69, y=18.00, z=195.06], EntitySkeleton['Skeleton'/186, l='MpServer', x=-78.50, y=18.00, z=192.50], EntitySkeleton['Skeleton'/187, l='MpServer', x=-77.34, y=18.00, z=194.13], EntityCreeper['Creeper'/188, l='MpServer', x=-72.50, y=31.00, z=196.50], EntityCreeper['Creeper'/189, l='MpServer', x=-72.07, y=36.00, z=248.28], EntityZombie['Zombie'/190, l='MpServer', x=-70.50, y=30.00, z=270.50], EntityCreeper['Creeper'/191, l='MpServer', x=-70.26, y=27.00, z=268.50], EntitySkeleton['Skeleton'/192, l='MpServer', x=-71.02, y=27.00, z=269.41], EntityEnderman['Enderman'/193, l='MpServer', x=-79.56, y=31.00, z=265.94], EntityItem['item.tile.flower2.houstonia'/194, l='MpServer', x=-65.69, y=64.13, z=262.34], EntityZombie['Zombie'/195, l='MpServer', x=-68.55, y=29.00, z=277.69], EntityZombie['Zombie'/196, l='MpServer', x=-71.50, y=29.00, z=275.50], EntitySkeleton['Skeleton'/197, l='MpServer', x=-69.50, y=29.00, z=275.50], EntityCreeper['Creeper'/198, l='MpServer', x=-64.50, y=29.00, z=283.50], EntityZombie['Zombie'/199, l='MpServer', x=-73.99, y=42.00, z=273.47], EntitySkeleton['Skeleton'/200, l='MpServer', x=-80.47, y=33.00, z=280.50], EntityCow['Cow'/201, l='MpServer', x=-74.19, y=67.00, z=280.94], EntityCow['Cow'/202, l='MpServer', x=-78.91, y=67.00, z=282.16], EntityEnderman['Enderman'/203, l='MpServer', x=-72.10, y=29.00, z=288.39], EntityCow['Cow'/204, l='MpServer', x=-64.42, y=63.00, z=284.35], EntityCreeper['Creeper'/205, l='MpServer', x=-73.38, y=25.00, z=319.31], EntitySkeleton['Skeleton'/206, l='MpServer', x=-73.53, y=26.00, z=318.44], EntityZombie['Zombie'/207, l='MpServer', x=-65.50, y=26.00, z=309.50], EntityCreeper['Creeper'/208, l='MpServer', x=-66.00, y=25.00, z=312.41], EntityCreeper['Creeper'/209, l='MpServer', x=-71.44, y=24.00, z=319.38], EntityBat['Bat'/210, l='MpServer', x=-68.19, y=26.30, z=316.84], EntitySkeleton['Skeleton'/211, l='MpServer', x=-75.50, y=26.00, z=323.50], EntityBat['Bat'/226, l='MpServer', x=-55.61, y=46.43, z=182.64], EntityBat['Bat'/227, l='MpServer', x=-62.75, y=51.00, z=180.53], EntityCreeper['Creeper'/228, l='MpServer', x=-52.50, y=19.00, z=245.50], EntityCreeper['Creeper'/229, l='MpServer', x=-62.00, y=37.00, z=249.66], EntityCow['Cow'/231, l='MpServer', x=-55.81, y=63.00, z=265.81], EntitySkeleton['Skeleton'/232, l='MpServer', x=-62.78, y=25.00, z=279.75], EntityCow['Cow'/233, l='MpServ
er', x=-59.77, y=64.00, z=275.96], EntityZombie['Zombie'/235, l='MpServer', x=-49.22, y=34.00, z=298.50], EntityBat['Bat'/236, l='MpServer', x=-56.24, y=32.91, z=300.68], EntityZombie['Zombie'/237, l='MpServer', x=-63.56, y=27.00, z=306.53], EntitySkeleton['Skeleton'/238, l='MpServer', x=-61.56, y=28.00, z=308.06]]
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:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
at org.multimc.EntryPoint.listen(EntryPoint.java:162)
at org.multimc.EntryPoint.main(EntryPoint.java:53) -- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_144, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 942709328 bytes (899 MB) / 1569193984 bytes (1496 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 9 mods loaded, 9 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
UCHIJAAAA customsteve{1.2.1-Beta} [CustomSteve] (CustomSteve1710-Beta.jar)
UCHIJAAAA OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar)
UCHIJAAAA RenderPlayerAPI{1.4} [Render Player API] (minecraft.jar)
UCHIJAAAA RenderPlayerAPIEnhancer{1.4} [Render Player API Enhancer] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.05' Renderer: 'GeForce GT 740/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
Launched Version: MultiMC5
LWJGL: 2.9.1
OpenGL: GeForce GT 740/PCIe/SSE2 GL version 4.5.0 NVIDIA 382.05, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported. Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Please help me. When I go into my world, everything is fine and normal but when I hit f5, it crashes. I have RenderPlayer API aswell...
subscribe to pewdiepie
This is godly like i swear every Japanese mod is interesting mechanic wise and visually.
大后排仰望ici大佬,不过能不能连测试版都放出啊=w=,等1.10.2等得急死了QAQ
1.4.0 download for 1.7.10??
can it be installed on Linux servers??
Goodbye Microsoft
1.10.2 Is there mods server ??
Everyone, custom steve 1.4.0 just for minecraft 1.10.2
1.4是1.10.2版本独占
--They won't die...They will return...muhuhuhuhuhuhuhuhu......--
Do you guys have a Discord by chance??
I don't do Twittand this place keeps crashing my ke
Goodbye Microsoft
No and no 1.7.10 is old as **** man, let it go.
My modpack is running on 1.7.10 AND there are mods still being updated and created for 1.7.10.
Check out The Valley! My own Server and Modpacks!
Forum: http://thevalley.guildtag.com/
Discord: https://discordapp.com/invite/mx9GCDQ
The Valley 1.7.10 is available on Technic here:The Valley 1.7.10 -> Curseforge External link HERE
The Valley 1.12.2 is available on Curseforge here: The Valley 1.12.2
The Valley 1.20.2 is available at this IP: thevalley.noip.me:25567 (NOW BEDROCK COMPATIBLE!)
I run a 1.7.10 server with custom modpack am working on another 1.7.10 modpack and server and I am the lead artist for Traincraft which atm is on 1.7.10 no reason to let it go I think.
You two are part of the problem, that **** is 3 years old and anyone that expects a mod creator to keep backporting to it are asinine. The amount of code difference in 1.10.2 and 1.7.10 is massive.
Part of the problem, I don't bother asking anyone to backport mods. Also Traincraft got ported from 1.6.4 to 1.7.10, and is currently being re-written for 1.7.10 where it will be ported to newer versions. Also 1.7.10 has the 2nd largest playerbase at the moment other than 1.9. I think you need to just chill and not be so hostile over a simple question or two.
Great Looking forward to 1.11.2
When I use this mod it crashes when I press k anyone here know how to fix this?
I'm having an issue... I just updated from an old version of Custom Steves. I never took off the MMD model that I had on before though, I don't have it in the new version either. Whenever I try to change my model, open my inv, or go into F5, I crash.
Could someone please help?