0 of 0

File information

Last updated

Original upload

Created by

Selph aka zombifier

Uploaded by

zombifier

Virus scan

Safe to use

132 comments

  1. zombifier
    zombifier
    • premium
    • 72 kudos
    Locked
    Sticky
    RE: Android Compatibility

    EMC versions below 1.7.0 works (without byproduce, but with fuel functionality). Versions 1.7.0 and above do not work. I may look into Android compatibility in the future, but for now I don't yet have the means to do so.

    in any case, this mod is open source and permissively licensed - anyone who is willing to update it for Android compat is 100% free to do so.
  2. vaggei1717
    vaggei1717
    • member
    • 0 kudos
    how to open the menu? 
    1. zombifier
      zombifier
      • premium
      • 72 kudos
      That's from Lookup Anything. https://www.nexusmods.com/stardewvalley/mods/541
  3. LunaGlaze
    LunaGlaze
    • member
    • 2 kudos
    I have a question, can EMC or any other mod make the flavored output of a machine replicate the edibility of the input item? Like vanilla jelly.
    1. zombifier
      zombifier
      • premium
      • 72 kudos
      Not yet, but I am considering adding it!
    2. LunaGlaze
      LunaGlaze
      • member
      • 2 kudos
      Ty. I need this feature for a mod I'm working on. My computer skills are amateurish and I always end up with lots of red errors in SMAPI while struggling with C#. I'd really appreciate it if you could add this effect to EMC.
    3. zombifier
      zombifier
      • premium
      • 72 kudos
      Done, check the latest version.
    4. LunaGlaze
      LunaGlaze
      • member
      • 2 kudos
      Awesome, thank you so much for your work! I just discovered a few days ago that there was a problem with my project, hidden buff attributes were not showing up. This made it a little difficult for me to better tell the players what special effects my product has. You actually worked it out together. You are a great modder!
  4. NARCOAZAZAL
    NARCOAZAZAL
    • member
    • 11 kudos
    Hey modder, I was wondering if it might be within the scope of the mod to add a mechanic that uses the color_tag of the input item to tint the animation of a machine. For example, I'm working on a retexture mod for vanilla machines, and I made a transparent Preserve Jar. I want to create an animation that shows the jar with content once you put something inside, and I'm looking for a framework that would allow the working animation to match the color_tag of the input item.
    1. zombifier
      zombifier
      • premium
      • 72 kudos
      I'll put this on my log! For now though, if you're willing to draw every colored sprite yourself this is possible with separate rule for every color tag, and a different increment parent sheet value for each. Very annoying, but doable.
    2. zombifier
      zombifier
      • premium
      • 72 kudos
      Done, check the latest version.
    3. NARCOAZAZAL
      NARCOAZAZAL
      • member
      • 11 kudos
      This is amazing!! I just finished reading the document and it looks perfect. Can’t wait to start messing with it, thank you so much.
  5. saffy
    saffy
    • premium
    • 0 kudos
    Hi, sorry to bother you. Here is my log: https://smapi.io/log/d391eddf270e46c486ed1c4ddc9659fb
    I was wondering if this mod would be the reason why my fish aren't keeping their quality within the smoker. I have a few artisan mods, but I figured I would ask here if this is something you're aware of. I've tried to find any information on the smoker in my mods to no avail. Thank you so much for the work you put in <3
    I attempted to smoke an iridium quality fish, and it returned to normal quality when finished. I attempted to do the same manually (i.e. without automate), only for the same result. It is also attached to a recycler and crab pots, but as far as I know that should have no affect. Thank you!
    1. zombifier
      zombifier
      • premium
      • 72 kudos
      It's Quality Conversion Engine, which by default "normalizes" fish smokers and the loom. You can turn it off in that mod's config settings.
    2. saffy
      saffy
      • premium
      • 0 kudos
      Thank you so much!! I really appreciate it!!
  6. saffy
    saffy
    • premium
    • 0 kudos
    apologies, it seems that i've submitted a comment twice ;^^
  7. ArchangelDead
    ArchangelDead
    • member
    • 0 kudos
    There is a bug: when GeodeCrusher is working, if a ring is generated, GeodeCrusher stops working. SMAPI shows:
    ERROR Automate Failed to automate machine 'GeodeCrusher' at Farm (tile: 53, 16). An error occurred while setting its input. Machine paused for 30s.System.InvalidCastException: Unable to cast object of type 'StardewValley.Objects.Ring' to type 'StardewValley.Object'.
    at StardewValley.Object.OutputMachine_PatchedBy<DaLion.Professions__FlashShifter.SVECode__moonslime.CookingSkill__selph.ExtraMachineConfig__Spiderbuttons.ButtonsExtraBooksCore>(Object this, MachineData machine, MachineOutputRule outputRule, Item inputItem, Farmer who, GameLocation location, Boolean probe, Boolean heldObjectOnly)
    at StardewValley.Object.PlaceInMachine_PatchedBy<DaLion.Professions__mushymato.MachineControlPanel__selph.CustomTapperFramework__selph.ExtraMachineConfig>(Object this, MachineData machineData, Item inputItem, Boolean probe, Farmer who, Boolean showMessages, Boolean playSounds)
    at StardewValley.Object.performObjectDropInAction_PatchedBy<DaLion.Professions__Digus.ProducerFrameworkMod__gaussfire.ConvenientInventory__MindMeltMax.Fishnets__rokugin.collector__selph.ExtraMachineConfig__Shockah.Kokoro__tlitookilakin.mus>(Object this, Item dropInItem, Boolean probe, Farmer who, Boolean returnFalseIfItemConsumed)
    at StardewValley.Object.AttemptAutoLoad_PatchedBy<DaLion.Professions>(Object this, IInventory inventory, Farmer who)
    at Pathoschild.Stardew.Automate.Framework.Machines.DataBasedObjectMachine.SetInput(IStorage input)
    at Pathoschild.Stardew.Automate.Framework.MachineGroup.Automate()
    LOG-LINK
    1. zombifier
      zombifier
      • premium
      • 72 kudos
      this happens with or without EMC, and it's because one of your mods is removing the ban on mystery boxes being put inside a vanilla geode crusher. I can't tell which one is responsible though...
    2. zombifier
      zombifier
      • premium
      • 72 kudos
      Got it; it's caused by Better Things. Please report this bug on that mod's page.
    3. Maatsuki
      Maatsuki
      • premium
      • 72 kudos
      Hi, Better Things dev here. For now you can disable the option "Better Geode Crusher" from my mod to fix that issue.
    4. ArchangelDead
      ArchangelDead
      • member
      • 0 kudos
      I am glad to receive your patient and meticulous reply. Thank you again.
    5. ArchangelDead
      ArchangelDead
      • member
      • 0 kudos
      Through your reply, I have resolved this issue from the settings options. Thank you.
  8. Grolazz
    Grolazz
    • member
    • 0 kudos
    When I put this mod in the game, the furnace stops working. I've tried to solve the problem but nothing worked, whenever I try to use the furnace it simply doesn't work. 
    1. zombifier
      zombifier
      • premium
      • 72 kudos
       If you're on Android use version 1.6.0. If not please post a full smapi log at smapi.io/log 
  9. Jinxiechuang
    Jinxiechuang
    • member
    • 0 kudos
    I'm getting this errors after the recent update: https://smapi.io/log/5ae69cd002b64abd837dd90ed624e98c the geode crusher mod im using is still somewhat working albeit not as perfectly as it should've been after the update.
  10. Minothilos
    Minothilos
    • premium
    • 28 kudos
    Hi! I've been using this in Balance Overhaul - Continued to tweak the recipes for Cornucopia flavored mayo. Long story short, one of the settings makes it so that all mayonnaise require 2 of the primary item and then one large egg or two small ones as fuel. Problem is, if the two eggs aren't in the same stack (for example two different small eggs) only one of them will be consumed.

    I assume this happens in other cases where more than one of the same fuel item is required, although I haven't tested this myself.
    1. zombifier
      zombifier
      • premium
      • 72 kudos
      yeah that's a known limitation; it happens like that with vanilla fuel as well so not sure if I'll fix it soon if ever.
    2. Minothilos
      Minothilos
      • premium
      • 28 kudos
      Alright, thank you! I'll have to think about how to balance that in the future
  11. kuai117
    kuai117
    • member
    • 0 kudos
    添加此 mod 会导致炉子无法正常工作,请修复