9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-26 10:29:20 +00:00

过时方块破坏修复

This commit is contained in:
XiaoMoMi
2025-06-08 04:58:11 +08:00
parent 2a0618122a
commit b2c76d9ff0
3 changed files with 10 additions and 2 deletions

View File

@@ -17,4 +17,8 @@ public class BlockRegistryMirror {
public static int size() {
return customBlockStates.length;
}
public static BlockStateWrapper stoneState() {
return stoneState;
}
}