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

[1.62][ssp] turtles always need fuel to move.

Started by sefodopo, 16 April 2014 - 02:59 AM
sefodopo #1
Posted 16 April 2014 - 04:59 AM
it was weird. i set the config option that turtles need fuel to false and started a world. A wile later, I started to make turtles. When i told it to move, it said that it needs fuel. So i go and check the config option. It still says false.
to recreate
all i did was install the main modpack of tekkit then updated computercraft and openccsensors. Then after I saw that it worked i stoped minecraft and changed the config option. I wish that i can figure out what is causing the turtles to require the fuel
Cranium #2
Posted 16 April 2014 - 03:30 PM
The only reason turtles would still require fuel is the config.
If you have a program that is checking for fuel, not included by default, then you'd want to check that the fuel requirement is written properly.
Bomb Bloke #3
Posted 16 April 2014 - 04:20 PM
Exactly what in which file did you change - and what was it set to to start with?
dan200 #4
Posted 16 April 2014 - 04:27 PM
You might be being tripped up by config files. Before 1.6, the fuel level was stored in "CCTurtle.cfg", since 1.6, that file isn't used/generated any more, and all settings are in "ComputerCraft.cfg". Try changing it there
sefodopo #5
Posted 17 April 2014 - 05:23 AM
sorry i didn't realize that you are not supposed to use ccturtle.cfg. Thanks for helping me i will change that.
sefodopo #6
Posted 17 April 2014 - 05:26 AM
i dont know why that config file was there. Maybe it came with tekkit and tekkit didn't know that it was used.