mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 21:39:07 +02:00
resource: add comments to generated file
This commit is contained in:
parent
00216341ca
commit
7b98954c80
3 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,12 @@
|
|||
//! Block type information
|
||||
//!
|
||||
//! This file is generated using resource/generate.py, do not edit
|
||||
|
||||
use enumflags2::make_bitflags;
|
||||
|
||||
use super::*;
|
||||
|
||||
/// List if known block types and their properties
|
||||
pub const BLOCK_TYPES: &[(&str, ConstBlockType)] = &[
|
||||
(
|
||||
"acacia_button",
|
||||
|
|
|
@ -4,12 +4,10 @@
|
|||
|
||||
mod biomes;
|
||||
mod block_color;
|
||||
mod block_types;
|
||||
mod legacy_biomes;
|
||||
mod legacy_block_types;
|
||||
|
||||
#[allow(clippy::missing_docs_in_private_items)] // Generated module
|
||||
mod block_types;
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
use enumflags2::{bitflags, BitFlags};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue