Skip to content

Commit

Permalink
E
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Nov 10, 2024
1 parent b60f2fd commit e213ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/neoforged/neoforge/common/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static class Blocks {

/**
* For denoting blocks that need tools that are Wood or higher to mine.
* By default, this is not added to any Minecraft tag since by default, Wood is in the lowest "tier".
* By default, this is not added to any Minecraft tag since Wood is in the lowest "tier".
*/
public static final TagKey<Block> NEEDS_WOOD_TOOL = neoforgeTag("needs_wood_tool");

Expand Down

0 comments on commit e213ab9

Please sign in to comment.