1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Done recipy bug

Discussion in 'Galactic Science' started by tyler489, Aug 14, 2015.

  1. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    10:49 AM
    it takes 9 sapphires to make one block of sapphire (correct)
    however it takes 9 blocks of sapphire to make 9 sapphires
    it should be 1 block= 9
     
  2. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    10:49 AM
    found another one the basic reward bag has a 16.66% chance of giving a "crap reward" of nothing i think an item id is missing.
     
  3. SirWill

    SirWill Founder

    Messages:
    12,287
    Likes Received:
    3,705
    Local Time:
    4:49 PM
    The sapphire from 4planets?
     
  4. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    10:49 AM
    yep
    the one you need to make the star harvester 9 sapphire makes one block
    9 blocks makes 9 saphires.
     
  5. SirWill

    SirWill Founder

    Messages:
    12,287
    Likes Received:
    3,705
    Local Time:
    4:49 PM
    Ah, that issue exists with all blocks from the mod
     
  6. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    10:49 AM
  7. SirWill

    SirWill Founder

    Messages:
    12,287
    Likes Received:
    3,705
    Local Time:
    4:49 PM
    Feel free to do that
     
  8. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    10:49 AM
    ill work on that when i get done at work then.[DOUBLEPOST=1439603369,1439549539][/DOUBLEPOST]ok the blocks that are bugged are Saphire Frozen iron and Ununpentium
    Code:
    <SpacePluto:pluto_block:7> <ore:sapphireBlock>
    <SpacePluto:null> <ore:sapphire>
    
    <SpacePluto:pluto_block:8> <ore:ununpetiumRawBlock>
    <SpacePluto:null:2> <ore:ingotFrozenIron>
    
    <SpacePluto:pluto_block:9> <ore:ingotFrozenIronBlock>
    <SpacePluto:null:1> <ore:ununpetiumRaw>
    To do list
    Fix Saphire recipy DONE
    fix Frozen iron REcipy DONE
    fix Ununpetium REcipy DONE
    Remove wrong oredic from Frozen iron block Done?
    Remove Wrong oredic from Frozen ununpetium Block Done?

    Code:
    val firon = <ore:ingotFrozenIronBlock>;
    firon.remove(<ore:ununpentiumRawBlock>);
    firon.add(<SpacePluto:pluto_block:8>:
    val ununp =<ore:ununpetiumRawBlock>:
    ununp.remove(<ore:ingotFrozenIronBlock>)
    ununp.add(<ore:ununpetiumRawBlock>)

    Code:
    recipes.removeShaped(<SpacePluto:null>);
    recipes.removeShaped(<SpacePluto:null:1>);
    recipes.removeShaped(<SpacePluto:null:2>);

    Code:
    recipes.addShapeless(<SpacePluto:null> * 9, [<ore:sapphireBlock>]);
    recipes.addShapeless(<SpacePluto:null:2> * 9, [<SpacePluto:pluto_block:8>]);
    recipes.addShapeless(<SpacePluto:null:1> * 9, [<SpacePluto:pluto_block:9>]);

    also i request a nametag recipy as it is hard to get them.
    Code:
    recipes.addShaped(<minecraft:name_tag>,
    [[null, <minecraft:string>, <minecraft:null>],
    [<minecraft:string>, <ore:slimeball>, <minecraft:string>],
    [null, null, <minecraft:paper>]]);
    [DOUBLEPOST=1439689485][/DOUBLEPOST]mrWilli?
     
    Last edited: Aug 15, 2015
    caithleen likes this.
  9. SirWill

    SirWill Founder

    Messages:
    12,287
    Likes Received:
    3,705
    Local Time:
    4:49 PM
  10. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    10:49 AM
    The ore dic for frozen iron is ore ununpenium and the ore dic for ununpentium is frozen iron....
     
  11. SirWill

    SirWill Founder

    Messages:
    12,287
    Likes Received:
    3,705
    Local Time:
    4:49 PM
    Ah, I don't think the oredict of this items are used atm so I will leave it for now.
     
  12. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    10:49 AM
    had the fix been applied to the server ot will it be next update as it appears the recipys didnt load.
     
  13. SirWill

    SirWill Founder

    Messages:
    12,287
    Likes Received:
    3,705
    Local Time:
    4:49 PM
    with the next update
     
  14. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    10:49 AM
    ah any idea when that will be?
     
  15. SirWill

    SirWill Founder

    Messages:
    12,287
    Likes Received:
    3,705
    Local Time:
    4:49 PM

Share This Page