API

API 초기화

from craft_api import CraftAPI
api = CraftAPI()

블록 추가

api.add_block((x, y, z), texture)

블록 삭제

api.delete_block((x, y, z))