Skip to content

Commit

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

* feat: version bump

* fix: some deps issues

* feat: rm unused predicates + fix heavy workbench recipe

* feat: update to item_model component while keeping old visual for upgraded heavy workbench

* feat: version bump

* fix: update minecraft version

* chore: update workflow minecraft version
  • Loading branch information
edayot authored Nov 23, 2024
1 parent 336ae93 commit c0f1e9d
Show file tree
Hide file tree
Showing 77 changed files with 16 additions and 781 deletions.
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.1'
MC_VERSION: '1.21.3'
COMMIT_MSG: ${{ github.event.head_commit.message }}

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"predicate": {
"custom_model_data": 4250001
},
"model": "smithed.crafter:block/table"
"model": "smithed.crafter:item/table"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions smithed_libraries/packs/crafter/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.crafter
name: Smithed Crafter
version: "0.4.4"
version: "0.5.0"
description: Native Library for Smithed
author: TheNuclearNexus
minecraft: "1.21"
Expand Down Expand Up @@ -31,5 +31,5 @@ pipeline:

meta:
depends_on: # used for metadata
custom-block: "0.4.3"
minecraft_version: "1.21"
custom-block: "0.5.0"
minecraft_version: "1.21.3"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if block ~ ~ ~ furnace[facing=north] run summon armor_stand ~ ~-0.5 ~ {
"smithed.armor_stand"
],
Invisible:1b,Marker:1b,NoGravity:1b,
ArmorItems:[{},{},{},{id:"minecraft:furnace",count:1,components:{"minecraft:custom_model_data":4250001}}]}
ArmorItems:[{},{},{},{id:"minecraft:furnace",count:1,components:{"minecraft:item_model": "smithed.crafter:table"}}]}
if block ~ ~ ~ furnace[facing=south] run summon armor_stand ~ ~-0.5 ~ {
Rotation:[0.0f,0.0f],
Tags:[
Expand All @@ -15,7 +15,7 @@ if block ~ ~ ~ furnace[facing=south] run summon armor_stand ~ ~-0.5 ~ {
"smithed.armor_stand"
],
Invisible:1b,Marker:1b,NoGravity:1b,
ArmorItems:[{},{},{},{id:"minecraft:furnace",count:1,components:{"minecraft:custom_model_data":4250001}}]}
ArmorItems:[{},{},{},{id:"minecraft:furnace",count:1,components:{"minecraft:item_model": "smithed.crafter:table"}}]}
if block ~ ~ ~ furnace[facing=east] run summon armor_stand ~ ~-0.5 ~ {
Rotation:[-90.0f,0.0f],
Tags:[
Expand All @@ -24,7 +24,7 @@ if block ~ ~ ~ furnace[facing=east] run summon armor_stand ~ ~-0.5 ~ {
"smithed.armor_stand"
],
Invisible:1b,Marker:1b,NoGravity:1b,
ArmorItems:[{},{},{},{id:"minecraft:furnace",count:1,components:{"minecraft:custom_model_data":4250001}}]}
ArmorItems:[{},{},{},{id:"minecraft:furnace",count:1,components:{"minecraft:item_model": "smithed.crafter:table"}}]}
if block ~ ~ ~ furnace[facing=west] run summon armor_stand ~ ~-0.5 ~ {
Rotation:[90.0f,0.0f],
Tags:[
Expand All @@ -33,6 +33,6 @@ if block ~ ~ ~ furnace[facing=west] run summon armor_stand ~ ~-0.5 ~ {
"smithed.armor_stand"
],
Invisible:1b,Marker:1b,NoGravity:1b,
ArmorItems:[{},{},{},{id:"minecraft:furnace",count:1,components:{"minecraft:custom_model_data":4250001}}]}
ArmorItems:[{},{},{},{id:"minecraft:furnace",count:1,components:{"minecraft:item_model": "smithed.crafter:table"}}]}

setblock ~ ~ ~ barrel[facing=up]{CustomName:'{"translate":"block.smithed.crafter.gui","font":"smithed.crafter:gui","color":"white","with":[{"translate":"block.smithed.crafter","color":"#3F3F3F","font":"minecraft:default"}]}'}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"function": "minecraft:set_components",
"components": {
"minecraft:item_name": "{\"translate\":\"block.smithed.crafter\",\"italic\":false}",
"minecraft:custom_model_data": 4250001,
"minecraft:item_model": "smithed.crafter:table",
"minecraft:container": [
{
"slot": 0,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c0f1e9d

Please sign in to comment.