
Description
Make compost from dry grass after sealing for 20 days
You can edit the time it takes by editing grasscompost.json, within the path 'assets\survival\recipes\barrel' of the mod zip.
{
code: "compost",
sealHours: 1440, << Change this (in hours!)
ingredients: [
{ type: "item", code: "drygrass", quantity: 64 }
],
output: { type: "item", code: "compost", stackSize: 16
}
}
Ratings & reviews
No ratings yet
Sign in to leave a rating or comment.


