Skip to content

Commit 7fac9d2

Browse files
regenerated metadata files
1 parent ef33658 commit 7fac9d2

8 files changed

Lines changed: 76 additions & 27 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# <meta>
22
# <source>@pssbletrngle/github-meta-generator</source>
3-
# <version>0.0.0-dev</version>
4-
# <timestamp>2026-03-11T13:08:48.365Z</timestamp>
3+
# <version>1.0.19</version>
4+
# <timestamp>2026-03-21T08:17:12.086Z</timestamp>
5+
# <hash>20bbe559d06546ab</hash>
56
# </meta>
67

78
name: Bug Report
@@ -46,8 +47,6 @@ body:
4647
options:
4748
- "1.21"
4849
- "1.20"
49-
- "1.19"
50-
- "1.18"
5150
validations:
5251
required: true
5352

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# <meta>
22
# <source>@pssbletrngle/github-meta-generator</source>
3-
# <version>0.0.0-dev</version>
4-
# <timestamp>2026-03-11T13:08:48.365Z</timestamp>
3+
# <version>1.0.19</version>
4+
# <timestamp>2026-03-21T08:17:12.086Z</timestamp>
5+
# <hash>9d521ee415ea61ee</hash>
56
# </meta>
67

78
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# <meta>
22
# <source>@pssbletrngle/github-meta-generator</source>
3-
# <version>0.0.0-dev</version>
4-
# <timestamp>2026-03-11T13:08:48.365Z</timestamp>
3+
# <version>1.0.19</version>
4+
# <timestamp>2026-03-21T08:17:12.086Z</timestamp>
5+
# <hash>298571245ff867c6</hash>
56
# </meta>
67

78
name: Feature Request

.github/labeler.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# <meta>
22
# <source>@pssbletrngle/github-meta-generator</source>
3-
# <version>0.0.0-dev</version>
4-
# <timestamp>2026-03-11T13:08:48.365Z</timestamp>
3+
# <version>1.0.19</version>
4+
# <timestamp>2026-03-21T08:17:12.086Z</timestamp>
5+
# <hash>48f387f708323e5f</hash>
56
# </meta>
67

78
neoforge:
@@ -15,7 +16,3 @@ forge:
1516
- "/^1.21$/m"
1617
1.20.x:
1718
- "/^1.20$/m"
18-
1.19.x:
19-
- "/^1.19$/m"
20-
1.18.x:
21-
- "/^1.18$/m"

.github/workflows/labeler.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# <meta>
22
# <source>@pssbletrngle/github-meta-generator</source>
3-
# <version>0.0.0-dev</version>
4-
# <timestamp>2026-03-11T13:08:48.365Z</timestamp>
3+
# <version>1.0.19</version>
4+
# <timestamp>2026-03-21T08:17:12.086Z</timestamp>
5+
# <hash>d1e9f9e741782d1e</hash>
56
# </meta>
67

78
name: "Issue Labeler"

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# <meta>
22
# <source>@pssbletrngle/github-meta-generator</source>
3-
# <version>0.0.0-dev</version>
4-
# <timestamp>2026-03-11T13:08:48.365Z</timestamp>
3+
# <version>1.0.19</version>
4+
# <timestamp>2026-03-21T08:17:12.086Z</timestamp>
5+
# <hash>8a5b89fda48fdd78</hash>
56
# </meta>
67

78
name: Release
@@ -30,11 +31,11 @@ jobs:
3031
distribution: temurin
3132

3233
- uses: gradle/actions/setup-gradle@v4
34+
with:
35+
cache-read-only: ${{ github.event_name != 'push' }}
3336

3437
- name: Build and upload
35-
uses: gradle/gradle-build-action@v2
36-
with:
37-
arguments: build publish
38+
run: ./gradlew build publish
3839
env:
3940
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
4041
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}

.github/workflows/test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# <meta>
22
# <source>@pssbletrngle/github-meta-generator</source>
3-
# <version>0.0.0-dev</version>
4-
# <timestamp>2026-03-11T13:08:48.365Z</timestamp>
3+
# <version>1.0.19</version>
4+
# <timestamp>2026-03-21T08:17:12.086Z</timestamp>
5+
# <hash>a4cde207f4ec9e51</hash>
56
# </meta>
67

78
name: Test
@@ -20,10 +21,8 @@ on:
2021

2122
push:
2223
branches:
23-
- "[0-9]+.[0-9]+.[0-9x]+"
24-
- "neoforge/[0-9]+.[0-9]+.[0-9x]+"
25-
- "fabric/[0-9]+.[0-9]+.[0-9x]+"
26-
- "forge/[0-9]+.[0-9]+.[0-9x]+"
24+
- "main"
25+
- "main/**"
2726

2827
env:
2928
CI: true
@@ -50,6 +49,8 @@ jobs:
5049
distribution: temurin
5150

5251
- uses: gradle/actions/setup-gradle@v4
52+
with:
53+
cache-read-only: ${{ github.event_name != 'push' }}
5354

5455
- name: Cache SonarQube packages
5556
if: ${{ github.event_name == 'push' }}

LICENSE.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!---
2+
<meta>
3+
<source>@pssbletrngle/github-meta-generator</source>
4+
<version>1.0.19</version>
5+
<timestamp>2026-03-21T08:17:12.086Z</timestamp>
6+
<hash>28aa4289178475c5</hash>
7+
</meta>
8+
-->
9+
10+
# License Overview
11+
12+
## Assets License (All Rights Reserved)
13+
14+
All Rights Reserved
15+
16+
Copyright (c) 2026 PssbleTrngle
17+
18+
This license applies to any files under the following directories:
19+
20+
- ./src/main/resources/assets/
21+
22+
---
23+
24+
## Code License (MIT)
25+
26+
All other files are licensed under the MIT License:
27+
28+
MIT License
29+
30+
Copyright (c) 2026 PssbleTrngle
31+
32+
Permission is hereby granted, free of charge, to any person obtaining a copy
33+
of this software and associated documentation files (the "Software"), to deal
34+
in the Software without restriction, including without limitation the rights
35+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36+
copies of the Software, and to permit persons to whom the Software is
37+
furnished to do so, subject to the following conditions:
38+
39+
The above copyright notice and this permission notice shall be included in all
40+
copies or substantial portions of the Software.
41+
42+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48+
SOFTWARE.

0 commit comments

Comments
 (0)