Skip to content

Commit 998a1af

Browse files
committed
chore: update game version to 1.21.1
1 parent 59bcd24 commit 998a1af

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
# Replace HI with the ID of the instance in capital letters
2121
ARTIFACT: webHelpCCS2-all.zip
2222
# Writerside docker image version
23-
DOCKER_VERSION: 241.18775
23+
DOCKER_VERSION: 242.21870
2424

2525
# Add the variable below to upload Algolia indexes
2626
# Replace HI with the ID of the instance in capital letters
@@ -29,7 +29,7 @@ env:
2929
ALGOLIA_INDEX_NAME: docs_cast_crafter_community_server
3030
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
3131
CONFIG_JSON_PRODUCT: CCS
32-
CONFIG_JSON_VERSION: 1.21
32+
CONFIG_JSON_VERSION: 1.21.1
3333

3434
jobs:
3535
build:
@@ -88,10 +88,6 @@ jobs:
8888
with:
8989
name: docs
9090

91-
# - name: Unzip artifact
92-
# uses: montudor/action-zip@v1
93-
# with:
94-
# args: unzip -qq ${{ env.ARTIFACT }} -d cf-pages
9591
- name: Unzip artifact
9692
run: unzip -O UTF-8 -qq '${{ env.ARTIFACT }}' -d cf-pages
9793

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Writerside/v.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
44
<var name="server_ip" value="castcrafter.de"/>
5-
<var name="required_game_version" value="1.21"/>
5+
<var name="required_game_version" value="1.21.1"/>
66
<var name="required_game_version_link"
7-
value="https://de.minecraft.wiki/w/1.21"/>
7+
value="https://de.minecraft.wiki/w/1.21.1"/>
88
<var name="main_currency" value="CastCoin"/>
99
<var name="event_coin" value="EventCoin"/>
1010
<var name="paycheck" value="500"/>

Writerside/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<images dir="images" web-path="images"/>
77
<categories src="c.list"/>
88
<vars src="v.list"/>
9-
<instance src="ccs.tree" version="1.21"/>
9+
<instance src="ccs.tree" version="1.21.1"/>
1010
</ihp>

0 commit comments

Comments
 (0)