mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-27 19:09:08 +00:00
修复keep components
This commit is contained in:
@@ -214,7 +214,7 @@ public class CustomSmithingTransformRecipe<T> extends AbstractedFixedResultRecip
|
||||
for (Key component : this.components) {
|
||||
Object componentObj = item1.getExactComponent(component);
|
||||
if (componentObj != null) {
|
||||
item3.setComponent(component, componentObj);
|
||||
item3.setExactComponent(component, componentObj);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user