9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-27 02:49:15 +00:00

修复放置的初始值

This commit is contained in:
jhqwqmc
2025-12-24 05:11:40 +08:00
parent a4059ae921
commit 6ab38bd6aa

View File

@@ -237,7 +237,7 @@ public class MultiHighBlockBehavior extends BukkitBlockBehavior {
return null;
}
}
return state.with(property, 0);
return state.with(property, property.min);
}
public static class Factory implements BlockBehaviorFactory {