1.20.3-pre2

This commit is contained in:
Jottyfan
2023-11-23 17:54:39 +01:00
parent 96a334448e
commit a54ec93551
3 changed files with 7 additions and 7 deletions

View File

@ -79,7 +79,7 @@ public class ToolSpeedpowderHoe extends HoeItem implements ToolRangeable {
@Override
public boolean canBreakNeighbors(BlockState blockState) {
return super.isSuitableFor(blockState)
|| Blocks.GRASS.equals(blockState.getBlock())
|| Blocks.TALL_GRASS.equals(blockState.getBlock())
|| Blocks.FERN.equals(blockState.getBlock())
|| Blocks.LARGE_FERN.equals(blockState.getBlock());
}

View File

@ -28,7 +28,7 @@
"depends": {
"fabricloader": ">=0.14.24",
"fabric": "*",
"minecraft": "1.20.3-alpha.23.45.a",
"minecraft": "1.20.3-pre2+build.2",
"java": ">=17"
},
"suggests": {