Skip to content

Commit 4b6bb74

Browse files
v2.3.1 (#100)
Signed-off-by: illyrius666 <[email protected]> Signed-off-by: Illyrius <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0905aef commit 4b6bb74

File tree

6 files changed

+57
-42
lines changed

6 files changed

+57
-42
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- id: create_release
5050
name: Create Release
51-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
51+
uses: softprops/action-gh-release@39ba0b9d81217c984acfad95ddcc7db226387497
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
with:

.idea/workspace.xml

Lines changed: 43 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"model": {
3+
"type": "minecraft:model",
4+
"model": "xodium:item/chisel"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "xodium:item/chisel"
5+
}
6+
}
172 Bytes
Loading

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v2.3.0"
2+
"version": "v2.3.1"
33
}

0 commit comments

Comments
 (0)