Skip to content

Commit 213625a

Browse files
committed
fix: private val, last one this time
1 parent b536862 commit 213625a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/HighwayTools.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ object HighwayTools : PluginModule(
7070
val railingHeight by setting("Railing Height", 1, 1..4, 1, { railing && page == Page.BUILD && mode == Mode.HIGHWAY }, description = "Sets height of railing")
7171
private val materialSaved = setting("Material", "minecraft:obsidian", { false })
7272
private val fillerMatSaved = setting("FillerMat", "minecraft:netherrack", { false })
73+
private val foodItem = setting("Food Item", "minecraft:golden_apple", { false })
7374
val ignoreBlocks = setting(CollectionSetting("IgnoreList", defaultIgnoreBlocks, { false }))
74-
val foodItem = setting("Food Item", "minecraft:golden_apple", { false })
7575

7676
// behavior settings
7777
val interacting by setting("Rotation Mode", RotationMode.SPOOF, { page == Page.BEHAVIOR }, description = "Force view client side, only server side or no interaction at all")

0 commit comments

Comments
 (0)