* Add the text and the open link
* Update cmd_pumpkin.rs
* Fixed all the warnings and clippy and fmt
* fixed more
* trying to fix confics
* Fixed a bug
* another one
* Update .gitignore
* Update cmd_pumpkin.rs
* Added docs
* Formated
* Update cmd_pumpkin.rs
* im gonna test
* Change color bcs aqua is ugly
* Update cmd_pumpkin.rs
* Update cmd_pumpkin.rs
* Update cmd_pumpkin.rs
we only used them for collect_vec. I think its worth the "effort" to write Vec type annotations ourself and have one big crate with way too may features we don't need less
* WIP interactive blocks
* Added jukebox and crafting table
* Making feature more dynamic allowing every block action to be registered here
* Renamed interactive_block_manager to block_manager
* Simplifying register functions
* Added on placed
* Fix master merge
* Added pumpkin_block macro
* Removed junk
* Added the option to block placing in on_use_with_item
* Fixed inventory lock
* Adding on_broken and implementing it for the jukebox
* Fixed merge
* implement populate noise step of chunk generation
* fix gitignore
* pass thru seed
* add counter for edge case
* add entire chunk test case
* remove eclipse file
* remove packet timing
* precompute float divisions
* unsafe speed up
* slight aquifer optimization
* tweak block pos packing
* optimize perlin map
* precompute aquifer random positions
* fix aquifer regression
* refactor samplers, add tests to aquifer, and move chunk extractor to the extractors
* fix base density function error and add a bunch of test cases
* ignore expensive tests by default
* remove un-needed lifetimes
* remove minecraft prefix from block lookups
* fix populate noise bench
* slight optimizations
* read files at runtime to speed up test compilation speed and remove ignores
* remove new lines from test data so people stop freaking out about line count
* make extractor the same
* leverage branch prediction
---------
Co-authored-by: Alexander Medvedev <lilalexmed@proton.me>
* fix(protocol): Don't reserve memory on packet decoding error
* fix: revert packet_decoder fix part, this need more test for the moment
* fix: drop the connection on decoding error to avoid possible attack