Skip to content

Commit

Permalink
fix #1273
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Feb 5, 2024
1 parent 7092701 commit 806b634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion FABRIC_CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ No formatting, just plain text. CurseForge support for it is terrible.
Change logging starts below:
----------
- update to patch F

- fix schematic-printing deployers consuming double the resources they should (#1273)
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ protected void activateAsSchematicPrinter(MovementContext context, BlockPos pos,
// if we get here all requirements were met
t.commit();
}
for (ItemRequirement.StackRequirement required : requiredItems)
contextStack = ItemHelper.extract(itemHandler, required::matches,
ExtractionCountMode.EXACTLY, required.stack.getCount(), false);
}

CompoundTag data = BlockHelper.prepareBlockEntityData(blockState, schematicWorld.getBlockEntity(pos));
Expand Down

0 comments on commit 806b634

Please sign in to comment.