mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-05-02 00:43:58 +00:00
* fix: view distance goes no above 16 * fix: cargo fmt * removed the floating point conversation * fixed spelling * renamed the test for the capacity estimation * edit: replaced division with bitshifting * added more () * extendet test and fixed missing chunks when the view distance is very low * added commentar * fixed door placement & fence connection * fix linting * fmt * fix clippy * removed useless borrow * fix all clippy warnings * bro i changed so much * added const to fn * Update block_state.rs * added bunch of things * fix * lol * fmt * fix: player is able to place where it stands * fix: spelling * upd2 * upd 4 * remove Option types from blockstate * resolve conflicts * Update player.rs * fix * fmt * remove uninit * fix * resolved conflicts * fmt * remove dupe code --------- Co-authored-by: unschlagbar <adrian@kuhlmann@gmx.de>