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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user