Skip to content

Commit

Permalink
Fix leaves not mining with hoes. Closes #235
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Jan 17, 2024
1 parent 4e99660 commit 5867e98
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/data/minecraft/tags/blocks/mineable/hoe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"replace": false,
"values": [
"unicopia:palm_leaves",
"unicopia:zap_leaves",
"unicopia:flowering_zap_leaves",
"unicopia:green_apple_leaves",
"unicopia:sweet_apple_leaves",
"unicopia:sour_apple_leaves",
"unicopia:mango_leaves"
]
}

0 comments on commit 5867e98

Please sign in to comment.