0 of 0

File information

Last updated

Original upload

Created by

UncleArya

Uploaded by

UncleArya

Virus scan

Safe to use

25 comments

  1. TemTem0
    TemTem0
    • member
    • 0 kudos
    can i use with automation mod?
  2. suchiiz1
    suchiiz1
    • member
    • 0 kudos
    thank you, still working fine with v1.6.10
    1. jencarlos812
      jencarlos812
      • member
      • 1 kudos
      That's the beauty of Content Patcher, not the mod itself. Any non-CP mod often breaks if it relies on JSON assets or Alternative Textures or whatever else framework they're using but you can find even 2018 Content Patcher mods working all thanks to CP developer.

      As a side note if anyone wonders why advertised duration times are all wrong and slightly elongated, Author didn't want to bother doing the Math of 24x60=1440 minutes but instead put 1600 minutes (for 1 day) only because it's a round number and he felt like it so every longer days items are scheduled always back, like Prismatic is 18.5 days instead of 17 days as advertised and so forth. So if you're keen on time management, open content.json file and find "MinutesUntilReady" statement for the item you want to correct and use a Calculator to do the minutes math yourself to change the values.

      Very good mod except this manual correction needed thing.
  3. Drippysansyt
    Drippysansyt
    • member
    • 0 kudos
    Hey, so I'm curious. I was poking around in the notepad app looking at the content json and I added the Calico Eggs as an item to be duplicated and I was wondering if other items could be done in a similar manor (like the crystalarium). It didn't seem to work for it though. I don't fully understand coding do you think it won't work because the id naming is different like how weeds are [0] and the crystalarium's is [(BC)21]. Or would there be some sort of way to get around it?

    Truthfully I'm not worried about balanced gameplay mechanics, I'm more or less curious about could it work and how. Not that you'd need to say how it'd work if it could.
  4. FabioCapela
    FabioCapela
    • premium
    • 6 kudos
    Just for reference, the default rate isn't quite 120g/day. The best approximation I found, back when I made a personal mod to add reasonable Crystalarium duplication times to all minerals, was (gold * 27 / LOG10(gold)) in minutes. This results in a time within 10% of the default time for all gems except Quartz (and within 5% of the default time for everything except Quartz and the bunch of 250g gems).
  5. Abcdefg20032
    Abcdefg20032
    • member
    • 0 kudos
    它与 1.5 版本兼容吗?
    1. UncleArya
      UncleArya
      • premium
      • 40 kudos
      No. The changes in 1.6 and with Content Patcher 2.0+ make it so this mod only works with 1.6.
    2. Abcdefg20032
      Abcdefg20032
      • member
      • 0 kudos
      Ok, I see. Thank you for your reply
  6. mistychan
    mistychan
    • member
    • 1 kudos
    Is there a way to disable everything other than Prismatic and Cinder Shards that this mod adds? Maybe an option in the generic mod config menu?
    1. UncleArya
      UncleArya
      • premium
      • 40 kudos
      Hey there. I have added a config option to disable everything except Prismatic and Cinder Shards in version 1.2.1.
  7. 2849692754
    2849692754
    • member
    • 0 kudos
    [Content Patcher] Could not load content pack 'Better Crystalarium': unsupported format version 2.1.0, you may need to update Content Patcher.
     help me
    1. UncleArya
      UncleArya
      • premium
      • 40 kudos
      CP version has now been updated.
  8. 123HXX
    123HXX
    • member
    • 0 kudos
    Wood - 20Minutes   right
    Coal - 20Minutes     ???         >>>     Coal - 200Minutes
    1. UncleArya
      UncleArya
      • premium
      • 40 kudos
      Hey there. Coal should be 20 minutes of processing time. If yours is 200 minutes I will have to see a SMAPI log to try figuring out why it isn't 20 minutes.
  9. xThatScopez
    xThatScopez
    • member
    • 0 kudos
    Very nice mod! Is there a way that you can add Cinder Shards?
    1. UncleArya
      UncleArya
      • premium
      • 40 kudos
      Added in version 1.2.0 :)
  10. DewStarr
    DewStarr
    • member
    • 0 kudos
    Awesome mod! Can I configure the processing time?
    1. UncleArya
      UncleArya
      • premium
      • 40 kudos
      Thanks so much! I didn't create a config file cause there are a ton of entries and I didn't want to make the mod overly complicated. But you can definitely edit the content.json file. Each entry is logically named and you can scroll to find the one you want and just edit the Processing Time value. Just make sure the number is divisible by 10.