1.21.10버전에서 리소스팩을 제작하고 있는데, 아이템 크기가 슬롯을 넘어가도 안 잘리게 만들고 싶음.
찾아보니 oversized_in_gui를 모델 구문에 쓰면 된다고 하는데, 아무리 찾아도 해결을 못 했음.
도와주면 정말 고맙겠음...
아래는 구글에서 찾은 구문 적용 예시임
{
"model": {
"type": "select",
"property": "custom_model_data",
"index": 0,
"fallback": {
"type": "model",
"model": "item/iron_nugget"
},
"cases": [
{ "when": "iron_nuggets", "model": { "type": "model", "model": "item/iron_nuggets" } }
]
},
"oversized_in_gui": true
}
댓글 0