Merge pull request #9 from nathanruiz/harvest_tools

Rename harvest_tool to harvest_tools
pull/11/head
Julius Riegel 2 years ago committed by GitHub
commit a837f3240c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ pub struct Block {
pub diggable: bool,
pub bounding_box: BoundingBox,
pub material: Option<String>,
pub harvest_tool: Option<HashMap<u32, bool>>,
pub harvest_tools: Option<HashMap<u32, bool>>,
pub variations: Option<Vec<Variation>>,
pub drops: Vec<u32>,
pub transparent: bool,

Loading…
Cancel
Save