Skip to content

Commit 2f65353

Browse files
committed
update to 1.21.11
1 parent 09e8de9 commit 2f65353

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
MC_VERSION: '1.21.10'
14+
MC_VERSION: '1.21.11'
1515
COMMIT_MSG: ${{ github.event.head_commit.message }}
1616

1717
jobs:

smithed_libraries/packs/crafter/beet.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extend: "@smithed_libraries/common.yaml"
22

33
id: smithed.crafter
44
name: Smithed Crafter
5-
version: "0.8.1"
5+
version: "0.9.0"
66
description: Native Library for Smithed
77
author: TheNuclearNexus
88
minecraft: "1.21"
@@ -36,5 +36,5 @@ output: dist
3636

3737
meta:
3838
depends_on: # used for metadata
39-
custom-block: "0.7.1"
40-
minecraft_version: "1.21.10"
39+
custom-block: "0.9.0"
40+
minecraft_version: "1.21.11"

smithed_libraries/packs/custom-block/beet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extend: "@smithed_libraries/common.yaml"
22

33
id: smithed.custom_block
44
name: Smithed Custom Block
5-
version: "0.8.1"
5+
version: "0.9.0"
66
description: Native Custom Block Library for Smithed
77
minecraft: "1.21"
88

0 commit comments

Comments
 (0)