Skip to content

Commit

Permalink
feat: ✨ introducing 1.20 (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Nov 22, 2023
1 parent 15dd617 commit 68f7f19
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 24 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ on:
workflow_dispatch:

jobs:

build_19:
name: 🐸 Build 1.19
build_20:
name: 🐸 Build 1.20
runs-on: ubuntu-latest
steps:
- name: 🔁 Checkout
uses: actions/checkout@v2
- name: 💾 Update config.json
run: echo "`jq '.pack.pack_format="18"' pack.mcmeta`" > pack.mcmeta
- name: 📦 ZIP
uses: vimtor/action-zip@v1
with:
Expand All @@ -29,7 +30,7 @@ jobs:
- name: 🏹 Upload
uses: actions/[email protected]
with:
name: JqshuvPack-1.19.X
name: JqshuvPack-1.20.X
path: |
assets/
pack.mcmeta
Expand All @@ -41,12 +42,23 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.16, 1.17, 1.18]
version: [1.16, 1.17, 1.18, 1.19]
include:
- version: 1.16
pack_version: 6
- version: 1.17
pack_version: 7
- version: 1.18
pack_version: 8
- version: 1.19
pack_version: 13
steps:
- name: 🔁 Checkout
uses: actions/checkout@v2
with:
ref: 'ver/${{ matrix.version }}'
- name: 💾 Update config.json
run: echo "`jq '.pack.pack_format="${{ matrix.pack_version }}"' pack.mcmeta`" > pack.mcmeta
- name: 📦 ZIP
uses: vimtor/action-zip@v1
with:
Expand Down
14 changes: 7 additions & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@

## Supported Pack Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.
Currently we support following versions of the resource pack.

| Version | Supported |
| ------- | ------------------ |
| 1.0.X | :white_check_mark: |
| 1.1.X | :white_check_mark: |
| 1.0.X | :x: |

## Supported Minecraft Versions

Use this section to tell people about which minecraft versions are currently
being supported with security updates.
Currently we support following Minecraft versions.

| Version | Supported |
| ------- | ------------------ |
| 1.20.X | :white_check_mark: |
| 1.19.X | :white_check_mark: |
| 1.18.X | :white_check_mark: |
| 1.17.X | :white_check_mark: |
| 1.16.X | :white_check_mark: |
| 1.15.X | :x: |
| 1.14.X | :x: |
| 1.15.X | :warning: |
| 1.14.X | :warning: |
| 1.13.X | :x: |
| 1.12.X | :x: |
| 1.11.X | :x: |
Expand Down
4 changes: 1 addition & 3 deletions assets/minecraft/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"language.name": "English",
"language.region": "United States",
"language.code": "en_us",
"item.minecraft.music_disc_11.desc": "Rick Astley - Never Gonna Give You Up",
"item.minecraft.music_disc_wait.desc": "DJ Robin x Schuerze - Layla"
"language.code": "en_us"
}
11 changes: 2 additions & 9 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"pack": {
"description": " \u00A7cMade with <3\u00A7r\n \u00A79discord.gg/qrd",
"pack_format": 9
},

"language": {
"unish": {
"name": "Quordish",
"region": "Jqshuv's World"
}
"description": " \u00A7cMade with <3\u00A7r\n \u00A79dsc.gg/qrd",
"pack_format": 18
}
}
13 changes: 13 additions & 0 deletions pack.mcmeta.old
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"pack": {
"description": " \u00A7cMade with <3\u00A7r\n \u00A79dsc.gg/qrd",
"pack_format": 9
},

"language": {
"unish": {
"name": "Quordish",
"region": "Jqshuv's World"
}
}
}

0 comments on commit 68f7f19

Please sign in to comment.