Posted 28 March 2014 - 03:54 PM
ComputerCraft version: CC1.6pr8 Client + Server
Description:
If you put 1 coal into a turtle and refuel you get 80 fuel units.
If you put 1 coal block into a turtle and refuel you get 800 fuel units.
Seeing, that the coal block is crafted with only 9 pieces of coal, it should only give you 9 * 80 = 720 units.
Steps to Reproduce:
Description:
If you put 1 coal into a turtle and refuel you get 80 fuel units.
If you put 1 coal block into a turtle and refuel you get 800 fuel units.
Seeing, that the coal block is crafted with only 9 pieces of coal, it should only give you 9 * 80 = 720 units.
Steps to Reproduce:
- Put one piece of coal into a turtle and run refuel 1 (80 fuel)
- Put one block of coal into the turtle and run refuel 1 (you get 880.)
- Realise, that the fuel value should only be 800 (80 + 720) but is 880.