1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Craftable Seeds 1.8

Make it possible to create all your seeds directly from plantable crops.

  1. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    NeoVanAlemania submitted a new mod:

    Craftable Seeds - Make it possible to create all your seeds directly from plantable crops.

    Read more about this mod...
     
  2. BlackRaviL

    BlackRaviL Void-Bound Voyager

    Can i make a suggestion? why not move this to the Foraging Station that would make a bit more of a sense.
     
  3. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    Hm good idea. I'll think about it.
     
  4. Driko

    Driko Scruffy Nerf-Herder

    Was this supposed to work? I tried to put the modpak file on the mods folder but it doesn't work on my starbound.
    I tested another unpacked mod and it's working ok,

    Using Nightly 0.9.
     
  5. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    Chucklefish changed something about the modpak support. Modpak files doesn't work for me too in the current unstable, only unpacked files work as intended. I have to find out whats going on. The reason for the change to the modpak format come with the new ingame mod manager.
     
  6. Driko

    Driko Scruffy Nerf-Herder


    Oh I see, could you upload an unpacked version? I have no idea how to unpack modpaks (or if it's required to do any extra steps)
     
  7. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    NeoVanAlemania updated Craftable Seeds with a new update entry:

    Mod Compatibility

    Read the rest of this update entry...
    --- Post updated ---
    Please try the last mod update. It should solve the issue. ;)
     
    Driko likes this.
  8. Driko

    Driko Scruffy Nerf-Herder

    Hey Neo, it's working as intended now, but it is missing cocoa seed and cotton seed, if you could add them, it would be great xD
     
  9. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    Oh my goodness. Thanks for your reply again. I'm sry, I'll add the recipes. :)
     
    Driko likes this.
  10. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    Driko likes this.
  11. Driko

    Driko Scruffy Nerf-Herder

    erm, you forgot to add the lines to the player.config.patch corresponding to cottonseed and cocoaseed xD
     
  12. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    Really?!?! Omg you're right.... I'm not at home this weekend, please be patient until I fix this on monday. ;(
     
  13. Driko

    Driko Scruffy Nerf-Herder

  14. NeoVanAlemania

    NeoVanAlemania Space Kumquat

  15. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    NeoVanAlemania updated Craftable Seeds with a new update entry:

    Added a new mod version

    Read the rest of this update entry...
     
  16. Regal Kain

    Regal Kain Space Kumquat

    Sorry it's a bit unclear does this work for 1.0?
     
  17. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    Yes it does. :)
     
  18. v6ooo

    v6ooo Space Kumquat

    Ok @NeoVanAlemania, I'm back home so here's how you would do it.

    You will merge both mods and only keep tabicon_seed.png in interface/crafting (delete the one from interface/v6crafting)

    Make sure you have includes : [ "Extended GUI" ] in your metadata.

    Starbound allows a group of patch operations that will run independently of eachother so we can use the test operation in one group and check for something that Extended GUI has changed/moved.
    You can read more about this method on http://helmet.kafuka.org/sbmods/json, Just click on the Extensions tab under Tools.

    Here's the craftingfarming.config.patch
    If Extended GUI is installed lvlFarmTab's vertical position[1] is 297.
    Code:
    [
        [
            {
                "op": "add",
                "path": "/paneLayout/lblSeedsTab",
                "value": {
                    "type" : "image",
                    "file" : "/interface/crafting/tabicon_seeds.png",
                    "position" : [104, 222],
                    "zlevel" : 3
                }
            },
            {
                "op": "add",
                "path": "/paneLayout/categories/buttons/-",
                "value": {
                    "position" : [99, 221],
                    "baseImage" : "/interface/crafting/unselectedTab.png",
                    "baseImageChecked" : "/interface/crafting/selectedTab.png",
                    "data" : { "filter" : [ "seeds" ] }
                }
            }
        ],
        [
            {
                "op": "test",
                "path": "/paneLayout/lvlFarmTab/position/1",
                "value" : 297
            },
            {
                "op": "replace",
                "path": "/paneLayout/lblSeedsTab/position/1",
                "value" : 296
            },
            {
                "op": "replace",
                "path": "/paneLayout/categories/buttons/3/position/1",
                "value" : 295
            }
        ]
    ]
    
     
  19. NeoVanAlemania

    NeoVanAlemania Space Kumquat

    Oh thanks for your help! I'll try to figure it out and get it to work. After that I can remove the addon mod. :D
     
  20. Metalmariolord

    Metalmariolord Scruffy Nerf-Herder

    The download gets ImprovedFoodDescriptions_v1.5.zip instead of Craftable Seeds. I think you uploaded the wrong file, or given the entry, the wrong mod.
     

Share This Page