Obsidian Boat is a Forge mod that adds obsidian boats to the game. They are fireproof and provide you with immunity to fire while you are in them and for a brief time after you leave them. They are not destroyed on collisions with anything so feel free to run them aground to make dismounting easier.
There is an option to change the recipe to a more expensive one requiring a diamond in the bottom center spot in the config file if you so wish.
I'll take a look at the latest version of Forge and see if it's in a workable place yet. The last time I looked at updating the mod nothing had names yet and the game wouldn't compile so I couldn't actually test anything.
java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:411)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:60)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:117)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:443)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:641)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:395)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:293)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:260)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1624)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:952)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
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 net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:411)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:60)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:117)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:443)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:641)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:395)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:293)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:260)
I think this is a Forge issue and not related to my mod. I've personally experienced it while testing but I cannot reliably replicate it on forge 1023 or 1024.
Hi. I used your 1.3 version and the game crashed for me, just as I pulled the boat from the crafting table. I really love the idea of this app so any help you can provide is appreciated. Thanks.
---- Minecraft Crash Report ----
// Why is it breaking
java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:411)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:60)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:117)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:445)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:655)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:406)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:309)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:275)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1625)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:953)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:870)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:411)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:60)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:117)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:445)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:655)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:406)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:309)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:275)
Hi. I used your 1.3 version and the game crashed for me, just as I pulled the boat from the crafting table. I really love the idea of this app so any help you can provide is appreciated. Thanks.
Snip
That's a known issue with the v1.3. It is fixed in v1.3.1 found here
Obsidian Boat is a Forge mod that adds obsidian boats to the game. They are fireproof and provide you with immunity to fire while you are in them and for a brief time after you leave them. They are not destroyed on collisions with anything so feel free to run them aground to make dismounting easier.
There is an option to change the recipe to a more expensive one requiring a diamond in the bottom center spot in the config file if you so wish.
Images
Crafting Recipe
Download
Installation:
Change Log
License
I larv-a this mod; getting across the nether is much easier now (unless you play on peaceful)
now we need a fire-proof fishing rod and asbestos fish
There is no system but GNU, and Linux is one of its kernels.
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 2/4/14 9:21 PM
Description: Updating screen events
java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:411)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:60)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:117)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:443)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:641)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:395)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:293)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:260)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1624)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:952)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
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 net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:411)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:60)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:117)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:443)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:641)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:395)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:293)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:260)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiCrafting
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityClientPlayerMP['Buggi'/16242, l='MpServer', x=-709.04, y=73.62, z=122.24], EntityOtherPlayerMP['walflowercrafter'/266, l='MpServer', x=-715.53, y=72.00, z=128.91]]
Chunk stats: MultiplayerChunkCache: 286, 286
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-716,88,148), Chunk: (at 4,5,4 in -45,9; contains blocks -720,0,144 to -705,255,159), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Level time: 5446829 game time, 6031081 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: 80 total; [EntityClientPlayerMP['Buggi'/16242, l='MpServer', x=-709.04, y=73.62, z=122.24], EntityWaypointContainer['unknown'/1, l='MpServer', x=0.00, y=0.00, z=0.00], EntityZombie['Zombie'/15536, l='MpServer', x=-707.50, y=41.00, z=82.50], EntitySheep['Sheep'/139, l='MpServer', x=-762.78, y=91.00, z=46.28], EntitySkeleton['Skeleton'/17204, l='MpServer', x=-645.50, y=19.00, z=77.50], EntityBat['Bat'/16387, l='MpServer', x=-649.13, y=40.00, z=156.28], EntityZombie['Zombie'/15068, l='MpServer', x=-660.50, y=58.00, z=84.31], EntitySkeleton['Skeleton'/16938, l='MpServer', x=-633.50, y=32.00, z=190.50], EntitySkeleton['Skeleton'/14581, l='MpServer', x=-733.50, y=19.00, z=202.50], EntityZombie['Zombie'/17609, l='MpServer', x=-676.50, y=57.00, z=139.50], EntityCreeper['Creeper'/16939, l='MpServer', x=-631.47, y=32.00, z=197.06], EntityMinecartChest['entity.MinecartChest.name'/128, l='MpServer', x=-773.50, y=41.50, z=152.88], EntitySkeleton['Skeleton'/16937, l='MpServer', x=-632.50, y=32.00, z=194.50], EntityZombie['Zombie'/15893, l='MpServer', x=-726.50, y=31.00, z=57.50], EntityZombie['Zombie'/17610, l='MpServer', x=-675.50, y=57.00, z=138.50], EntityZombie['Zombie'/18289, l='MpServer', x=-764.50, y=43.00, z=81.50], EntityZombie['Zombie'/18290, l='MpServer', x=-770.50, y=43.00, z=86.50], EntityCreeper['Creeper'/15675, l='MpServer', x=-717.00, y=28.00, z=97.50], EntityBat['Bat'/17618, l='MpServer', x=-641.69, y=22.90, z=170.25], EntityPig['Pig'/154, l='MpServer', x=-742.91, y=63.00, z=55.78], EntitySpider['Spider'/15672, l='MpServer', x=-709.72, y=26.00, z=91.47], EntityBat['Bat'/17620, l='MpServer', x=-643.28, y=24.52, z=159.78], EntityOtherPlayerMP['walflowercrafter'/266, l='MpServer', x=-715.53, y=72.00, z=128.91], EntityBat['Bat'/17621, l='MpServer', x=-639.59, y=21.49, z=167.25], EntityBat['Bat'/17622, l='MpServer', x=-688.44, y=57.00, z=93.06], EntityMinecartChest['entity.MinecartChest.name'/159, l='MpServer', x=-750.50, y=43.50, z=179.50], EntityOtherPlayerMP['walflowercrafter'/266, l='MpServer', x=-715.53, y=72.00, z=128.91], EntitySkeleton['Skeleton'/16280, l='MpServer', x=-646.50, y=35.00, z=166.50], EntityCreeper['Creeper'/16283, l='MpServer', x=-640.50, y=35.00, z=166.50], EntityMinecartChest['entity.MinecartChest.name'/150, l='MpServer', x=-753.50, y=40.34, z=150.09], EntityZombie['Zombie'/17996, l='MpServer', x=-636.50, y=20.00, z=183.69], EntityBat['Bat'/15099, l='MpServer', x=-707.44, y=60.01, z=94.41], EntityZombie['Zombie'/18387, l='MpServer', x=-632.50, y=30.00, z=179.50], EntitySkeleton['Skeleton'/14004, l='MpServer', x=-757.50, y=74.00, z=200.50], EntityBat['Bat'/18134, l='MpServer', x=-690.59, y=56.02, z=99.22], EntityZombie['Zombie'/15358, l='MpServer', x=-692.00, y=58.00, z=88.56], EntityBat['Bat'/18130, l='MpServer', x=-687.63, y=56.00, z=96.97], EntityMinecartChest['entity.MinecartChest.name'/178, l='MpServer', x=-707.50, y=20.50, z=180.50], EntityBat['Bat'/15226, l='MpServer', x=-743.47, y=21.51, z=104.72], EntitySkeleton['Skeleton'/16183, l='MpServer', x=-654.50, y=37.00, z=47.50], EntitySkeleton['Skeleton'/16318, l='MpServer', x=-693.50, y=22.00, z=46.50], EntitySnowman['Snow Golem'/176, l='MpServer', x=-717.38, y=72.00, z=117.28], EntityArrow['arrow'/177, l='MpServer', x=-713.09, y=22.00, z=130.91], EntitySkeleton['Skeleton'/17962, l='MpServer', x=-750.50, y=16.00, z=99.50], EntityZombie['Zombie'/16320, l='MpServer', x=-703.03, y=23.00, z=50.50], EntityBat['Bat'/15847, l='MpServer', x=-633.66, y=20.24, z=184.59], EntitySkeleton['Skeleton'/17961, l='MpServer', x=-750.50, y=16.00, z=102.50], EntityMinecartChest['entity.MinecartChest.name'/203, l='MpServer', x=-684.50, y=20.50, z=113.50], EntitySkeleton['Skeleton'/17685, l='MpServer', x=-701.50, y=41.00, z=92.50], EntityZombie['Zombie'/15947, l='MpServer', x=-715.06, y=28.00, z=94.63], EntityCreeper['Creeper'/18099, l='MpServer', x=-701.50, y=15.00, z=188.50], EntitySkeleton['Skeleton'/16466, l='MpServer', x=-635.94, y=22.00, z=185.09], EntityCreeper['Creeper'/16711, l='MpServer', x=-661.59, y=48.00, z=153.00], EntityCreeper['Creeper'/18100, l='MpServer', x=-701.50, y=15.00, z=185.50], EntitySheep['Sheep'/218, l='MpServer', x=-645.47, y=77.00, z=147.47], EntityZombie['Zombie'/15949, l='MpServer', x=-711.50, y=35.00, z=87.50], EntityZombie['Zombie'/15948, l='MpServer', x=-710.75, y=35.00, z=86.25], EntitySkeleton['Skeleton'/17806, l='MpServer', x=-706.50, y=41.00, z=68.50], EntityZombie['Zombie'/17805, l='MpServer', x=-706.66, y=41.00, z=58.41], EntityBat['Bat'/17383, l='MpServer', x=-690.47, y=58.00, z=88.47], EntityZombie['Zombie'/16712, l='MpServer', x=-670.13, y=48.00, z=158.41], EntityZombie['Zombie'/17804, l='MpServer', x=-705.09, y=41.00, z=66.50], EntityZombie['Zombie'/15594, l='MpServer', x=-636.50, y=24.00, z=170.50], EntitySheep['Sheep'/211, l='MpServer', x=-657.47, y=64.00, z=170.63], EntityCreeper['Creeper'/14901, l='MpServer', x=-646.50, y=32.00, z=171.50], EntityBat['Bat'/16960, l='MpServer', x=-639.59, y=33.10, z=166.97], EntityZombie['Zombie'/16123, l='MpServer', x=-722.53, y=25.00, z=93.06], EntityZombie['Zombie'/16122, l='MpServer', x=-718.50, y=26.00, z=95.50], EntitySheep['Sheep'/106, l='MpServer', x=-784.53, y=63.00, z=45.41], EntityBat['Bat'/17849, l='MpServer', x=-696.50, y=28.69, z=203.50], EntitySheep['Sheep'/107, l='MpServer', x=-787.94, y=63.00, z=54.53], EntitySkeleton['Skeleton'/15264, l='MpServer', x=-679.50, y=48.00, z=164.50], EntitySheep['Sheep'/105, l='MpServer', x=-786.88, y=62.00, z=47.34], EntitySlime['Slime'/15021, l='MpServer', x=-758.69, y=26.00, z=201.69], EntityZombie['Zombie'/16106, l='MpServer', x=-747.94, y=40.00, z=89.41], EntitySheep['Sheep'/124, l='MpServer', x=-771.50, y=81.00, z=55.50], EntityZombie['Zombie'/16107, l='MpServer', x=-756.50, y=44.00, z=84.50], EntityZombie['Zombie'/16108, l='MpServer', x=-758.50, y=44.00, z=86.50], EntityCreeper['Creeper'/16750, l='MpServer', x=-687.66, y=58.00, z=92.97], EntityBat['Bat'/14181, l='MpServer', x=-670.78, y=52.05, z=165.25]]
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:384)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:890)
at net.minecraft.client.main.Main.main(SourceFile:103)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 216750960 bytes (206 MB) / 643039232 bytes (613 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 28227 (1580712 bytes; 1 MB) allocated, 2 (112 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.109.1022 Minecraft Forge 10.12.0.1022 10 mods loaded, 10 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.2.109.1022} [Forge Mod Loader] (forge-1.7.2-10.12.0.1022.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.12.0.1022} [Minecraft Forge] (forge-1.7.2-10.12.0.1022.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
SuperEnchants{0.4} [Super Enchants] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LunatriusCore{1.0.0.3} [LunatriusCore] ([1.7.2]LunatriusCore-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
InGameInfoXML{2.5.1.37} [InGame Info XML] ([1.7.2]InGameInfoXML.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
ObsidianBoat{v1.3} [Obsidian Boat] (Obsidian_Boat-1.7.2-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.7.2-Forge10.12.0.1022
LWJGL: 2.9.0
OpenGL: GeForce GTX 280/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Sphax PureBDcraft 128x MC17.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1742 (97552 bytes; 0 MB) allocated, 21 (1176 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
- Buggi -
My Humble YouTube Channel
https://www.youtube.com/c/FlexibleGames
Featuring in-depth and technical gameplay with games like Minecraft, Factorio, and others.
I'm working on an open-source mod called Craft++. Check it out!
I think this is a Forge issue and not related to my mod. I've personally experienced it while testing but I cannot reliably replicate it on forge 1023 or 1024.
61.00, z=-5.19], EntityChicken['Chicken'/111, l='MpServer', x=-15.72, y=61.00, z=-4.72], EntityItem['item.item.egg'/108, l='MpServer', x=-15.13, y=61.13, z=-6.38], EntityItem['item.item.egg'/109, l='MpServer', x=-15.19, y=61.13, z=-7.22], EntityItem['item.item.egg'/106, l='MpServer', x=-15.72, y=61.13, z=-8.88], EntityItem['item.item.egg'/107, l='MpServer', x=-15.13, y=61.13, z=-5.03], EntityBat['Bat'/105, l='MpServer', x=-18.66, y=26.60, z=-57.56], EntityChicken['Chicken'/119, l='MpServer', x=-15.81, y=61.00, z=-7.16], EntityChicken['Chicken'/118, l='MpServer', x=-15.16, y=61.00, z=-7.19], EntityItem['item.item.chickenRaw'/117, l='MpServer', x=-15.91, y=61.13, z=-7.28], EntityItem['item.item.feather'/116, l='MpServer', x=-15.28, y=61.13, z=-5.41], EntityChicken['Chicken'/115, l='MpServer', x=-15.94, y=61.00, z=-4.16], EntityChicken['Chicken'/114, l='MpServer', x=-15.16, y=61.00, z=-4.28], EntityChicken['Chicken'/113, l='MpServer', x=-15.16, y=61.00, z=-6.06], EntityChicken['Chicken'/112, l='MpServer', x=-15.16, y=61.00, z=-6.59], EntitySkeleton['Skeleton'/124, l='MpServer', x=-1.50, y=64.00, z=46.50], EntitySkeleton['Skeleton'/123, l='MpServer', x=-5.50, y=64.00, z=47.50], EntitySpider['Spider'/122, l='MpServer', x=-4.56, y=64.00, z=46.00], EntityWaypointContainer['unknown'/607, l='MpServer', x=0.00, y=0.00, z=0.00], EntityChicken['Chicken'/121, l='MpServer', x=-15.16, y=61.00, z=-7.75], EntityItem['item.item.rottenFlesh'/141, l='MpServer', x=7.97, y=74.13, z=-57.09], EntitySheep['Sheep'/143, l='MpServer', x=2.69, y=71.00, z=73.84], EntityItem['item.item.rottenFlesh'/142, l='MpServer', x=9.41, y=65.13, z=16.91], EntityBat['Bat'/153, l='MpServer', x=30.59, y=17.84, z=-30.91], EntityBat['Bat'/154, l='MpServer', x=23.94, y=20.00, z=-31.47], EntityChicken['Chicken'/155, l='MpServer', x=17.47, y=65.00, z=9.44], EntitySheep['Sheep'/156, l='MpServer', x=22.50, y=66.00, z=14.34], EntitySheep['Sheep'/158, l='MpServer', x=29.34, y=65.00, z=20.50], EntitySheep['Sheep'/159, l='MpServer', x=29.03, y=72.00, z=40.03], EntitySheep['Sheep'/144, l='MpServer', x=2.13, y=71.00, z=67.88], EntitySheep['Sheep'/145, l='MpServer', x=11.19, y=72.00, z=72.19], EntitySheep['Sheep'/146, l='MpServer', x=-4.06, y=71.00, z=72.94], EntitySheep['Sheep'/147, l='MpServer', x=2.03, y=71.00, z=71.03], EntitySheep['Sheep'/170, l='MpServer', x=32.34, y=70.00, z=71.16], EntityClientPlayerMP['naleta'/423, l='MpServer', x=-47.71, y=72.62, z=-4.59], EntitySheep['Sheep'/167, l='MpServer', x=23.56, y=74.00, z=-62.66], EntitySkeleton['Skeleton'/510, l='MpServer', x=-101.06, y=24.00, z=-72.47], EntitySheep['Sheep'/511, l='MpServer', x=-110.94, y=66.00, z=-52.88], EntitySheep['Sheep'/504, l='MpServer', x=-117.31, y=70.00, z=72.16], EntityCow['Cow'/505, l='MpServer', x=-124.13, y=69.00, z=69.91], EntityBat['Bat'/500, l='MpServer', x=-125.16, y=34.98, z=71.17], EntityZombie['Zombie'/501, l='MpServer', x=-125.50, y=48.00, z=48.50], EntityCreeper['Creeper'/496, l='MpServer', x=-117.50, y=50.00, z=44.50], EntityCreeper['Creeper'/497, l='MpServer', x=-124.72, y=46.00, z=41.50], EntityCow['Cow'/498, l='MpServer', x=-120.22, y=70.00, z=27.25], EntityBat['Bat'/499, l='MpServer', x=-118.20, y=47.27, z=51.47], EntitySkeleton['Skeleton'/493, l='MpServer', x=-118.69, y=50.00, z=40.34], EntityZombie['Zombie'/492, l='MpServer', x=-117.88, y=50.00, z=40.47], EntityCreeper['Creeper'/495, l='MpServer', x=-117.50, y=50.00, z=43.50], EntitySkeleton['Skeleton'/494, l='MpServer', x=-114.78, y=50.00, z=37.84], EntityCow['Cow'/489, l='MpServer', x=-120.50, y=70.00, z=30.78], EntityCow['Cow'/488, l='MpServer', x=-116.13, y=71.00, z=24.94], EntityBat['Bat'/491, l='MpServer', x=-125.47, y=48.61, z=51.49], EntityBat['Bat'/490, l='MpServer', x=-127.80, y=47.33, z=45.58], EntitySkeleton['Skeleton'/485, l='MpServer', x=-117.50, y=25.00, z=-47.50], EntitySheep['Sheep'/484, l='MpServer', x=-118.88, y=66.00, z=-48.94], EntityBat['Bat'/487, l='MpServer', x=-120.18, y=38.36, z=-38.55], EntityZombie['Zombie'/486, l='MpServer', x=-121.50, y=38.00, z=-44.50], EntityCreeper['Creeper'/483, l='MpServer', x=-117.50, y=38.00, z=-51.50]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer serverStacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:384) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:891) at net.minecraft.client.main.Main.main(SourceFile:103) 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:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)-- System Details --Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_51, Oracle Corporation Java VM Version: Java HotSpot™ Client VM (mixed mode, sharing), Oracle Corporation Memory: 126062024 bytes (120 MB) / 316203008 bytes (301 MB) up to 518979584 bytes (494 MB) JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M AABB Pool Size: 19914 (1115184 bytes; 1 MB) allocated, 2 (112 bytes; 0 MB) used IntCache: cache: 10, tcache: 0, allocated: 13, tallocated: 103 FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 12 mods loaded, 12 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available bspkrsCore{6.0(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.0(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available SKC-Core{1.1.0.0} [SKC Core] (SKC Core 1.1.0.0 - MC 1.7.2 - Forge (10.12.0.985).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available SKC-CraftableHorseArmor{1.1.0.0} [Craftable Horse Armor] (CraftableHorseArmor 1.1.0.0 - MC 1.7.2 - Forge (10.12.0.985).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available wuppy29_harderpeaceful{1.7.2} [Harder Peaceful] (Harder Peaceful 1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available ObsidianBoat{v1.3} [Obsidian Boat] (Obsidian_Boat-1.7.2-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available wuppy29_peacefulpack{1.1.7.0} [Peacefulpack] (PeacefulPack 1.1.7.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available YALSM{2.1.1} [Yet Another Leather Smelting Mod] (yalsm-2.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Launched Version: 1.7.2-Forge10.12.0.1024 LWJGL: 2.9.0 OpenGL: GeForce 9500 GT/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [Lithos-Faithful-1.7.zip] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 3005 (168280 bytes; 0 MB) allocated, 21 (1176 bytes; 0 MB) used Anisotropic Filtering: Off (1)
Crash Logs
in
[ spoiler ]
tags
I upgraded forge to the latest version and it still crashes. This is not SMP friendly.
- Buggi -
My Humble YouTube Channel
https://www.youtube.com/c/FlexibleGames
Featuring in-depth and technical gameplay with games like Minecraft, Factorio, and others.
Hrm. Yeah it does appear to be SMP related. I'll try to look into fixing it this week.
8.8/10
Thank you, my problem is fixed now. Sorry about the lack of spoiler tags in my first post. I edited that so the thread looks better.
// Why is it breaking
Time: 3/13/14 7:46 PM
Description: Updating screen events
java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:411)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:60)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:117)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:445)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:655)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:406)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:309)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:275)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1625)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:953)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:870)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
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 net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:411)
at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:60)
at net.minecraft.inventory.SlotCrafting.func_82870_a(SlotCrafting.java:117)
at net.minecraft.inventory.Container.func_75144_a(SourceFile:238)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78753_a(PlayerControllerMP.java:445)
at net.minecraft.client.gui.inventory.GuiContainer.func_146984_a(GuiContainer.java:655)
at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:406)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:309)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:275)
-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiCrafting
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['crispybuffalo'/1047, l='MpServer', x=-388.04, y=71.62, z=241.76]]
Chunk stats: MultiplayerChunkCache: 240, 240
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-256,64,160), Chunk: (at 0,4,0 in -16,10; contains blocks -256,0,160 to -241,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 12119980 game time, 13780408 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: 95 total; [EntityCow['Cow'/823, l='MpServer', x=-315.31, y=63.00, z=272.13], EntityCow['Cow'/822, l='MpServer', x=-316.91, y=63.00, z=269.72], EntityCow['Cow'/819, l='MpServer', x=-316.31, y=63.00, z=258.16], EntityCow['Cow'/818, l='MpServer', x=-316.06, y=63.00, z=276.72], EntityChicken['Chicken'/829, l='MpServer', x=-317.22, y=63.00, z=274.75], EntityChicken['Chicken'/828, l='MpServer', x=-316.81, y=63.00, z=277.69], EntityCow['Cow'/830, l='MpServer', x=-310.56, y=63.00, z=275.72], EntityCow['Cow'/825, l='MpServer', x=-316.91, y=63.00, z=271.41], EntityCow['Cow'/824, l='MpServer', x=-313.69, y=63.00, z=276.69], EntityCow['Cow'/826, l='MpServer', x=-316.16, y=63.00, z=262.28], EntityCow['Cow'/804, l='MpServer', x=-314.88, y=63.00, z=258.16], EntityCow['Cow'/805, l='MpServer', x=-312.81, y=63.00, z=258.09], EntityCow['Cow'/806, l='MpServer', x=-312.41, y=63.00, z=260.03], EntityCow['Cow'/807, l='MpServer', x=-314.50, y=63.00, z=266.31], MoCEntityMiniGolem['MiniGolem'/800, l='MpServer', x=-314.50, y=15.00, z=261.34], EntityChicken['Chicken'/802, l='MpServer', x=-317.22, y=63.00, z=257.78], EntityCow['Cow'/803, l='MpServer', x=-316.50, y=63.00, z=259.56], EntityCow['Cow'/812, l='MpServer', x=-316.91, y=63.00, z=261.09], EntityCow['Cow'/808, l='MpServer', x=-313.59, y=63.00, z=259.41], EntityCow['Cow'/809, l='MpServer', x=-316.91, y=63.00, z=265.66], EntityCow['Cow'/811, l='MpServer', x=-313.41, y=63.00, z=261.53], EntityCow['Cow'/791, l='MpServer', x=-314.72, y=64.00, z=203.56], EntityZombie['Zombie'/789, l='MpServer', x=-317.50, y=35.00, z=183.50], MoCEntityMiniGolem['MiniGolem'/788, l='MpServer', x=-309.72, y=17.00, z=190.50], MoCEntityButterfly['ButterFly'/786, l='MpServer', x=-314.53, y=72.00, z=162.31], MoCEntityAnt['Ant'/784, l='MpServer', x=-315.59, y=69.00, z=144.44], MoCEntityWerewolf['Werewolf'/799, l='MpServer', x=-316.50, y=13.00, z=262.03], MoCEntityWerewolf['Werewolf'/795, l='MpServer', x=-308.47, y=40.00, z=242.47], MoCEntityWerewolf['Werewolf'/794, l='MpServer', x=-308.41, y=37.00, z=256.75], EntityCreeper['Creeper'/793, l='MpServer', x=-311.33, y=37.00, z=253.14], EntitySkeleton['Skeleton'/792, l='MpServer', x=-311.13, y=38.00, z=251.94], EntityCow['Cow'/778, l='MpServer', x=-333.22, y=70.00, z=194.72], EntityZombie['Zombie'/779, l='MpServer', x=-331.50, y=27.00, z=288.50], MoCEntityFly['Fly'/776, l='MpServer', x=-321.31, y=74.00, z=155.72], EntityCow['Cow'/777, l='MpServer', x=-326.97, y=76.00, z=178.88], MoCEntityFishy['Fishy'/1064, l='MpServer', x=-485.14, y=62.03, z=356.24], MoCEntityFishy['Fishy'/1059, l='MpServer', x=-516.17, y=61.92, z=275.42], MoCEntityFishy['Fishy'/1060, l='MpServer', x=-480.56, y=61.92, z=215.22], EntityCow['Cow'/834, l='MpServer', x=-312.38, y=63.00, z=272.91], EntityCow['Cow'/832, l='MpServer', x=-310.31, y=63.00, z=270.25], EntityWitch['Witch'/1081, l='MpServer', x=-462.50, y=36.00, z=304.50], EntitySkeleton['Skeleton'/1080, l='MpServer', x=-450.50, y=25.00, z=267.50], EntityCow['Cow'/833, l='MpServer', x=-316.81, y=63.00, z=272.75], EntityClientPlayerMP['crispybuffalo'/1047, l='MpServer', x=-388.04, y=71.62, z=241.76], EntityCreeper['Creeper'/1079, l='MpServer', x=-462.50, y=41.00, z=255.50], EntityCreeper['Creeper'/1078, l='MpServer', x=-462.50, y=30.00, z=243.50], EntityCreeper['Creeper'/1077, l='MpServer', x=-461.50, y=30.00, z=246.50], EntityZombie['Zombie'/679, l='MpServer', x=-428.53, y=31.00, z=279.03], EntityWolf['Wolf'/698, l='MpServer', x=-402.38, y=65.00, z=240.66], MoCEntitySmallFish['SmallFish'/699, l='MpServer', x=-403.29, y=54.00, z=276.15], EntityWolf['Wolf'/696, l='MpServer', x=-400.34, y=66.00, z=237.09], EntityWolf['Wolf'/697, l='MpServer', x=-406.75, y=55.00, z=243.31], EntityWolf['Wolf'/694, l='MpServer', x=-407.00, y=65.00, z=238.38], EntityWolf['Wolf'/695, l='MpServer', x=-404.78, y=65.00, z=235.44], EntityWolf['Wolf'/692, l='MpServer', x=-402.41, y=65.00, z=236.75], EntityWolf['Wolf'/693, l='MpServer', x=-401.13, y=66.00, z=238.00], EntityBoat['Boat'/690, l='MpServer', x=-401.25, y=63.05, z=221.75], EntityWolf['Wolf'/691, l='MpServer', x=-401.63, y=65.00, z=238.13], EntityWolf['Wolf'/689, l='MpServer', x=-408.59, y=63.00, z=217.88], EntityCreeper['Creeper'/665, l='MpServer', x=-439.34, y=29.00, z=267.97], EntityCreeper['Creeper'/666, l='MpServer', x=-440.50, y=28.00, z=270.50], EntityZombie['Zombie'/667, l='MpServer', x=-432.50, y=31.00, z=274.50], EntityWitch['Witch'/747, l='MpServer', x=-358.50, y=53.00, z=200.84], EntityCreeper['Creeper'/746, l='MpServer', x=-366.50, y=34.00, z=192.50], EntityWitch['Witch'/745, l='MpServer', x=-366.56, y=21.00, z=169.06], EntitySkeleton['Skeleton'/744, l='MpServer', x=-365.66, y=21.00, z=168.69], EntityCreeper['Creeper'/751, l='MpServer', x=-365.50, y=44.00, z=278.50], EntityCreeper['Creeper'/750, l='MpServer', x=-368.66, y=44.00, z=275.00], EntitySkeleton['Skeleton'/749, l='MpServer', x=-356.50, y=53.00, z=214.50], EntitySkeleton['Skeleton'/748, l='MpServer', x=-361.44, y=53.00, z=210.84], MoCEntityButterfly['ButterFly'/739, l='MpServer', x=-379.56, y=63.00, z=356.22], MoCEntityWerewolf['Werewolf'/738, l='MpServer', x=-380.28, y=42.00, z=336.66], EntitySquid['Squid'/737, l='MpServer', x=-372.69, y=57.00, z=267.66], EntityCow['Cow'/736, l='MpServer', x=-374.41, y=69.00, z=200.78], EntityZombie['Zombie'/762, l='MpServer', x=-348.50, y=36.00, z=210.50], EntitySkeleton['Skeleton'/763, l='MpServer', x=-351.44, y=56.00, z=228.16], MoCEntityFirefly['Firefly'/761, l='MpServer', x=-342.56, y=72.00, z=192.53], EntityCreeper['Creeper'/764, l='MpServer', x=-337.59, y=48.00, z=297.63], MoCEntityFirefly['Firefly'/765, l='MpServer', x=-350.53, y=63.00, z=302.15], EntityCow['Cow'/752, l='MpServer', x=-356.47, y=64.00, z=273.31], EntityCow['Cow'/753, l='MpServer', x=-362.69, y=63.00, z=288.53], MoCEntityFirefly['Firefly'/713, l='MpServer', x=-386.56, y=71.00, z=299.81], EntityCow['Cow'/712, l='MpServer', x=-390.47, y=63.28, z=293.47], EntityEnderman['Enderman'/715, l='MpServer', x=-382.38, y=21.00, z=315.88], EntityZombie['Zombie'/714, l='MpServer', x=-398.13, y=13.00, z=317.56], EntityCreeper['Creeper'/717, l='MpServer', x=-384.50, y=17.00, z=315.31], EntityCreeper['Creeper'/716, l='MpServer', x=-388.50, y=23.00, z=317.50], EntitySpider['Spider'/718, l='MpServer', x=-397.28, y=39.33, z=316.72], EntityMinecartEmpty['entity.MinecartRideable.name'/709, l='MpServer', x=-398.09, y=11.34, z=239.50], MoCEntityMediumFish['MediumFish'/711, l='MpServer', x=-397.59, y=50.00, z=274.69], EntityWolf['Wolf'/710, l='MpServer', x=-391.56, y=66.00, z=242.44], EntityWitch['Witch'/733, l='MpServer', x=-368.31, y=21.00, z=162.31], MoCEntityRat['Rat'/734, l='MpServer', x=-377.88, y=53.00, z=191.53], MoCEntityDragonfly['DragonFly'/735, l='MpServer', x=-380.44, y=79.00, z=178.72], EntityZombie['Zombie'/720, l='MpServer', x=-391.50, y=20.00, z=320.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:384)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:891)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Mac OS X (x86_64) version 10.9.2
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 107630904 bytes (102 MB) / 317722624 bytes (303 MB) up to 1069416448 bytes (1019 MB)
JVM Flags: 1 total; -Xmx1G
AABB Pool Size: 18003 (1008168 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 19 mods loaded, 19 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CustomSpawner{3.2.0.dev.R1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.2.0.dev.R1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights{1.3.1} [Dynamic Lights] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_dropItems{1.0.6} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_mobEquipment{1.0.4} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_otherPlayers{1.0.6} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_thePlayer{1.1.1} [Dynamic Lights Player Light Module] (DynamicLights-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FinderCompass{1.7.2b} [Finder Compass] (FinderCompass_1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ObsidianBoat{v1.3} [Obsidian Boat] (Obsidian_Boat-1.7.2-1.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
RopesPlus{1.5.7} [Ropes+] (RopePlus-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
wuppy29_simplerecipes{1.8.0} [Simple Recipes] (Simple Recipes 1.8.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AS_UpdateCheck{1.1.4} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.2-Forge10.12.0.1024
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 8800 GS OpenGL Engine GL version 2.1 NVIDIA-8.24.11 310.90.9b01, NVIDIA Corporation
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: 3229 (180824 bytes; 0 MB) allocated, 26 (1456 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
That's a known issue with the v1.3. It is fixed in v1.3.1 found here