Skip to content

Commit

Permalink
feat: stale action, updated readme, removed old contributions md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed May 20, 2024
1 parent d1c863e commit 31313dd
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 114 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

permissions:
issues: write
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
close-issue-message: 'This issue / Pull request has been closed as there has been no recent activity after being marked as stale.'
days-before-stale: 30
days-before-close: 5
days-before-pr-close: -1
stale-issue-label: "stale"
only-labels: "waiting on response"
exempt-all-assignees: true
exempt-all-milestones: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# files
!/.gitignore
!/.github
!/README.md
!/CONTRIBUTION.md
!/License.md
Expand Down
94 changes: 0 additions & 94 deletions CONTRIBUTION.md

This file was deleted.

30 changes: 10 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## Important notice

As of Minecraft `1.20.1` this version of Building Gadget (Building Gadgets 1) is officially the 'Legacy' version of Building Gadgets. I will continue to update the mod for the Minecraft versions we already support but this mod will not be ported to Minecraft `1.20.1` or higher.

Go and download [`Building Gadgets 2`](https://github.com/direwolf20-mc/buildinggadgets2)! It's the same mod but with a bunch of new and awesome features built on a brand-new codebase.

---
<p align="center" style="padding: 3em;"><img width="60" src="https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/src/main/resources/buildinggadgets_logo.png?raw=true" /></p>
<h1 align="center" style="margin-top: 20px; border-bottom: 0;">Building Gadgets (Legacy)</h1>
<h1 align="center" style="margin-top: 20px; border-bottom: 0;">Building Gadgets (1.12.2 - 1.19.4)</h1>
<p align="center">
<b>Update!</b> See <a href="https://github.com/direwolf20-mc/buildinggadgets2">Building Gadgets 2</a>
<b>Update!</b> See <a href="https://github.com/direwolf20-mc/buildinggadgets2">Building Gadgets 2</a> for Minecraft <code>1.20.1</code> and higher!
</p>
<p align="center">Sometimes, building large structures can be a little tedious, and take a lot of effort. Not all of us are great builders you know!
</p>
Expand All @@ -18,23 +25,6 @@

`Dire's Building Gadgets` aims to make building a little bit easier. At this time there are `four` tools, and they are described below. Alternatively, watch the following mod spotlight for instructions!

## Important notice

As of Minecraft `1.20.1` this version of Building Gadget (Building Gadgets 1) is officially the 'Legacy' version of Building Gadgets. I will continue to update the mod for the Minecraft versions we already support but this mod will not be ported to Minecraft `1.20.1` or higher.

### What's next?

I'm glad you've asked! Go and download [`Building Gadgets 2`](https://github.com/direwolf20-mc/buildinggadgets2)! It's the same mod but with a bunch of new and awesome features built on a brand-new codebase. It's just better!

### Why is it better?

We've been officially supporting Building Gadgets 1 since Minecraft `1.12`... That's... *(checks notes)* 6 years! 6 years of updates, bug fixes, feature requests and Minecraft updates. After such a long time, code can become overcomplicated, messy and hard to maintain. When this happens, it's best to start again. After some consideration, we opted to start a new Github Repo and start from a truly clean state.

### Thanks to our contributors

One final note, I would like to thank of all of our contributors to Building Gadgets 1. You've all helped the mod stay updated, feature rich and ever-growing. This mod is vastly different to how it was back in `1.12` and our contributors are to thank for that!

---

## Usage

Expand All @@ -48,7 +38,7 @@ Building gadgets has grown a lot since its initial release to the point that we

## Contributing

**Update**: Don't. Thanks, see [Important Notice](#important-notice) as to why. Please support the new version of Building Gadgets at https://github.com/direwolf20-mc/buildinggadgets2 if you would like to support the project!
See [Important Notice](#important-notice). Please support the new version of Building Gadgets at https://github.com/direwolf20-mc/buildinggadgets2 if you would like to support the project! You can see help maintain the legacy version by submitting PR's to this repo.

## Credit

Expand Down

0 comments on commit 31313dd

Please sign in to comment.