이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.19.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.8.2 |
on mine of wheat:
set {_player} to the player
set {playerUUID} to uuid of {_player}
set {playerData} to {playerDataMap.%{playerUUID}%}
if {playerData} is "초보농부":
chance of 100%:
set {_additionalWheat} to random integer between 2 and 5
drop {_additionalWheat} of wheat
send "%{_additionalWheat}%개 추가 획득" to {_player}
on mine of carrot:
set {_player} to the player
set {playerUUID} to uuid of {_player}
set {playerData} to {playerDataMap.%{playerUUID}%}
if {playerData} is "초보농부":
chance of 100%:
set {_additionalWheat} to random integer between 2 and 5
drop {_additionalWheat} of carrot
send "%{_additionalWheat}%개 추가 획득" to {_player}
여기에서 밀을 캤을 때는 정상적으로 작동이 되는데 당근, 비트는 적용이 안됩니다. ㅠㅠ
혹시 carrot이 아닌가요?
스크립트개발자초보
2024.03.07해결했습니다.
on mine of ripe carrot plant:
라고 하면 다 자란 당근이라고 하더군요..