From ad7bdd03b5ccce1020da94370b61f3840581328f Mon Sep 17 00:00:00 2001 From: uberifix Date: Sun, 16 Feb 2020 04:44:53 -0500 Subject: [PATCH] Initialise Travis CI Added secure key Allow any remote version Update README --- .travis.yml | 4 ++-- README.md | 7 +++++-- .../java/network/pxl8/stonecatalysts/StoneCatalysts.java | 2 +- src/main/resources/mcmod.info | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41db3f1..2b3df89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,11 @@ script: "./gradlew build -s" deploy: provider: releases api_key: - secure: + secure: BVS0jeBo2ugpRtbnypACCzOYLTkzUE5ulPEC+9wkbgvaeADYyJntY1Tlhvu3V3WXv89e63IG0rnBURWOhrHdBojITCXUqyQJL8HcekN0o6QedDBEtc0MxpEg3ntqlFRg362x2VH9BbeYKwLQccxjEdwCwwA2LtjYPoRqJMMfX16hK0WRw1qWuZxdU2BLfs8ss/3wiS+OMFrDPdZZwRDo6/62Lf9nqXAgWSl5O4IxQbSAl+AHq6RkBWKoIPH8ag0ZRTmuyA+koNSpOTyTByCEkmV5jX5rKCBXgdMJ0SXHWfyUJ5LSSQGkhrPysT+uutercji9w4p271mBHWQR/nJ7cahgMB3Eqkn4F2B6Ge/4LwS5EmeQ5NeunCbs6QPEzvJJu4QoBPHLGUtrbHmuw9VKxa5+9cgwQDyh83+t8jXpvMQUcNEmyltyGABnl5TdmdoBZyLRht89QNAuaiPUe71NG5ZUwSkqPPN2E3jDfWfKB8mux8xg+ilixrQVn2EWdGCkoKt9zSTyAUkftrgrqDxmhh0xdJ4qpBa+1/po1Aw1UfnOVycNrJuXXgd7dt3hrT/SYrSHZ9HgpGxBKcM2Ddbcsc8c4ZgoJ0dwXmNC7Kb+RcD74e/4e5c0ndBqtwg6iEnjQmjdv9LRbsBJSsWIaIn1lVBFmckIYcXrUTpquIrwCN4= overwrite: true file_glob: true file: "build/libs/*" skip_cleanup: true on: - repo: Pxl-8/ + repo: Pxl-8/StoneCatalysts tags: true \ No newline at end of file diff --git a/README.md b/README.md index b1a8656..6a7e4c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # StoneCatalysts - +[![GitHub](https://img.shields.io/github/license/Pxl-8/StoneCatalysts?style=flat-square&logo=github&link=https://github.com/Pxl-8/StoneCatalysts/blob/1.12/LICENSE.md)](https://github.com/Pxl-8/StoneCatalysts/blob/1.12/LICENSE.md) +[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/Pxl-8/StoneCatalysts?label=latest&style=flat-square&logo=github&link=https://github.com/Pxl-8/StoneCatalysts/releases)](https://github.com/Pxl-8/StoneCatalysts/releases) +[![Travis (.com)](https://img.shields.io/travis/com/Pxl-8/StoneCatalysts?style=flat-square&logo=travis&link=https://travis-ci.com/Pxl-8/StoneCatalysts)](https://travis-ci.com/Pxl-8/StoneCatalysts) [![Discord](https://img.shields.io/discord/163375257162350592?style=flat-square&color=7289da&label=discord&logo=discord&link=https://uberi.fi/x/discord/)](https://uberi.fi/x/discord/) +[![Downloads](https://img.shields.io/badge/dynamic/json?color=6441a4&label=curse-downloads&query=$..downloadCount&url=https%3A%2F%2Faddons-ecs.forgesvc.net%2Fapi%2Fv2%2Faddon%2Fsearch%3FgameId%3D432%26searchFilter%3Dstonecatalysts&style=flat-square)](https://www.curseforge.com/minecraft/mc-mods/stonecatalysts) -Additional stone generation with lava and water using a catalyst \ No newline at end of file +Generate additional stone types with stone gens using a catalyst \ No newline at end of file diff --git a/src/main/java/network/pxl8/stonecatalysts/StoneCatalysts.java b/src/main/java/network/pxl8/stonecatalysts/StoneCatalysts.java index 727c7f1..9613469 100644 --- a/src/main/java/network/pxl8/stonecatalysts/StoneCatalysts.java +++ b/src/main/java/network/pxl8/stonecatalysts/StoneCatalysts.java @@ -8,7 +8,7 @@ import network.pxl8.stonecatalysts.lib.LibMeta; import network.pxl8.stonecatalysts.proxy.Proxy; -@Mod(modid = LibMeta.MOD_ID, version = LibMeta.VERSION) +@Mod(modid = LibMeta.MOD_ID, version = LibMeta.VERSION, acceptableRemoteVersions = "*") public class StoneCatalysts { @Mod.Instance public static StoneCatalysts instance; diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 797fc74..1c11b5c 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -2,7 +2,7 @@ { "modid": "stonecatalysts", "name": "StoneCatalysts", - "description": "Generate additional stone types with a lava and water stone gen", + "description": "Generate additional stone types with stone gens using a catalyst", "version": "${version}", "mcversion": "${mcversion}", "url": "",