feat(minecraft-java) update image tag and add NeoForge server type (#15424)

**Description**
Fix the image tag and add NeoForge as a server type.
⚒️ Fixes  #15287

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Xstar97TheNoob
2023-11-27 16:51:31 -05:00
committed by GitHub
parent 93ecccfb3e
commit cb54644738
3 changed files with 10 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java
- https://github.com/itzg/docker-minecraft-server
type: application
version: 5.1.1
version: 5.1.2
annotations:
truecharts.org/category: games
truecharts.org/SCALE-support: "true"

View File

@@ -89,6 +89,8 @@ questions:
description: Vanilla
- value: FORGE
description: Forge
- value: NEOFORGE
description: NeoForge
- value: FABRIC
description: Fabric
- value: SPIGOT
@@ -185,6 +187,12 @@ questions:
type: string
default: ""
show_if: [[TYPE, "=", "FORGE"]]
- variable: NEOFORGE_VERSION
label: NeoForge Version
schema:
type: string
default: "47.1.79"
show_if: [[TYPE, "=", "NEOFORGE"]]
- variable: FABRIC_LOADER_VERSION
label: Fabric Loader Version
schema:

View File

@@ -1,6 +1,6 @@
image:
repository: itzg/minecraft-server
tag: 2023.8.3@sha256:2af12eac3a7106882e23d1b2435358db841c4302d213532e415255fbbd36c826
tag: 2023.11.1@sha256:cb98ad8c143ab0cf83351ec6a9fd76256152f7b310988f9aa1acfaaf4aacbc77
pullPolicy: Always
j21Image:
repository: itzg/minecraft-server