Big UI changes, drag and drop works
todo: - action history doesnt wrap - macro saving + suggestion/solving - show macros in craftinglog window (still untested)
This commit is contained in:
@@ -20,6 +20,7 @@ public class Configuration : IPluginConfiguration
|
||||
public int Version { get; set; } = 1;
|
||||
|
||||
public bool OverrideUncraftability { get; set; } = true;
|
||||
public bool HideUnlearnedActions { get; set; } = true;
|
||||
public List<Macro> Macros { get; set; } = new();
|
||||
public string SimulatorType { get; set; } = typeof(Simulator.Simulator).AssemblyQualifiedName!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user