1.20.3-pre2
This commit is contained in:
parent
96a334448e
commit
a54ec93551
@ -4,17 +4,17 @@
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version=23w45a
|
||||
yarn_mappings=23w45a+build.10
|
||||
loader_version=0.14.24
|
||||
minecraft_version=1.20.3-pre2
|
||||
yarn_mappings=1.20.3-pre2+build.2
|
||||
loader_version=0.14.24
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.20.3.0
|
||||
mod_version = 1.20.3.1
|
||||
maven_group = de.jottyfan.minecraft
|
||||
archives_base_name = quickiefabric
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.90.8+1.20.3
|
||||
fabric_version=0.90.12+1.20.3
|
||||
|
||||
# for ExtendedLeavesBlock
|
||||
terraform_wood_api_version=9.0.0-alpha.3
|
||||
|
@ -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());
|
||||
}
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user