[Help AGAIN]About IC2Items - his crushed game (Items for this return - null)

  • Code

    Code
    Item fluid_cell_uu = IC2Items.getItem("fluid_cell","uu_matter").getItem();
    
            CrucibleRecipe crystalUU = new CrucibleRecipe("EMT.ALT_USE_UU",new ItemStack(EMTItems.materials_uumatterdrop),new ItemStack(fluid_cell_uu),new AspectList().add(Aspect.CRYSTAL,8).add(Aspect.MAGIC,8).add(Aspect.ORDER,8));
            ThaumcraftApi.addCrucibleRecipe(new ResourceLocation("EMT.crystalUU"),crystalUU );

    And crush report

    https://pastebin.com/tKmQwWAj

    • Official Post

    You've got the wrong fluid name for UU matter:

    Java
    IC2Items.getItem("fluid_cell", "ic2uu_matter") //Not just uu_matter

    Also, I'd be careful adding a recipe like that. Doing getItem will return the same item instance all fluid cells use, which might not be what you want. I'd presume replacing the new ItemStack(fluid_cell_uu) with the ItemStack from IC2Items.getItem should ensure it only works for UU matter containing cells.

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.


    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(


    I see this too much.