Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builder dupes items when placing chests #2976

Closed
knexer opened this issue Aug 17, 2015 · 0 comments
Closed

Builder dupes items when placing chests #2976

knexer opened this issue Aug 17, 2015 · 0 comments
Labels
type: bug Something isn't behaving as expected, from a developer perspective. (Except crashes are always bugs)

Comments

@knexer
Copy link
Contributor

knexer commented Aug 17, 2015

Using Buildcraft @ tip of 6.5.x, namely d7d7585 :

I've found several situations where the builder dupes items:

  • Chest containing a single pickaxe: requires a pick to be in the Builder's inventory but doesn't consume the pick. Changes the Builder's pick's damage value to match that of the duped pick.
  • Chest containing 65 to 127 of one item: Requires and consumes 64 items, but places a chest with the full number of items. 128+ of the item and the chest can't be placed.
  • Chest containing chests: The number of chests required is 1 too small (presumably it isn't counting the block chest, and only the item chests?). Ex. A chest with one chest inside requires and consumes only one chest.

I am guessing 2 and 3 are related, 1 independent.

@asiekierka asiekierka added the type: bug Something isn't behaving as expected, from a developer perspective. (Except crashes are always bugs) label Sep 4, 2015
@asiekierka asiekierka added this to the BuildCraft 7.0.22 milestone Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't behaving as expected, from a developer perspective. (Except crashes are always bugs)
Projects
None yet
Development

No branches or pull requests

2 participants