9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-31 04:46:37 +00:00

fix(bukkit): 修复#164

This commit is contained in:
jhqwqmc
2025-06-18 01:37:48 +08:00
parent 2576afb9f6
commit db8e1a7f83

View File

@@ -473,6 +473,7 @@ public class RecipeEventListener implements Listener {
// one of them is vanilla item
if (!firstCustom || !secondCustom) {
if (second.canRepair(first)) return; // 这里需要考虑原版逻辑
// block "vanilla + custom" recipes
event.setResult(null);
return;