Jump to content

[1.6.x/1.5.x] Redstone In Motion (Redpower Frames) 2.3.0.0 (October 8)


jakj

Recommended Posts

What? No existing items should have been affected. All I did was change the recipes to not let you craft new ones that would do it. I need more detail on what you're seeing.

Well the magmatic engine I had on one frame went white and lost part of its model/made part of it invisible and also some items have the texture for different items now.

Link to comment
Share on other sites

Craft with dyes to add label, or just leave at the default label. Craft with comparator to prevent others adding to your channel and hijacking it. Place against carriage just like any other drive. Make sure chunks are loaded. Apply Redstone signal to teleport.

Link to comment
Share on other sites

Progress on multipart support:

I have now (in 1.6 so far, to be ported to 1.5 when it works in 1.6) gotten it to correctly move blocks from ChickenBones Wireless Redstone. However, the world has to be completely closed and reopened after a carriage move for it to work. If I just move the carriage and do nothing else, the block is there, intact, but completely unresponsive. If I close and reopen the world, it pops back up, frequency intact, and receives signals.

So that's progress, at least. If anybody with modding knowledge has any clues to help me going forward, I'd appreciate them; Otherwise, time for breakfast and I'll come back to this later.

Link to comment
Share on other sites

Here's the 1.6 test version with source if anyone wants to mess with it.

THIS IS NOT A BETA RELEASE. If you're not a modder, don't bother unless you're just really bored today.

https://www.dropbox.com/s/gj6r7r088g1d7p9/MPDEV_RedstoneInMotion_2.0.0.0_mc1.6.zip

Expected behaviour: Blocks using multipart (non-Immibis microblocks, CB WRE) should be moved by carriages fine, but they will appear invisible and won't do anything. Once you completely close and open the world, they should pop back up intact, be rendered, and start working again.

Link to comment
Share on other sites

Just so you know the 1.1.4 version of Unleashed has added a new mod since since 1.1.3. The new mod is called switches that adds some fancy toggle switches. The numbers they used for the block IDs clash with RIM 1.2.1.0. I resolved this by putting the IDs that clashed before yours. I am assuming you are adding IDs after those you had already allocated for RIM 2.0. I have not tried the RIM 2.0 yet. I had enough issues migrating from 1.1.3 to 1.1.4 to change the RIM version.

Is there a place you can still download 1.2.1.0?

Link to comment
Share on other sites

If you want to download an old version, either search back through the thread for the post where I announced it, or use the j-a-k-j.com link and change the number in the URL. As for block-ID clashes...uh...that's what a config file is for, dude. There is no international minecraft-mod block-ID registry.

Link to comment
Share on other sites

Crash during world startup with AFAIK Rei's Minimap:

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 4

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 6

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 7

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 8

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 9

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 10

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 11

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 12

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 13

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 14

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 15

2013-09-02 15:04:41 [iNFO] [sTDERR]    at JAKJ.RedstoneInMotion.CarriageDrive.func_71858_a(CarriageDrive.java:125)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:156)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:502)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at mod_ReiMinimap.onTickInGame(mod_ReiMinimap.java:29)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.src.BaseMod.doTickInGame(BaseMod.java:55)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.sendTick(BaseModTicker.java:102)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickBaseMod(BaseModTicker.java:82)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.modloader.BaseModTicker.tickEnd(BaseModTicker.java:56)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:377)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:873)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:760)

2013-09-02 15:04:41 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-09-02 15:04:41 [iNFO] [Minecraft-Client] [CHAT] Updates found: ICBM (1.3.0),Modular Force Field System (3.2.0),Atomic Science (0.7.1).

2013-09-02 15:05:58 [iNFO] [Minecraft-Client] Stopping!

2013-09-02 15:05:58 [iNFO] [sTDOUT]

2013-09-02 15:05:58 [iNFO] [sTDOUT] SoundSystem shutting down...

2013-09-02 15:05:58 [iNFO] [sTDOUT]    Author: Paul Lamb, www.paulscode.com

2013-09-02 15:05:58 [iNFO] [sTDOUT] 

Link to comment
Share on other sites

IMPORTANT NEWS REGARDING FORGE MULTIPART SUPPORT

I contacted ChickenBones, and he altered his and my code to add support for Multipart blocks (non-Immibis microblocks, ChickenBones wireless redstone, etc.), and a test version will be out later today.

It requires a new version of Forge Multipart and will not work with any previous.

Requires version 1.0.0.154: http://files.minecraftforge.net/ForgeMultipart/

At this time, that version is available for only Minecraft 1.6, not 1.5. Hopefully a 1.5 revision will come out too, but I can't control that and I don't know if he can/will do one. So for now, multipart support will be in only version 1.6 of the mod.

Link to comment
Share on other sites

Sorry, the whole file was >700MB (to big for pastebin).

Here you are:

https://www.dropbox.com/s/t5mmf6wtfs993no/ForgeModLoader-client-0.log

Are you sure that's actually a crash? As in, Minecraft is closing on its own without you closing it? Because it looks to me like it's just printing the errors to the log and continuing on. According to that log, your client closes 1 minute 17 seconds after those errors happen.

Link to comment
Share on other sites

Yes, it just says "downloading world".

That's incredibly strange. And this is a singleplayer world?

In any case, I added a few extra unnecessary checks to my code that'll get thrown into the next release to account for other mods doing stupid things like tring to get icons for blocks that don't exist. That should take care of the issue.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...