Jump to content

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


Recommended Posts

Posted

Oh good. I guess it was just a corrupt dev environment somehow, then. I'll update the post tonight if nobody still has issues.

Posted

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.

Posted

Are these rendering glitches all the time or just when the carriage is in transit? Screenshots would be good, too. Is it affecting blocks of many mods, or just other mods but not mine?

Posted

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.

Posted

Still no multipart support :( I hate having to make these bulky enderchest/comparator setups

It's the next big thing on my to-do priority list, now that the teleporters are in. Have patience, m'lad.

Posted

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.

Posted

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.

Posted

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?

Posted

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.

Posted

I know there is no registry. I just figured I would let people know there is a conflict. There was no conflict with 1.1.3. I just thought it was interesting that they added a mod between 1.1.3 and 1.1.4 and it happens to conflict with this one.

Posted

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] 

Posted

Crash during world startup with AFAIK Rei's Minimap:

Stop truncating your error logs: You've left out shit I need to know, like which version of my mod you're using.

Posted

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.

Posted

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.

Posted

Yeah, singleplayer.

When can we expect the bugfix?

I'll throw it in with my multipart-support test release later today. If the change I made doesn't fix it, you can let me know then.

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...