forked from Pumpkin-MC/Pumpkin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e30874
commit e57eb38
Showing
5 changed files
with
213 additions
and
144 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
pub mod block; | ||
pub mod block_entities; | ||
pub mod block_shapes; | ||
pub mod block_state; | ||
|
||
/// having this in a seperate module improves compile times by a lot | ||
pub mod block_state_collision_shapes; | ||
pub mod block_shapes; | ||
mod block_state_properties; | ||
mod block_entities; | ||
pub mod block_state_properties; |
Oops, something went wrong.