Skip to content

Commit

Permalink
feat: bump versions + beet
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikShah committed Oct 18, 2023
1 parent 2880905 commit a3ff2cf
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 76 deletions.
131 changes: 66 additions & 65 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.10"
mecha = "^0.73.0"
bolt = "^0.36.0"
bolt-expressions = "^0.12.2"
beet = "^0.88.0"
beet = "^0.96.1"
pydantic = "^1.10.2"

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

id: smithed.actionbar
name: Smithed Actionbar
version: "0.4.1"
name: Smithed Actionbar
version: "0.5.0"
description: Native Actionbar Library for Smithed

data_pack:
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,14 +2,14 @@ extend: "@smithed_libraries/common.yaml"

id: smithed.crafter
name: Smithed Crafter
version: "0.2.0"
version: "0.3.0"
description: Native Library for Smithed
author: TheNuclearNexus

data_pack:
name: Smithed Crafter
load: .

resource_pack:
name: Smithed Crafter RP
load: .
Expand All @@ -22,11 +22,11 @@ pipeline:
- mecha

# overrides:
# - >
# - >
# meta.smithed.versioning = {"scheduled_paths": [
# "impl/technical/tick", "impl/technical/slow_tick"
# ]}

meta:
depends_on: # used for metadata
depends_on: # used for metadata
custom-block: "0.1.0"
2 changes: 1 addition & 1 deletion smithed_libraries/packs/custom-block/beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extend: "@smithed_libraries/common.yaml"

id: smithed.custom_block
name: Smithed Custom Block
version: "0.2.0"
version: "0.3.0"
description: Native Custom Block Library for Smithed

data_pack:
Expand Down
4 changes: 2 additions & 2 deletions smithed_libraries/packs/item/beet.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
extend: "@smithed_libraries/common.yaml"

id: smithed.item
name: Smithed Item
name: Smithed Item
description: Native Item Library for Smithed
version: "0.2.1"
version: "0.3.0"

data_pack:
name: Smithed Item
Expand Down
2 changes: 1 addition & 1 deletion smithed_libraries/packs/prevent-aggression/beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extend: "@smithed_libraries/common.yaml"
id: smithed.prevent_aggression
name: Smithed Prevent Aggression
description: Stop mobs from targetting your custom mobs
version: "0.2.0"
version: "0.3.0"

data_pack:
name: Smithed Prevent Aggression
Expand Down

0 comments on commit a3ff2cf

Please sign in to comment.