Skip to content

Commit

Permalink
feat: update to 1.21
Browse files Browse the repository at this point in the history
* feat: update to 1.21

* feat: version bump

* fix: some deps issues
  • Loading branch information
edayot authored Nov 23, 2024
1 parent 9a53ea6 commit 3fa6af8
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 9 deletions.
58 changes: 56 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bolt = "^0.49.0"
bolt-expressions = "^0.17.0"
beet = ">=0.108.5"
pydantic = "^2.5.2"
rich = "^13.9.2"

[tool.poetry.group.dev.dependencies]
black = "^22.8.0"
Expand Down
8 changes: 4 additions & 4 deletions smithed_libraries/packs/crafter/beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ extend: "@smithed_libraries/common.yaml"

id: smithed.crafter
name: Smithed Crafter
version: "0.4.2"
version: "0.4.3"
description: Native Library for Smithed
author: TheNuclearNexus
minecraft: "1.20"
minecraft: "1.21"

data_pack:
name: Smithed Crafter
Expand All @@ -31,5 +31,5 @@ pipeline:

meta:
depends_on: # used for metadata
custom-block: "0.4.2"
minecraft_version: "1.20.6"
custom-block: "0.4.3"
minecraft_version: "1.21"
6 changes: 3 additions & 3 deletions smithed_libraries/packs/custom-block/beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ extend: "@smithed_libraries/common.yaml"

id: smithed.custom_block
name: Smithed Custom Block
version: "0.4.2"
version: "0.4.3"
description: Native Custom Block Library for Smithed
minecraft: "1.20"
minecraft: "1.21"

data_pack:
name: Smithed Custom Block
Expand All @@ -19,4 +19,4 @@ pipeline:
- mecha

meta:
minecraft_version: "1.20.6"
minecraft_version: "1.21"

0 comments on commit 3fa6af8

Please sign in to comment.