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

Done Missing recipe

Discussion in 'Tekkit Legends' started by BookerTheGeek, Oct 25, 2021.

  1. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    6:49 AM
    Heyo

    The "Crafting Cleanup Upgrade" from logistic pipes does not have a recipe. I remember talking to the devs of L.P. back when this pack came out and it was suppose to have a recipe. We did make one as I put it in. But now it seems to be missing? Most likely do to the server updating since then. I am requesting that the recipe be put back in.

    We added it in the first time due to L.P. being the main crafting system in the pack, this helps reduce the amount of server resources that the mod uses.

    Just drop this into the same file that the SirWilli Ender Tank recipe is in and it will show up in game. As long as it is also downloaded by the client but I'm sure you knew that already. :)

    Code:
    # Crafting Cleanup Upgrade
    recipes.addShaped(<LogisticsPipes:item.itemUpgrade:26>, [
    	[<ore:dustRedstone>,<ore:gearDiamond>,<ore:dustRedstone>],
    	[<ore:gearDiamond>,<ore:chipsetQuartz>,<ore:gearDiamond>],
    	[<ore:dustRedstone>,<ore:gearDiamond>,<ore:dustRedstone>]
    ]);
    

    Thank you much for taking this under consideration.
     
  2. Sandstroem

    Sandstroem Patron Tier 3

    Messages:
    1,520
    Likes Received:
    821
    Local Time:
    1:49 PM
    Are you sure it is the same pack? Didn't we replace tekkit legends with a newer pack?
     
  3. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    6:49 AM
    Maybe... I think we did add a replacement pack but I am not sure.

    On the other hand, Tekkit Legends is still downloadable in the launcher and playable online on the network. :)
     
    Last edited: Oct 26, 2021
  4. TheeForgotten

    TheeForgotten Senior Moderator Build Team Booster

    Messages:
    265
    Likes Received:
    95
    Local Time:
    7:49 AM
    BookerTheGeek likes this.
  5. HanoverFist69

    HanoverFist69 Administrator

    Messages:
    2,199
    Likes Received:
    880
    Local Time:
    4:49 AM
    Recipe has been implemented. Thanks for the suggestion. :)
     

Share This Page