개인 자료란 (JE)

  서버 커뮤니티

Profile 박하민ParkHamin 대표칭호 없음
Profile

질문하기 스크립트

스크립트 질문

2022.11.12 조회 수 200 추천 수 0
이해도 입문자 
게임버전 (JE) 1.16.5 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.3 

마인크래프트에서 조합을 했을때 나오는 아이템의 갯수를 바꿀수 있는 방법이 있을까요? 

on craft:

    add 1 to {craft}

    loop {craft} times:

        set {crafte} to event-item

        give 1 {crafte} to player

이렇게 했는데 1 {crafte}' can't be added to a player because the former is neither an item type, an inventory nor an experience point 라는 오류가 떠서 질문합니다.

3개의 댓글

qsef1256
2022.11.12

1 of {crafte} 로 해보세요

박하민ParkHamin
2022.11.12
@qsef1256

감사합니다

코코냐
2022.11.12

조합법 갯수 변경이면 데이터팩이 더 안정적입니다.