1. Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.
    Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
    Dismiss Notice

Outdated Food Processor Furious Blender

Tired of low crop yields? Use this.

  1. The Pussplum Update

    Seria-Myouna
    -Added Pussplum to grindable plants.
    -Can't believe people still use this.

    Guide for adding new fruits/veggies to the grinder:

    Under foodprocessor > recipes > foodprocessor there are a bunch of a files named x.RECIPE. Feel free to copy one of these in order to get a template.

    Code:
    {
      "input" : [
        { "item" : "pussplum", "count" : 1 }
      ],
      "output" : { "item" : "pussplumseed", "count" : 2 },
      "groups" : [ "foodprocessor", "all" ]
    }
    All you need to do is replace "pussplum" with the name of the fruit in question and "pussplumseed" with the name of the seed (Usually just yseed, where y is the name of the new fruit/vegetable.). Then save your new file and rename it to "y.RECIPE". It should now be able to grind that new produce.
Return to update list...