PrismarineJS / prismarine-physics

Provide the physics engine for minecraft entities
MIT License
35 stars 39 forks source link

Bot falls through kelp and is not treated as a water liquid(1.19.4) #103

Closed Vakore closed 9 months ago

Vakore commented 1 year ago

This can be fixed by adding this code to index.js: if (blocksByName.kelp_plant) waterLike.add(blocksByName.kelp_plant.id) // 1.13+

Vakore commented 9 months ago

This issue has been solved so I will be closing this issue.