Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Oct 2, 2022
1 parent 8572700 commit 24ada2c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 26 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ jobs:
with:
arguments: build --stacktrace

- name: Upload artifacts GitHub
- name: Upload Fabric artifacts GitHub
uses: AButler/[email protected]

with:
files: 'build/libs/*.jar;!build/libs/*-dev.jar'
files: 'fabric/build/libs/*.jar;!forge/build/libs/*-dev.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Forge artifacts GitHub
uses: AButler/[email protected]

with:
files: 'forge/build/libs/*.jar;!forge/build/libs/*-dev.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}
29 changes: 9 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# DeepslateCutting fabric
![Github license](https://img.shields.io/github/license/NoComment1105/DeepslateCutting-fabric.svg?label=License)
![Github Issues](https://img.shields.io/github/issues/NoComment1105/DeepslateCutting-fabric.svg?label=Issues)
![Latest Release](https://img.shields.io/github/v/release/NoComment1105/DeepslateCutting-fabric?label=Latest%20Release)
# DeepslateCutting
![Github license](https://img.shields.io/github/license/NoComment1105/DeepslateCutting.svg?label=License)
![Github Issues](https://img.shields.io/github/issues/NoComment1105/DeepslateCutting.svg?label=Issues)
![Latest Release](https://img.shields.io/github/v/release/NoComment1105/DeepslateCutting?label=Latest%20Release)
[![Discord Chat](https://img.shields.io/badge/Chat%20on-Discord-7289DA)](https://discord.gg/28N2Eeq2tT)
[![CurseForge-Availability](http://cf.way2muchnoise.eu/versions/deepslatecutting.svg)](https://www.curseforge.com/minecraft/mc-mods/deepslatecutting)


#### Download Counts
[![CurseForge downloads](http://cf.way2muchnoise.eu/full_504899_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/deepslatecutting)
[![Github all releases](https://img.shields.io/github/downloads/NoComment1105/DeepslateCutting-fabric/total.svg?label=Downloads%20From%20GH)](https://gitHub.com/NoComment1105/Deepslate-fabric/releases/)
[![Github all releases](https://img.shields.io/github/downloads/NoComment1105/DeepslateCutting/total.svg?label=Downloads%20From%20GH)](https://github.com/NoComment1105/Deepslate/releases/)
[![Modrinth Downloads](https://img.shields.io/badge/dynamic/json?color=blue&label=Modrinth&query=downloads&url=https%3A%2F%2Fapi.modrinth.com%2Fapi%2Fv1%2Fmod%2FIiuFShHs)](https://modrinth.com/mod/deepslatecutting)

![icon](fabric/src/main/resources/assets/deepslatecutting/icon.png)
Expand All @@ -18,27 +18,16 @@ This mod allows regular deepslate to be put into the stone cutter and made into

### Features
* Allows regular deepslate to be used in the stone cutter
* As well as this it add regular Deepslate variants of wall, stairs and slab. All of these configured off by defualt.

### The Developers

| Author | Role | Links |
|:--------------|:---------|:-------------------------------------------------------------------------------------------------------|
| NoComment1105 | Mod Lead | [Contributions](https://github.com/NoComment1105/DeepslateCutting-fabric/commits?author=NoComment1105) |
* As well as this it adds regular Deepslate variants of wall, stairs and slab. All of these configured off by defualt. (FABRIC & QUILT ONLY for now)

### Versioning
This mod is >= 1.17 at it's oldest. I am **NOT** going to back-port this mod to any older versions
I will try my hardest to updates this mod, in its latest release at the time, within a week the next version


<img src="https://user-images.githubusercontent.com/67918617/115963692-69eefc00-a518-11eb-9a4b-28196a8ea004.png" alt="No Forge" width="225"></a>


I will try my hardest to update this mod, in its latest release at the time, within a week the next version
----

### Issues
If you have discovered an issue with my mod, please do not hesitate to ask anything in my [Discord](https://discord.gg/28N2Eeq2tT) or leave an issue in my [issue tracker](https://www.github.com/NoComment1105/DeepslateCutting-fabric/issues) but please check for a duplicate of your issue first, thanks :)
If you have discovered an issue with my mod, please do not hesitate to ask anything or leave an issue in my [issue tracker](https://www.github.com/NoComment1105/DeepslateCutting-fabric/issues) but please check for a duplicate of your issue first, thanks :)

### License
DeepslateCutting is licensed under GNU LGPLv3, which is a free and open-source license. If you want to know more, poke
your nose in the [license file](https://github.com/NoComment1105/DeepslateCutting-fabric/blob/1.17.x/main/LICENSE)
your nose in the [license file](https://github.com/NoComment1105/DeepslateCutting/blob/1.17.x/main/LICENSE)
7 changes: 4 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Version 1.4.0
* Update to 1.19
* Replace custom localization class with vanilla's `Text.translatable`
## Version 1.5.0
* Update to 1.19.2
* Switch config to use properties (fabric and quilt only)
* Support forge!
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ include("common")
include("fabric")
include("forge")

//rootProject.name = 'DeepslateCutting'
rootProject.name = 'DeepslateCutting'

0 comments on commit 24ada2c

Please sign in to comment.