Skip to content

Commit 575926b

Browse files
committed
show disposables in inventory config in scaffold
1 parent 0ff69be commit 575926b

File tree

1 file changed

+15
-1
lines changed
  • src/main/kotlin/com/lambda/module/modules/player

1 file changed

+15
-1
lines changed

src/main/kotlin/com/lambda/module/modules/player/Scaffold.kt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,21 @@ object Scaffold : Module(
6363
::mean.edit { defaultValue(120.0) }
6464
::spread.edit { defaultValue(0.0) }
6565
}
66-
hideAllGroupsExcept(interactConfig, rotationConfig, hotbarConfig)
66+
inventoryConfig.apply {
67+
hide(
68+
::actionsPerSecond,
69+
::tickStageMask,
70+
::swapWithDisposables,
71+
::providerPriority,
72+
::storePriority,
73+
::immediateAccessOnly,
74+
::accessShulkerBoxes,
75+
::accessEnderChest,
76+
::accessChests,
77+
::accessStashes
78+
)
79+
}
80+
hideAllGroupsExcept(interactConfig, rotationConfig, hotbarConfig, inventoryConfig)
6781
}
6882
}
6983

0 commit comments

Comments
 (0)