diff --git a/crates/resource/src/block_types.rs b/crates/resource/src/block_types.rs index 68a08c0..a70106c 100644 --- a/crates/resource/src/block_types.rs +++ b/crates/resource/src/block_types.rs @@ -5694,6 +5694,13 @@ pub const BLOCK_TYPES: &[(&str, BlockType)] = &[ color: Color([0, 0, 0]), }, ), + ( + "short_grass", + BlockType { + flags: make_bitflags!(BlockFlag::{}), + color: Color([0, 0, 0]), + }, + ), ( "shroomlight", BlockType { diff --git a/resource/blocks.json b/resource/blocks.json index 8e87750..6f4f5e7 100644 --- a/resource/blocks.json +++ b/resource/blocks.json @@ -1558,6 +1558,7 @@ "sea_lantern": {}, "sea_pickle": {}, "seagrass": null, + "short_grass": null, "shroomlight": {}, "shulker_box": {}, "sign": {