mirror of
https://github.com/chylex/Better-Sprinting.git
synced 2025-04-09 18:15:41 +02:00
Release 2.0.1 for Minecraft 1.12
This commit is contained in:
parent
91d6167250
commit
abd70df713
@ -2,8 +2,8 @@
|
||||
"homepage": "https://bsprint.chylex.com",
|
||||
|
||||
"promos": {
|
||||
"1.12-latest": "2.0.0",
|
||||
"1.12-recommended": "2.0.0",
|
||||
"1.12-latest": "2.0.1",
|
||||
"1.12-recommended": "2.0.1",
|
||||
"1.11.2-latest": "1.1.9",
|
||||
"1.11.2-recommended": "1.1.9",
|
||||
"1.11-latest": "1.1.8",
|
||||
@ -23,6 +23,7 @@
|
||||
},
|
||||
|
||||
"1.12": {
|
||||
"2.0.1": "Updated to latest Forge",
|
||||
"2.0.0": "Rewritten and updated to Minecraft 1.12, fixed several issues"
|
||||
},
|
||||
|
||||
|
@ -1,6 +1,13 @@
|
||||
{
|
||||
"~URL": "https://bsprint.chylex.com",
|
||||
|
||||
"17 - 2.0.1": {
|
||||
"modVersion": "2.0.1",
|
||||
"mcVersions": [ "1.12" ],
|
||||
"buildId": "06-29-2017-0",
|
||||
"releaseDate": "29 Jun 2017"
|
||||
},
|
||||
|
||||
"16 - 2.0.0": {
|
||||
"modVersion": "2.0.0",
|
||||
"mcVersions": [ "1.12" ],
|
||||
|
@ -19,7 +19,7 @@ public class BetterSprintingMod{
|
||||
public static BetterSprintingConfig config;
|
||||
|
||||
public static final String modId = "bettersprinting";
|
||||
public static final String buildId = "06-15-2017-0";
|
||||
public static final String buildId = "06-29-2017-0";
|
||||
public static String modVersion;
|
||||
|
||||
@EventHandler
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
"modid": "bettersprinting",
|
||||
"name": "Better Sprinting",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"mcversion": "",
|
||||
"description": "New sprinting and sneaking functionality. Mod settings are configurable in Controls and in-game menu (default: 'O'), for internal settings (notifications) click Config button below.\n\nFind me on Twitter: https://twitter.com/chylexmc",
|
||||
"url": "https://bsprint.chylex.com",
|
||||
|
Loading…
Reference in New Issue
Block a user