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

修复锻造后处理器

This commit is contained in:
XiaoMoMi
2025-08-16 17:27:02 +08:00
parent d89c7c5305
commit 4e90278cd9
2 changed files with 5 additions and 3 deletions

View File

@@ -99,9 +99,11 @@ public class CustomSmithingTransformRecipe<T> extends AbstractedFixedResultRecip
if (this.mergeComponents) {
finalResult = base.mergeCopy(wrappedResult);
}
if (this.processors != null) {
for (ItemDataProcessor processor : this.processors) {
processor.accept(base, wrappedResult, finalResult);
}
}
return finalResult.getItem();
}

View File

@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G
# Project settings
# Rule: [major update].[feature update].[bug fix]
project_version=0.0.61.5
project_version=0.0.61.6
config_version=43
lang_version=23
project_group=net.momirealms