[1.15 BUG] Can't craft MFSU in SMP

  • I cannot craft a mfs unit in multiplayer (haven't checked single player because I'm not that far in there) according to the wiki's recipe: http://wiki.industrial-craft.net/index.php?title=MFS_Unit


    I do realize on the sticky of known bugs it says that MFS units can only be crafted with only FULLY charged crystals BUT it was under v0.90 and it is highlighted in green meaning it should've been fixed in v1.


    I noticed in the mod class file the crystal for this recipe requires energy (maybe) when it reads, ..., 100001... somewhere in the lines of code between 900-930 there.


    This wiki might have an expired recipe or this simply may not work in multiplayer. X(


    EDIT: works for singleplayer, not for smp still
    I see the mfsu in too many items inside singleplayer but not smp
    This is definitely a multiplayer issue.

  • It is supposed to require an UNCHARGED energy crystal, not a charged one. also, if it actually requires the 100001 durability energy crystal, then that IS most certainly a bug, as you cannot get that ever in game.

  • It is supposed to require an UNCHARGED energy crystal, not a charged one. also, if it actually requires the 100001 durability energy crystal, then that IS most certainly a bug, as you cannot get that ever in game.

    Maybe it's just the recipe that's wrong then because there are lots of recipes in the source .class file and I may have gotten confused. But here is what I saw:


    Quote

    ModLoader.AddRecipe(new ul(blockElectric, 1, 2), new Object[] { "LCL", "LML", "LAL", Character.valueOf('M'), new ul(blockElectric, 1, 1), Character.valueOf('A'), new ul(blockMachine, 1, 12), Character.valueOf('C'), itemPartCircuitAdv, Character.valueOf('L'), new ul(itemBatLamaCrystal, 1, 10001) });

    • Official Post

    10001 isn't the durability, but the damage. Thus a nearly destroyed = Empty crystal.


    The error lays within crafting lamacrystals from charged energy crystals, as this results in a 10% charged lamacrystal. Which cannot be used for crafting.


    It's changed to creating an empty crystal (and thus wasting 100k EU) in the next release, so far just use UNCHARGED energy crystals to craft lapotron crystals and everythings fine.