Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor global block container system #427

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Bryntet
Copy link
Contributor

@Bryntet Bryntet commented Dec 28, 2024

I fixed and made things more generic and easily extendable with traits.

Description

Testing

Checklist

Things need to be done before this Pull Request can be merged.

  • Code is well-formatted and adheres to project style guidelines: cargo fmt
  • Code does not produce any clippy warnings: cargo clippy
  • All unit tests pass: cargo test
  • I added new unit tests, so other people don't accidentally break my code by changing other parts of the codebase. How?

OfficialKris and others added 6 commits December 28, 2024 18:39
…vements

# Conflicts:
#	pumpkin-core/src/math/position.rs
#	pumpkin-inventory/src/lib.rs
#	pumpkin-inventory/src/open_container.rs
#	pumpkin/src/block/blocks/chest.rs
#	pumpkin/src/block/blocks/crafting_table.rs
#	pumpkin/src/block/blocks/furnace.rs
#	pumpkin/src/block/pumpkin_block.rs
#	pumpkin/src/net/packet/play.rs
#	pumpkin/src/server/mod.rs
@Bryntet Bryntet force-pushed the fork/OfficialKris/global-inventories-improvements branch from cb728c8 to a2ea3cc Compare December 28, 2024 18:10
@OfficialKris
Copy link
Contributor

Looks great @Bryntet! Love how all the todos got resolved! Very nice system

@Bryntet
Copy link
Contributor Author

Bryntet commented Dec 28, 2024

Thanks!

@Snowiiii
Copy link
Member

When tested the server freezed when i was trying to open a chest, I think this is the same issue as in #388 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants