SANDBOX — this is a test environment. No servers are actually deployed and no real payments are charged.
Back to NxLabs

NxLabs / Vintage Story

Compost from grass

MBy mlmartin2

Use dry grass to make compost

Description

<p>Make compost from dry grass after sealing for 20 days</p> <p>You can edit the time it takes by editing grasscompost.json, within the path 'assets\survival\recipes\barrel' of the mod zip.</p> <div> <div>&nbsp; &nbsp; {</div> <div>&nbsp; &nbsp; &nbsp; &nbsp; code: "compost",</div> <div>&nbsp; &nbsp; &nbsp; &nbsp; sealHours: 1440, &lt;&lt; Change this (in hours!)</div> <div>&nbsp; &nbsp; &nbsp; &nbsp; ingredients: [</div> <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { type: "item", code: "drygrass", quantity: 64 }</div> <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ],</div> <div>&nbsp; &nbsp; &nbsp; &nbsp; output: { type: "item", code: "compost", stackSize: 16</div> <div>&nbsp; &nbsp; &nbsp; &nbsp; }</div> <div>&nbsp; &nbsp; } &nbsp;</div> <div>&nbsp;</div> </div>

Ratings & reviews

No ratings yet

Sign in to leave a rating or comment.