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

Done Recipe conflicts (including fix)

Discussion in 'Forever Stranded' started by chaosblad3, Jul 6, 2017.

  1. chaosblad3

    chaosblad3 Very Well-Known Member Patron Tier 1

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    10:15 PM
    Actually additions and Tiny Progression mods both add emerald tools (pickaxe, axe, shovel, hoe and sword) all of which use the same recipes but arbitrarily the way in which the recipes conflicts means if you try to craft them all you end up with a pickaxe, shovel and sword from actually additions and axe and hoe from tiny progressions, meaning it is impossible to craft the emerald multitools from BOTH mods since the recipes only work with their own respective tools.

    Below are two quick recipe override that will force each recipe to use the tool that gets crafted

    Code:
    //emerald tools
    recipes.addShaped(<actuallyadditions:emeraldPaxel>, [[<tp:emerald_axe>,<actuallyadditions:itemPickaxeEmerald>,<actuallyadditions:itemSwordEmerald>], [<actuallyadditions:itemShovelEmerald>,<tp:emerald_hoe>, null],[null, null, null]]);
    
    recipes.addShaped(<tp:emerald_multi>
    , [[<tp:emerald_axe>,<actuallyadditions:itemShovelEmerald>,<actuallyadditions:itemPickaxeEmerald>], [null,<minecraft:stick>,null],[null,<minecraft:stick>,null]]);
    Please apply ASAP ;)
     
    Sandstroem likes this.
  2. bigbluu722

    bigbluu722 Well-Known Member

    Messages:
    827
    Likes Received:
    276
    Local Time:
    5:15 PM
    I'll go ahead and tag an @Administrator to take a look into this for you.
    -V
     
  3. chaosblad3

    chaosblad3 Very Well-Known Member Patron Tier 1

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    10:15 PM
    Also a recipe conflict with the tiny progressions golden apple which overwrites the vanilla golden apple.. fix below ;)
    Code:
    recipes.addShapeless(<minecraft:golden_apple:0>,<tp:GoldenApple>);
    recipes.addShapeless(<tp:GoldenApple>,<minecraft:golden_apple:0>);
     
  4. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,373
    Likes Received:
    1,915
    Local Time:
    3:15 PM
    I think you should be reporting these to the pack developer instead of us. As I know we do fix certain things, this is quite a lot that should be reported to them.
     
  5. chaosblad3

    chaosblad3 Very Well-Known Member Patron Tier 1

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    10:15 PM
    I already did report them, but obviously the time frame of waiting for the pack dev to fix it and then waiting for MyM to update to new pack version is a lot longer than getting a temp fix applied on this end in the mean time.
     
  6. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,373
    Likes Received:
    1,915
    Local Time:
    3:15 PM
    Alright, I will look into adding these in an hour or so. Will let you know.
     
  7. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    4:15 PM
    Make a list, we can fix them tonight.
     
  8. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,373
    Likes Received:
    1,915
    Local Time:
    3:15 PM
    Way ahead of you. ;)
     
    BookerTheGeek likes this.
  9. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,373
    Likes Received:
    1,915
    Local Time:
    3:15 PM
    Added recipe fixes for this. Check in-game JEI for the fixes. ;)
     
  10. wyndman

    wyndman Well-Known Member

    Messages:
    4,045
    Likes Received:
    2,014
    Local Time:
    5:15 PM
    Those have also been reported to the mod pack creator, I'll go poke him when I see him again today and see what his hold up is on the fix.
     

Share This Page