MineDojo / Voyager

An Open-Ended Embodied Agent with Large Language Models
https://voyager.minedojo.org/
MIT License
5.34k stars 491 forks source link

fixing version | new version of prismarine-block is incompatible #116

Closed romechenko closed 11 months ago

romechenko commented 11 months ago

Currently the setup instructions are fixed to version 1.9 of Minecraft. Some packages are drifting. When running the Node.js install steps npx tsc fails to succeed since a package has changed its api. See issue 112 for details and others effected.

The proposed solution is to fix the version replacing "prismarine-block": "^1.16.3" with "prismarine-block": "=1.16.3"

Current behavior

error when running npc tsc

Desired behavior

successful compilation

xieleo5 commented 11 months ago

Hi, thanks for your PR. Merged!