Jump to content

Expanded Foods 1.6.8


l33tmaan

Recommended Posts

@l33tmaan Have you set up curing time in relation to month length? Because after the latest update it says that it takes 27 days for curing to complete off the rack and 9 on it, when it goes bad in 5 days max in the cellar. The reason I am asking is because I play with 30 days month length and I suspect it may be the reason that makes it so. Unless it was due to overcorrecting. 😄

Link to comment
Share on other sites

3 hours ago, Hells Razer said:

@l33tmaan Have you set up curing time in relation to month length? Because after the latest update it says that it takes 27 days for curing to complete off the rack and 9 on it, when it goes bad in 5 days max in the cellar. The reason I am asking is because I play with 30 days month length and I suspect it may be the reason that makes it so. Unless it was due to overcorrecting. 😄

... can you do that? This is the code that controls how sausage cures:

	transitionablePropsByType: {
		"*-raw": [
            		{
        			type: "Cure",
        			freshHours: { avg: 700 },
        			transitionHours: { avg: 6 },
        			transitionedStack: { type: "item", code: "expandedfoods:sausage-{type}-dried" },
        			transitionRatio: 1
      			},
            		{
        			type: "Perish",
        			freshHours: { avg: 48 },
        			transitionHours: { avg: 24 },
        			transitionedStack: { type: "item", code: "game:rot" },
        			transitionRatio: 1
      			},
		],
    }

As you can see, I can only define it as an absolute number of hours. I don't think how many days are in a month affects these values whatsoever. I'll ask around, but I'm pretty sure that's how it works.

14 minutes ago, Travis Pluid said:

Oh, I thought it wouldn't go in the standard ingredient slot.

Nope, it does!

Link to comment
Share on other sites

3 minutes ago, Torchfire said:

Can confirm unable to dry meat before it rots.  Any mechanics for smoking meat planned?

Can you let me know more about the conditions you're trying to dry it in?
As for smoking meat: not really, unless someone else wants to work on it with me.

Link to comment
Share on other sites

My cellar is also having my meat rack store at 0.26x
When I test to put a rack outside (this is mid winter at -7 degrees) it sits at 0.62x

EDIT: The only way I've managed to get it to last even close to 0.13x was by piling cellar ice directly under the meat hooks

Edited by Jimmy, the One and Only
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.