Posted 15 October 2012 - 03:04 PM
ComputerCraft Version Information: 1.4.3
Description of Bug:
I've been trying to play around with Turtles in MC1.3.2 and i prefer to turn fuel off. However i've tried turning it off in 1.4.3 and it doesn't seem to do anything. In trying to get it to work i've tried using both the documented config value (turtleNeedsFuel) and what seems to be the value it wants to set (turtlesNeedFuel) and i've tried using both the documented value (0) and the opposite of what it defaults to (false).
My tests have been both trying to back up the turtle (turtle.back() returns false with nothing behind it) and checking getFuelLevel (should return "unlimited" but returns 0).
Steps to Reproduce Bug:
Minecraft v1.3.2
FML v3.1.35.394
Minecraft Forge 4.2.5.303
Note that i do know that computercraft is running and at least reading the computercraft config file… i created a quick rednet distancing script that initially cut out at 64 and then 128 when i increased the regular range to 128. Pretty good chance that i'm not setting the right config field, I'm relatively sure that the config value that worked in 1.4.1 didn't work.
Regards,
Jon
Description of Bug:
I've been trying to play around with Turtles in MC1.3.2 and i prefer to turn fuel off. However i've tried turning it off in 1.4.3 and it doesn't seem to do anything. In trying to get it to work i've tried using both the documented config value (turtleNeedsFuel) and what seems to be the value it wants to set (turtlesNeedFuel) and i've tried using both the documented value (0) and the opposite of what it defaults to (false).
My tests have been both trying to back up the turtle (turtle.back() returns false with nothing behind it) and checking getFuelLevel (should return "unlimited" but returns 0).
Steps to Reproduce Bug:
- Set appropriate config var in %APPDATA%\.minecraft\config\CCTurtle.cfg
- Start minecraft, create/load creative world
- place turtle (i have tried a base turtle, mining turtle and wireless mining turtle) ensure it has space to move behind.
- right click turtle to open console, enter lua
- call turtle.back(). note that return value is false, this should say true (assuming the space behind is free, if you ensure space behind is free you can replace with turtle.forward() to same effect).
- call turtle.getFuelLevel(). note that return value is 0 this should be "unlimited"
Minecraft v1.3.2
FML v3.1.35.394
Minecraft Forge 4.2.5.303
Note that i do know that computercraft is running and at least reading the computercraft config file… i created a quick rednet distancing script that initially cut out at 64 and then 128 when i increased the regular range to 128. Pretty good chance that i'm not setting the right config field, I'm relatively sure that the config value that worked in 1.4.1 didn't work.
Regards,
Jon