Starbound

Starbound

282 ratings
Craftable Seeds NEW
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
281.396 KB
Dec 17, 2019 @ 2:38am
Mar 12 @ 11:49pm
3 Change Notes ( view )

Subscribe to download
Craftable Seeds NEW

Description
This an updated version of Neo's Craftable Seeds Mod. This version now has a modded seeds and saplings tabs previously exclusive to Frackin' Universe crops, the Flesh Strand crop have been removed, and the Seed Maker now has platform collisions, along with being three pixels taller. To craft the Seed Maker, you craft it at the Inventors Table with 4 Timber, 10 Glass, and 6 Iron Bars. To craft 1 seed of any kind, you need 1 of their respective produce and 4 Plant Fibre. For saplings, you need 4 of their respective produce and 16 Plant Fibre.

If you wish to replace the old mod with this mod, please remove any Blue, Red and Yellow Flowers and Thorny Plants added by the previous mod before installing as I added new keywords to the built-in crops.

I added the modded seeds and saplings tabs in the base mod to accomodate future modded seeds from addons. For modders who want to create addons for this mod; use this template to create a recipe:
{ "input" : [ { "item" : "(item)", "count" : 1 }, { "item" : "plantfibre", "count" : 4 } ], "output" : { "item" : "(seed/sapling)", "count" : 1 }, "groups" : [ "seedmaker", "(seedsMods/saplingsMods)" ] }
This way, your seeds will appear under the modded tabs rather than the vanilla tabs.

Includes:
- Seed Maker
- Recipes for all vanilla crops and some trees
- Standalone versions of Blue, Red and Yellow Flower, Mushroom, and Thorny Plant Seeds
- Apple Sapling
- Support for modded recipes
- Support for Named Saplings

Addons:
- Craftable Seeds: Frackin' Universe Addon
- Craftable Seeds: Elithian Races Addon
- Craftable Seeds: More Farming Mod Addon
- Craftable Green Apple and Orange saplings in Seed Maker by AndrooID
- Coffee Tree Mod (craftable seeds) by Dr_Shadox
- Craftable Seeds: Avali Addon

Credits:
- Neo, original creator of Craftable Seeds and Frackin' Universe Addon
- elfPilauli (Steam Workshop), for suggesting the addition of platform collisions
- Marleene, for helping to make this mod compatible with Named Saplings
- KateIsLost[community.playstarbound.com] for More Saplings[community.playstarbound.com] sapling drop coding
- debugman18[community.playstarbound.com] for Extended Saplings[community.playstarbound.com] sapling sprites
63 Comments
RevvEmUp  [author] Apr 1 @ 1:07pm 
@fallslastleaf You’re very much welcome. You may also want to check out its adding. I’ve been updating those as well with Frackin’ Universe coming next.
fallslastleaf Apr 1 @ 9:42am 
Thanks for this mod! It really has improved my game experience. :)
Nephirus90 Mar 13 @ 5:36pm 
No problem, I'm currently more on modding than playing xD
I noticed this while checking for errors on a mod I am on
RevvEmUp  [author] Mar 13 @ 5:33pm 
@Nephirus90 Oh, now I see the problem. When I updated the Frackin' Universe addon, I used the wrong item I.D. for research. I'll fix that in the next update when I add sapling recipes.
Nephirus90 Mar 13 @ 5:26pm 
No, of course I have it.
Here my complete modlist: https://pastebin.com/vXEDKKNk
RevvEmUp  [author] Mar 13 @ 4:52pm 
@Nephirus90 This is from the Frackin’ Universr addon. Are you using it without Frackin’ Universe?
Nephirus90 Mar 13 @ 2:36pm 
I used this mod since it's first release, thanks for this mod!

With this new update I get these "errors" in the log:
[22:22:28.555] [Error] Could not load recipe /recipes/farmtable1/seeds/cs_flowerpurple.recipe: (ItemException) No such item 'research'
I copy-pasted only this but I have the same line for the other 9 colored flowers too.
Are they from a mod I am missing? (before the update I did not get these)
RevvEmUp  [author] Mar 12 @ 11:52pm 
New update is posted. I finally got around to figuring out the code for sapling recipes. This doesn't add all saplings, just the "special" ones; the ones that drop things other than Logs. With this new understanding, I can finally find the confidence to add saplings for the Frackin' Universe and More Farming Mod addons.
RevvEmUp  [author] Mar 12 @ 7:17pm 
@Golden Booperie It more depends on what part of the game you're modding. I picked crops to mainly mod because it's very simple. Making tree saplings are not.
Golddess Booperie Mar 12 @ 9:57am 
Understandable, perhaps the modders in the futara server may be proven helpful if you want to try it out, I never touched mod makin before, I would imagine its really tricky