Skip to content

jcdcdev/jcdcdev.Eco.ShelfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcdcdev.Eco.ShelfLife

Eco Version Latest version on Github

Control the shelf life multiplier of your storage objects in Eco.

Install Steps

  • Download the latest version of this mod from mod.io
  • Download the latest version of jcdcdev.Eco.Core from mod.io
  • Extract each zip
  • Go to your Server's root folder
  • Copy the extracted content to ./Mods/UserCode
  • Start the server
  • On first run the server will shutdown
    • This is expected behaviour ✅
    • Please restart your server

Configuration

You can configure the shelf life multiplier through the Server UI or directly in the config file.

You must restart the server after making changes.

The default values are the same as the vanilla game:

Server UI

You can change these values to your needs, but keep in mind that higher values will make the items last longer and lower values will make them spoil faster.

Server UI

Config File

You can find the config file at ./Configs/jcdcdev.Eco.ShelfLife.eco.

The default values are below:

{
  "Icebox": 2.0,
  "Refrigerator": 2.5,
  "IndustrialRefrigerator": 3.0,
  "StorageSilo": 2.0,
  "PoweredStorageSilo": 3.0,
  "SeedBank": 4.0,
  "WoodenSeedBox": 2.0
}

You will notice that different storage containers will have different effects on the shelf life of the items stored in them. You can check the remaining shelf life of an item by hovering over it in your inventory or storage UI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages