Chocohead / craftingtableiii

Automatically exported from code.google.com/p/craftingtableiii
1 stars 0 forks source link

3 bugs with double-id item, Trains mod and crafting guide #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Describe the issue:

1-st bug: I would to craft e.g. mining well from buildcraft 2 
(http://minecraftbuildcraft.wikia.com/wiki/Mining_Well)
which have an item (Iron Gear) that is used for Fish Bowl (Mo'creatures).
The result is error and black screen.

2-nd bug: The list of possible to craft items is not enough, there are missing 
some items - error from the console:

java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Laan;
        at lukeperkin.craftingtableii.ContainerClevercraft.getRecipeIngredientsO
LD(ContainerClevercraft.java:208)
        at lukeperkin.craftingtableii.Zeldo.InitRecipes(Zeldo.java:237)
        at lukeperkin.craftingtableii.ContainerClevercraft.populateSlotsWithReci
pes(ContainerClevercraft.java:132)
        at lukeperkin.craftingtableii.ContainerClevercraft.a(ContainerClevercraf
t.java:340)
        at lukeperkin.craftingtableii.ContainerClevercraft$RemindTask.run(Contai
nerClevercraft.java:121)
        at java.util.TimerThread.mainLoop(Unknown Source)
        at java.util.TimerThread.run(Unknown Source)

The bug occurs since I've installed Trains mod.

3-rd bug: If I have to craft item that is after item "Crafting Guide" on the 
list - I'll be kicked from the game (black screen).

Are you sure you had enough space for all the requirements for this recipe?
Yes

What mods do you have installed?
-Minecraft Forge
-ModLoader
-Buildcraft
-Industial Craft 2
-AudioMod
-Redpower2
-Railcraft
-TeleportPipes
-Forestry
-AdvMachines (IC2 addon)
-Equivalent Exchange 2
-CraftGuide (ssp only, but occurs on smp crafting list)
-InvTweaks
-Rei's Minimap
-MoCreatures
-The Twilight Forest
-Elemental Creepers (ssp, smp for modLoader, not forge)
-Trains mod
-Weapon mod
-Nether ores
-Battle towers
-Custom mob spawner

What mod do you suspect to be the issue?
-Trains mod, mo'creatures, crafting guide

Original issue reported on code.google.com by maciej.j...@gmail.com on 29 Jun 2012 at 2:44