From 4d6f5bcb40c00b8b651fcd38befcf6b4477d0d2e Mon Sep 17 00:00:00 2001 From: Nathan Ruiz Date: Sun, 6 Nov 2022 22:03:58 +0000 Subject: [PATCH] Rename harvest_tool to harvest_tools --- src/models/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,