PrismarineJS / minecraft-data

Language independent module providing minecraft data for minecraft clients, servers and libraries.
https://prismarinejs.github.io/minecraft-data
651 stars 222 forks source link

Fixed a typo in `command_executed` and `player_movement_corrected` #871

Closed ghost closed 5 months ago

extremeheat commented 5 months ago

Can you run npm run build ?

ghost commented 5 months ago

Can you run npm run build ?

I did that, https://github.com/PrismarineJS/minecraft-data/pull/871/commits/33d9cc229fe29e41fb4844a0cd8cf13ba9e44f63 I am pretty sure I did something wrong since there are 5,668,015 changed lines now 💀

extremeheat commented 5 months ago

Fixed, you changed the line endings from LF to CRLF. You may need to change your git client to automatically turn files to LF based on the remote, see https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings

extremeheat commented 5 months ago

Thanks