mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-20 03:25:09 +02:00
resource: port legacy block type mapping from old implementation
This commit is contained in:
parent
8add7679a3
commit
3cee4a4247
2 changed files with 1053 additions and 0 deletions
1050
src/resource/legacy_block_types.rs
Normal file
1050
src/resource/legacy_block_types.rs
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,12 @@
|
|||
mod block_types;
|
||||
mod legacy_block_types;
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
use enumflags2::{bitflags, BitFlags};
|
||||
|
||||
pub use legacy_block_types::LEGACY_BLOCK_TYPES;
|
||||
|
||||
#[bitflags]
|
||||
#[repr(u8)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
|
|
Loading…
Add table
Reference in a new issue