mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-27 02:49:15 +00:00
修复放置的初始值
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user