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

Outdated PB+J 2 [Outdated] Beta v. Spirited Giraffe

Grow peanuts and Berries and make PB+J!

  1. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

  2. SkyNinjaGod

    SkyNinjaGod Void-Bound Voyager

    Actually, I like this Mod very much, but it doesn't work, neither Tabula Rasa, can you please make it work?
     
  3. Mackinz

    Mackinz The Waste of Time

    Ah, it doesn't work without Tabula Rasa? Hmm... I might have to talk with Serpent about putting the seeds into the Terramart at the Outpost.
     
    TheBigBlueSerpent likes this.
  4. SleepySquidd

    SleepySquidd Tragically Magic Hands

    I think it'd be simple enough to fix.

    Correct me if I'm wrong but I believe a way to fix them not appearing would be to add 'plain' to the groups in the recipes file.
     
    TheBigBlueSerpent likes this.
  5. Mackinz

    Mackinz The Waste of Time

    That is another way to fix it, but that then clutters up the normal crafting window. And the Terramart is supposed to sell seeds anyway... perfect place, if you ask me.
     
  6. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    Ah yes! That sounds perfect ... Umm ... How would one go about doing that? xS
     
  7. Mackinz

    Mackinz The Waste of Time

    Like this:

    Code:
    {
      "input" : [
        { "item" : "money", "count" : YOUR PRICE HERE }
      ],
      "output" : {
        "item" : "YOUR SEED HERE",
        "count" : 3
      },
      "groups" : [ "terramart" ]
    }
    
     
    TheBigBlueSerpent likes this.
  8. SkyNinjaGod

    SkyNinjaGod Void-Bound Voyager

    That will be amazing, this is a very interesting and useful mod.
     
  9. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    Thanks Mackinz, your the best!
     
  10. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

  11. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

  12. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

  13. FuNiOnZ

    FuNiOnZ Big Damn Hero

    Code:
    [19:42:52.091] Error: Error loading object file /objects/wired/tabularasa/tabularasa.object: (VariantException) No such key in Variant::get("objectName")
      VariantException::VariantException(string)
      Variant::get(String)
      Variant::getString(String)
      ObjectDatabase::ObjectDatabase()
      Root::load(bool)
      Root::initialize(Map<String, StringList, unordered_map<String, StringList, hash<String, void>, equal_to<String>, allocator<pair<String, StringList> > > >)
      _main
      ___mingw_CRTStartup
      _mainCRTStartup
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    [19:42:55.708] Error: Could not instantiate item '[grapeseed, 1, {}]'. (ItemException) No such item 'grapeseed'
    [19:42:55.709] Error: Could not instantiate item '[grapeseed, 1, {}]'. (ItemException) No such item 'grapeseed'
    [19:42:55.709] Info: Shutting down Star::Root
    [19:42:56.071] Error: Fatal Exception Caught: (ItemException) Could not create blueprint item from recipe
      StarException::StarException(string, exception)
      StarException::StarException(char*, exception)
      ItemDatabase::addItemBlueprint(ItemDescriptor)
      RecipeDatabase::scan(shared_ptr<ItemDatabase>)
      Root::load(bool)
      Root::initialize(Map<String, StringList, unordered_map<String, StringList, hash<String, void>, equal_to<String>, allocator<pair<String, StringList> > > >)
      _main
      ___mingw_CRTStartup
      _mainCRTStartup
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    
    Caused by: (ItemException) No such item 'grapeseed'
      ItemException::ItemException(string)
      ItemDatabase::itemData(String)
      ItemDatabase::addItemBlueprint(ItemDescriptor)
      RecipeDatabase::scan(shared_ptr<ItemDatabase>)
      Root::load(bool)
      Root::initialize(Map<String, StringList, unordered_map<String, StringList, hash<String, void>, equal_to<String>, allocator<pair<String, StringList> > > >)
      _main
      ___mingw_CRTStartup
      _mainCRTStartup
      RtlInitializeExceptionChain
      RtlInitializeExceptionChain
    Getting this as an error when I try to start my server with PB+J
     
  14. endlessmark

    endlessmark Phantasmal Quasar

    was playing and was wondering where the seeds are and then i noticed there was a update xD now my neko is happy :3
     
  15. TheBigBlueSerpent

    TheBigBlueSerpent Existential Complex

    The seeds are now for sale in the Terramart at the Outpost!
    Fixed! I'm sorry about that Dx Just re-download the newest version which fixes that error.
     
    FuNiOnZ likes this.
  16. FuNiOnZ

    FuNiOnZ Big Damn Hero

    I don't think your version is updating on the download button, I just tried it again and its the same error :cry:
     
  17. SleepySquidd

    SleepySquidd Tragically Magic Hands

    That's on the forums end. Just go into the 'Version History' tab and find the latest update then download it :)
     
    TheBigBlueSerpent likes this.
  18. FuNiOnZ

    FuNiOnZ Big Damn Hero

    .....Been here this long and never realized that was there, i'm stupid :rainbowbarf:
     
    SleepySquidd likes this.
  19. SleepySquidd

    SleepySquidd Tragically Magic Hands

    S'alright, same thing happened to me a while back :iswydt:
     
  20. FuNiOnZ

    FuNiOnZ Big Damn Hero

    Oddly enough I still get the same error, even downloading from the link in 'Version History'. It says it was updated at 3:51AM today, yet inside the zip nothing has been modified since the 6th
     

Share This Page