Skip to content

Commit

Permalink
Make anvil work (#465)
Browse files Browse the repository at this point in the history
* refactored stuff into chaos

* now we got sinkholes

* Reimplemented the whole write logic we now have wierd chunks but the data is mostly correct

* Fixed long overflow

* Fix fmt and clippy

* Added unit test to check anvil saving

* Fix fmt

* Fixed useless clone

* Removed unnecessary unwraps and added timestamp table

* Removed fs2 dependency

* Fix stop deadlock

---------

Co-authored-by: Alvsch <[email protected]>
  • Loading branch information
leobeg and Alvsch authored Jan 7, 2025
1 parent fef17de commit c95ceb6
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 172 deletions.
1 change: 1 addition & 0 deletions pumpkin-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ flate2 = "1.0"
lz4 = "1.28.0"

file-guard = "0.2.0"
indexmap = "2.7.0"

enum_dispatch = "0.3.13"

Expand Down
Loading

0 comments on commit c95ceb6

Please sign in to comment.