Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1.21.4 #47

Merged
merged 3 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
MC_VERSION: '1.21.3'
MC_VERSION: '1.21.4'
COMMIT_MSG: ${{ github.event.head_commit.message }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion smithed_libraries/packs/actionbar/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.actionbar
name: Smithed Actionbar
version: "0.5.0"
version: "0.6.0"
description: Native Actionbar Library for Smithed

data_pack:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "model",
"model": "smithed.crafter:item/table"
}
}
9 changes: 6 additions & 3 deletions smithed_libraries/packs/crafter/beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@ extend: "@smithed_libraries/common.yaml"

id: smithed.crafter
name: Smithed Crafter
version: "0.5.0"
version: "0.6.0"
description: Native Library for Smithed
author: TheNuclearNexus
minecraft: "1.21"

data_pack:
name: Smithed Crafter
load: .
pack_format: 61

resource_pack:
name: Smithed Crafter RP
load: .
pack_format: 46

require:
- smithed_libraries.plugins.companion_mod
- bolt
- beet.contrib.unknown_files

pipeline:
- mecha
Expand All @@ -31,5 +34,5 @@ pipeline:

meta:
depends_on: # used for metadata
custom-block: "0.5.0"
minecraft_version: "1.21.3"
custom-block: "0.6.0"
minecraft_version: "1.21.4"
3 changes: 2 additions & 1 deletion smithed_libraries/packs/custom-block/beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ extend: "@smithed_libraries/common.yaml"

id: smithed.custom_block
name: Smithed Custom Block
version: "0.5.0"
version: "0.6.0"
description: Native Custom Block Library for Smithed
minecraft: "1.21"

data_pack:
name: Smithed Custom Block
load: .
pack_format: 61

require:
- bolt
Expand Down
Loading