
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> {</div> <div> code: "compost",</div> <div> sealHours: 1440, << Change this (in hours!)</div> <div> ingredients: [</div> <div> { type: "item", code: "drygrass", quantity: 64 }</div> <div> ],</div> <div> output: { type: "item", code: "compost", stackSize: 16</div> <div> }</div> <div> } </div> <div> </div> </div>
Ratings & reviews
Sign in to leave a rating or comment.


