This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
martincmartin's profile picture

How to disable fuel?

Started by martincmartin, 04 February 2013 - 12:20 PM
martincmartin #1
Posted 04 February 2013 - 01:20 PM
Title: How to disable fuel?

The auto-generated config file, config/ComputerCraft.cfg, doesn't have a turtleNeedsFuel entry, or any text containing "fuel." In the general section, I tried adding "B:turtleNeedsFuel=false" and "I:turtleNeedsFuel=0", but my turtles still need fuel. I'm just starting out with ComputerCraft, and it's distracting to have to remember "turtle.select(1); turtle.refuel(1); turtle.select(2)" at the start of each program.

Versions:

ComputerCraft 1.4.8
Minecraft 1.4.7
MCP v7.26
FML v4.7.4.520
Minecraft Forge 6.6.0.497
Anonomit #2
Posted 04 February 2013 - 01:32 PM
You should be looking in the file CCTurtle.cfg
It contains a couple turtle-relatedoptions.
martincmartin #3
Posted 04 February 2013 - 01:38 PM
Great, thanks!