Skip to content

Commit

Permalink
doc: README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Aug 19, 2024
1 parent 96f9055 commit 10502f1
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,38 @@
## jcdcdev.Eco.Core

![Eco Version](https://badgen.net/static/Eco/v0.10.2.1+/3a93b4)
[![Latest version on Github](https://badgen.net/github/tag/jcdcdev/jcdcdev.Eco.Core?color=3a93b4&label=Mod)](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/latest)
[![NuGet Downloads](https://badgen.net/https/nuget-downloads-oncgeo0zefvy.runkit.sh/jcdcdev.eco.core?color=3a93b4&label=NuGet%20Downloads)](https://www.nuget.org/packages/jcdcdev.Eco.Core/)

Core functionality used by my Eco mods

| Name | Description |
|-------------------------------------------------------------------------|-------------------------------------------------------------------|
| [jcdcdev.Eco.SeedStorage](https://mod.io/g/eco/m/jcdcdevecoseedstorage) | Adds two new storage objects for seeds |
| [jcdcdev.Eco.Signs](https://mod.io/g/eco/m/jcdcdevecosigns) | Adds dynamics signs |
| [jcdcdev.Eco.ShelfLife](https://mod.io/g/eco/m/jcdcdevecoshelflife) | Configure shelf life multiplier for all supported storage objects |
| Name | Description |
|--------------------------------------------------------------|-------------------------------------------------------------------|
| [Seed Storage](https://mod.io/g/eco/m/jcdcdevecoseedstorage) | Adds two new storage objects for seeds |
| [Signs](https://mod.io/g/eco/m/jcdcdevecosigns) | Adds dynamics signs |
| [Shelf Life](https://mod.io/g/eco/m/jcdcdevecoshelflife) | Configure shelf life multiplier for all supported storage objects |

## Install Steps

- Download the latest version from [mod.io](https://mod.io/g/eco/m/jcdcdevecocore)
- Extract the zip
- Go to your Server's root folder
- Copy the extracted content to `./Mods/UserCode`
- Start the server
- Start the server

## Version Table

| Version | Game Version | Full Version |
|-------------------------------------------------------------------------|--------------|---------------------------|
| [0.5.2](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.5.2) | 10.2.3 | 0.10.2.3-beta-release-669 |
| [0.5.1](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.5.1) | 10.2.2 | 0.10.2.2-beta-release-660 |
| [0.5.0](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.5.0) | 10.2.1 | 0.10.2.1-beta-release-647 |
| [0.4.1](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.4.1) | 10.1 | 0.10.1-beta-release-576 |
| [0.4.0](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.4.0) | 10.0 | 0.10.0-beta-release-532 |
| [0.3.0](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.3.0) | 9.7.10 | 0.9.7.10-beta-release-474 |
| [0.2.0](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.2.0) | 9.7.10 | 0.9.7.10-beta-release-474 |
| [0.1.5](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.1.5) | 9.7.10 | 0.9.7.10-beta-release-474 |
| [0.1.4](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.1.4) | 9.7.10 | 0.9.7.10-beta-release-474 |
| [0.1.3](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.1.3) | 9.7.10 | 0.9.7.10-beta-release-474 |
| [0.1.2](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.1.2) | 9.7.10 | 0.9.7.10-beta-release-474 |
| [0.1.1](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.1.1) | 9.7.10 | 0.9.7.10-beta-release-474 |
| [0.1.0](https://github.com/jcdcdev/jcdcdev.Eco.Core/releases/tag/0.1.0) | 9.7.10 | 0.9.7.10-beta-release-474 |

0 comments on commit 10502f1

Please sign in to comment.