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

[1.14.3] Turtle consumes the entire stack of coal even if it only needs 4 #266

Closed
ProsperCraft opened this issue Jul 5, 2019 · 2 comments
Labels
area-CraftOS This affects CraftOS, or any other Lua portions of the mod. bug A problem or unexpected behaviour with the mod. good first issue Should be pretty simple to implement, and a good place to get started.

Comments

@ProsperCraft
Copy link

  • Minecraft version 1.14.3
  • CC: Tweaked version cc-tweaked-1.14.3-1.83.1
  • Detailed reproduction steps: Put a stack of coal in a turtle that only needs 2-3 coal then refuel all, it consumes the entire stack.

Expected behavior- eat what it can use and leave the rest.

2019-07-05_14 11 34

@ProsperCraft ProsperCraft added the bug A problem or unexpected behaviour with the mod. label Jul 5, 2019
@SquidDev SquidDev added area-Minecraft This affects CC's Minecraft-specific content. version-1.14.x Bugs affecting the Forge 1.14.x version. labels Jul 5, 2019
@SquidDev SquidDev added good first issue Should be pretty simple to implement, and a good place to get started. and removed version-1.14.x Bugs affecting the Forge 1.14.x version. labels Jul 13, 2019
@SquidDev
Copy link
Member

Hrmr, this appears to be an issue in the original ComputerCraft too, so at least it's not a regression as part of the update.

I guess the best thing to do here would be to refuel one item, and use that as a guess for how many more we need.

@SquidDev SquidDev added area-CraftOS This affects CraftOS, or any other Lua portions of the mod. and removed area-Minecraft This affects CC's Minecraft-specific content. labels Jul 14, 2019
@powerboat9
Copy link
Contributor

This fixes it #274

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CraftOS This affects CraftOS, or any other Lua portions of the mod. bug A problem or unexpected behaviour with the mod. good first issue Should be pretty simple to implement, and a good place to get started.
Projects
None yet
Development

No branches or pull requests

3 participants