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

feat(block): 添加楼梯方块行为

This commit is contained in:
jhqwqmc
2025-06-21 07:54:23 +08:00
parent abc4990b4e
commit e775abb72f
3 changed files with 1230 additions and 0 deletions

View File

@@ -305,6 +305,7 @@ public class BukkitRecipeManager extends AbstractRecipeManager<ItemStack> {
super.unload();
try {
if (VersionHelper.isOrAbove1_21_2()) {
// TODO: 排查为什么会出现并发修改问题
CoreReflections.method$RecipeManager$finalizeRecipeLoading.invoke(nmsRecipeManager);
}
} catch (ReflectiveOperationException e) {