Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Release version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallj committed Dec 8, 2022
1 parent 8ffe6ad commit eb74959
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,25 @@ There are several features which aren't working (yet) in Mineshot Revived:

## Download

Depending on the Minecraft version you want to use Mineshot on, you need different versions as can be seen in the tables below:

| Minecraft Version | Mineshot version |
| ----------------- | ---------------- |
| 1.19.3 | 5.0.0 |
| 1.19-1.19.2 | 4.0.0 |

### Discontinued

| Minecraft Version | Mineshot version |
| ----------------- | ---------------- |
| 1.18 | 3.1.2 |
| 1.17 | 2.0.0 |
| 1.16 | 1.0.0 |

Compiled jars are available on the [releases page](https://github.com/pascallj/mineshot-revived-fabric/releases).

## Development

If you want to help develop this mod, feel free to open issues and or pull requests. A feature request can also be opened as an issue. Please provide as much details as you can when opening issues or pull requests.
If you want to help develop this mod, feel free to open issues and/or pull requests. A feature request can also be opened as an issue. Please provide as much details as you can when opening issues or pull requests.

A PR should be opened against the `master` branch, except when it requires the next version of Minecraft; then it should opened against the `next` branch.
A PR should target the `master` branch if it targets the latest stable Minecraft release, the `next` branch if it targets the next development version of Minecraft and the branch with the corresponding version number (e.g., `1.19`) when it targets a backport bug/issue.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G
modmenu_version=5.0.1

# Mod Properties
mod_version = 5.0.0-beta.1
mod_version = 5.0.0
archives_base_name = mineshot-revived
maven_group = com.example

Expand Down
8 changes: 4 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"latest": "4.0.0",
"dev": "5.0.0-beta.1",
"latest": "5.0.0",
"dev": "5.0.0",
"1.19.3": {
"latest": "5.0.0-beta.1",
"dev": "5.0.0-beta.1"
"latest": "5.0.0",
"dev": "5.0.0"
},
"1.19.x": {
"latest": "4.0.0",
Expand Down

0 comments on commit eb74959

Please sign in to comment.