diff --git a/src/models/block.rs b/src/models/block.rs index c0dc07b..3e22f87 100644 --- a/src/models/block.rs +++ b/src/models/block.rs @@ -11,7 +11,7 @@ pub struct Block { pub diggable: bool, pub bounding_box: BoundingBox, pub material: Option, - pub harvest_tool: Option>, + pub harvest_tools: Option>, pub variations: Option>, pub drops: Vec, pub transparent: bool,