diff --git a/common/src/terrain/block.rs b/common/src/terrain/block.rs index b78fe69434..67b65ac8e8 100644 --- a/common/src/terrain/block.rs +++ b/common/src/terrain/block.rs @@ -212,6 +212,7 @@ impl BlockKind { // Beware: the height *must* be <= `MAX_HEIGHT` or the collision system will not properly // detect it! match self { + BlockKind::Tomato => 1.65, BlockKind::LargeCactus => 2.5, _ => 1.0, }