9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-03 22:26:16 +00:00

撤销部分修改

This commit is contained in:
jhqwqmc
2025-08-04 17:13:02 +08:00
parent e52e42273f
commit fd62f69ec2
2 changed files with 5 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ public record CustomRecipeResult<T>(BuildableItem<T> item, int count, PostProces
}
static {
registerPostProcessorType(Key.of("apply_data"), args -> {
registerPostProcessorType(Key.of("craftengine", "apply_data"), args -> {
List<ItemDataModifier<?>> modifiers = new ArrayList<>();
Map<String, Object> data = ResourceConfigUtils.getAsMap(args.get("data"), "data");
for (Map.Entry<String, Object> entry : data.entrySet()) {