From: Lizzy Fleckenstein Date: Mon, 13 Feb 2023 13:17:51 +0000 (+0100) Subject: Add content constants X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ab2703a3e7cfd81d15463028fd01bd691b9e43f3;p=mt_net.git Add content constants --- diff --git a/src/to_clt/env.rs b/src/to_clt/env.rs index 4b035e2..cce7696 100644 --- a/src/to_clt/env.rs +++ b/src/to_clt/env.rs @@ -166,6 +166,10 @@ pub enum MapBlockFlag { pub const ALWAYS_LIT_FROM: u16 = 0xf000; +pub const CONTENT_UNKNOWN: u16 = 125; +pub const CONTENT_AIR: u16 = 126; +pub const CONTENT_IGNORE: u16 = 127; + #[mt_derive(to = "clt")] pub struct MapBlock { pub flags: EnumSet,