Skip to content

Commit

Permalink
Merge pull request #67 from jemand771/smp5-mc1.20.1
Browse files Browse the repository at this point in the history
smp5: update to minecraft 1.20.1
  • Loading branch information
jemand771 authored Aug 20, 2023
2 parents 83ed3c0 + a13bec1 commit 8f54c78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions minecraft/smp5/smp5-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ data:
vt_datapacks: |
{
"type": "datapacks",
"version": "1.19",
"version": "1.20",
"packs": {
"survival": [
"armor statues",
Expand Down Expand Up @@ -229,15 +229,15 @@ data:
vt_resourcepacks: |
{
"type": "resourcepacks",
"version": "1.19",
"version": "1.20",
"packs": {
}
}
# language=json
vt_craftingtweaks: |
{
"type": "craftingtweaks",
"version": "1.19",
"version": "1.20",
"packs": {
"quality-of-life": [
"back to blocks",
Expand Down
4 changes: 2 additions & 2 deletions minecraft/smp5/smp5-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
terminationGracePeriodSeconds: 60
containers:
- name: smp5
image: itzg/minecraft-server:2022.16.0
image: itzg/minecraft-server:2023.8.3
imagePullPolicy: Always
stdin: true
tty: true
Expand All @@ -36,7 +36,7 @@ spec:
- name: TYPE
value: fabric
- name: VERSION
value: "1.19.2"
value: "1.20.1"
- name: MEMORY
value: 12G
- name: OVERRIDE_SERVER_PROPERTIES
Expand Down

0 comments on commit 8f54c78

Please sign in to comment.