mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-15 11:45:42 +00:00
Fixed turtle property category
Likely was a leftover from copy pasting and a tired programmer.
This commit is contained in:
parent
3023f235a4
commit
db31a53bba
@ -277,7 +277,7 @@ public final class Config
|
|||||||
renameProperty( CATEGORY_GENERAL, "turtlesCanPush", CATEGORY_TURTLE, "can_push" );
|
renameProperty( CATEGORY_GENERAL, "turtlesCanPush", CATEGORY_TURTLE, "can_push" );
|
||||||
renameProperty( CATEGORY_GENERAL, "turtle_disabled_actions", CATEGORY_TURTLE, "disabled_actions" );
|
renameProperty( CATEGORY_GENERAL, "turtle_disabled_actions", CATEGORY_TURTLE, "disabled_actions" );
|
||||||
|
|
||||||
config.getCategory( CATEGORY_HTTP )
|
config.getCategory( CATEGORY_TURTLE )
|
||||||
.setComment( "Various options relating to turtles." );
|
.setComment( "Various options relating to turtles." );
|
||||||
|
|
||||||
turtlesNeedFuel = config.get( CATEGORY_TURTLE, "need_fuel", ComputerCraft.turtlesNeedFuel );
|
turtlesNeedFuel = config.get( CATEGORY_TURTLE, "need_fuel", ComputerCraft.turtlesNeedFuel );
|
||||||
|
Loading…
Reference in New Issue
Block a user