Skip to content

Commit

Permalink
割り当てを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
YOHEMAL committed Dec 27, 2023
1 parent e56fba2 commit c243870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/minecraft/models/item/carved_pumpkin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"parent": "minecraft:block/carved_pumpkin",
"overrides": [
{"predicate": {"custom_model_data": 1}, "model": "custom/1"}
{"predicate": {"custom_model_data": 1}, "model": "1:1/0"},
{"predicate": {"custom_model_data": 2}, "model": "1:1/1"},
{"predicate": {"custom_model_data": 3}, "model": "1:1/2"}
]
}

1 comment on commit c243870

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pack meta

Pack format Minecraft version
9 1.19

Unused textures

The following files are not used in any model or font. Please consider these as they may be removed. (However, it does not yet support vanilla textures.)

List
  • minecraft:misc/pumpkinblur

Unreferenced models

The following files are not used in any model(parent, overrides) or blockstate. Please consider these as they may be removed. (However, it does not yet support vanilla models.)

List
  • minecraft:item/carved_pumpkin

List of model and element amount

Too many elements will affect rendering.

List
Model(4) Elements(24)
1:1/2 10
1:1/1 7
1:1/0 7
minecraft:item/carved_pumpkin 0

Please sign in to comment.