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

Commit

Permalink
Release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallj committed May 20, 2022
1 parent 11402a9 commit d5af6b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The majority of the code is based on the original [Mineshot by Barracuda](https:

The main purpose of this project is to keep Mineshot alive by updating for newer Minecraft/Fabric versions. I previously ported a version for [Minecraft Forge](https://github.com/pascallj/mineshot-revived) as well, but during the development I discovered that I prefer Fabric much more. Especially the fast updates for new Minecraft versions. I'll keep the old project around for now, but I am not sure if there will be any future updates.

There is support for Minecraft 1.18.x, while old versions are available for 1.17 and 1.16.x.
There is support for Minecraft 1.19 (beta), 1.18.x, while old versions are available for 1.17 and 1.16.x.

## Requirements
Both the [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) and [Mod Menu](https://www.curseforge.com/minecraft/mc-mods/modmenu) are required for this mod to function.
Expand Down Expand Up @@ -54,3 +54,9 @@ There are several features which aren't working (yet) in Mineshot Revived:
## Download

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.

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.
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=3.0.1

# Mod Properties
mod_version = 3.0.0
mod_version = 3.1.0
archives_base_name = mineshot-revived
maven_group = com.example

Expand Down
12 changes: 8 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"latest": "3.0.0",
"dev": "3.0.0",
"latest": "3.1.0",
"dev": "4.0.0-beta.1",
"1.19.x": {
"latest": "4.0.0-beta.1",
"dev": "4.0.0-beta.1"
},
"1.18.x": {
"latest": "3.0.0",
"dev": "3.0.0"
"latest": "3.1.0",
"dev": "3.1.0"
},
"1.17": {
"latest": "2.0.0",
Expand Down

0 comments on commit d5af6b7

Please sign in to comment.