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