You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val renders by setting("Render", false).group(Group.Render)
77
77
val avoidDesync by setting("Avoid Desync", true, "Cancels incoming inventory update packets if they match previous actions").group(Group.Debug)
78
78
val desyncTimeout by setting("Desync Timeout", 30, 1..30, 1, unit =" ticks", description ="Time to store previous inventory actions before dropping the cache") { avoidDesync }.group(Group.Debug)
if (config !isUserAutomationConfig) throw java.lang.IllegalStateException("All configurables within UserAutomationConfigs must be UserAutomationConfigs!")
0 commit comments