feat: implement statistics - #295
Draft
Laptop59 wants to merge 23 commits into
Draft
Conversation
|
This pull request has conflicts with the base branch "master". Please resolve those so we can test out your changes. |
Laptop59
force-pushed
the
feat/statistics
branch
from
July 31, 2026 16:02
f1a5577 to
d7f6a39
Compare
|
Conflicts have been resolved! 🎉 |
Laptop59
force-pushed
the
feat/statistics
branch
3 times, most recently
from
August 9, 2026 10:15
18a63c0 to
83a2aaa
Compare
|
This pull request has conflicts with the base branch "master". Please resolve those so we can test out your changes. |
Laptop59
force-pushed
the
feat/statistics
branch
from
August 9, 2026 14:49
2c99191 to
6538808
Compare
|
Conflicts have been resolved! 🎉 |
|
This pull request has conflicts with the base branch "master". Please resolve those so we can test out your changes. |
… by make the vanilla `StatType`s `static` instead of `const`
# Conflicts: # steel-core/src/behavior/blocks/container/crafting_table_block.rs # steel-core/src/player/mod.rs # Conflicts: # steel-core/src/player/mod.rs
# Conflicts: # steel-core/src/player/mod.rs
Laptop59
force-pushed
the
feat/statistics
branch
from
August 10, 2026 15:16
9bf3bf5 to
0f1afc4
Compare
|
Conflicts have been resolved! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aims to implement the registries of stat types and custom stats and make statistics work.