CC: Tweaked

CC: Tweaked

57M Downloads

No option for "unlimited" fuel

GodsVictory opened this issue ยท 4 comments

commented

I see in the wiki the following:

"unlimited" If turtles do not consume fuel when moving.

However, I can't find the corresponding option in the config.

version: cc-tweaked-1.17.1-1.98.2

commented

Odd, it's definitely defined:

turtlesNeedFuel = builder
.comment( "Set whether Turtles require fuel to move" )
.define( "need_fuel", ComputerCraft.turtlesNeedFuel );

Which config file are you looking in?

commented

Oh I must be in the wrong place: config/computercraft-client.toml

commented

I guess, you should check configuration files inside world folder

commented

ahah, thanks!