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

@ -4,17 +4,17 @@
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=23w45a minecraft_version=1.20.3-pre2
yarn_mappings=23w45a+build.10 yarn_mappings=1.20.3-pre2+build.2
loader_version=0.14.24 loader_version=0.14.24
# Mod Properties # Mod Properties
mod_version = 1.20.3.0 mod_version = 1.20.3.1
maven_group = de.jottyfan.minecraft maven_group = de.jottyfan.minecraft
archives_base_name = quickiefabric archives_base_name = quickiefabric
# Dependencies # Dependencies
fabric_version=0.90.8+1.20.3 fabric_version=0.90.12+1.20.3
# for ExtendedLeavesBlock # for ExtendedLeavesBlock
terraform_wood_api_version=9.0.0-alpha.3 terraform_wood_api_version=9.0.0-alpha.3

View File

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

View File

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