minecraft-data icon indicating copy to clipboard operation
minecraft-data copied to clipboard

Update blockdata soul_lantern

Open flowl opened this issue 5 years ago • 0 comments

I have the exact same issue as this https://github.com/PrismarineJS/mineflayer/issues/1172 but with soul_lantern.

As soon as mineflayer is close to a soul_lantern, the following exception pops:

prismarine-physics/index.js:107
            for (const shape of block.shapes) {
                                      ^

TypeError: block.shapes is not iterable
    at getSurroundingBBs (x/node_modules/prismarine-physics/index.js:107:39)
    at moveEntity (x/node_modules/prismarine-physics/index.js:151:28)
    at moveEntityWithHeading (x/node_modules/prismarine-physics/index.js:361:7)
    at Object.Physics.physics.simulatePlayer (x/node_modules/prismarine-physics/index.js:551:5)
    at Timeout.doPhysics [as _onTimeout] (x/node_modules/mineflayer/lib/plugins/physics.js:61:17)
    at listOnTimeout (internal/timers.js:531:17)
    at processTimers (internal/timers.js:475:7)
[email protected]
[email protected]
[email protected]
[email protected]

flowl avatar Oct 26 '20 18:10 flowl