이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.19.4 |
게임버전 (BE) | 관련없음 |
스크립트 애드온 | 애드온추가해도상관없습니다! |
on left click:
@set {_cabbage} to customitem "cabbage"
@set {_cabbage1} to customitem "cabbage_stage_4"
@@if block is {_cabbage1}:
@@@give {_cabbage} to player
정상적으로 로딩은 되었는데 block 부분을 인식이 안됩니다
그외 {_cabbage1}을 다른걸 했을땐 정상적으로 모두 작동합니다.
{_cabbage1}블럭이 아닌거 같은데 뭐인지 도저히 모르겠고 명령어도 떠오르지 않아서 질문드립니다 ㅠㅠ
밑에는 {cabbage} 해당하는 customcrops에 있는 구문입니다.
info:
@namespace: customcrops
items:
@ cabbage_stage_1:
@@ display_name: ""
@@ resource:
@@@ generate: false
@@@ material: PAPER
@@@ model_path: item/crops/cabbage/stage_1
@@ specific_properties:
@@@ block:
@@@@ placed_model:
@@@@@ type: REAL_WIRE
@@@@ cancel_drop: true
@ cabbage_stage_2:
@@ display_name: ""
@@ resource:
@@@ generate: false
@@@ material: PAPER
@@@ model_path: item/crops/cabbage/stage_2
@@ specific_properties:
@@@ block:
@@@@ placed_model:
@@@@@ type: REAL_WIRE
@@@@ cancel_drop: true
@ cabbage_stage_3:
@@ display_name: ""
@@ resource:
@@@ generate: false
@@@ material: PAPER
@@@ model_path: item/crops/cabbage/stage_3
@@ specific_properties:
@@@ block:
@@@@ placed_model:
@@@@@ type: REAL_WIRE
@@@@ cancel_drop: true
@ cabbage_stage_4:
@@ display_name: ""
@@ resource:
@@@ generate: false
@@@ material: PAPER
@@@ model_path: item/crops/cabbage/stage_4
@@ specific_properties:
@@@ block:
@@@@ placed_model:
@@@@@ type: REAL_WIRE
@@@@ cancel_drop: true
댓글이 없습니다.
새로운 댓글을 등록해 주세요!