Big project cleanup with overhaul of file responsibilities (KISS) and code (DRY, YAGNI)

This commit is contained in:
2026-05-14 11:17:02 +02:00
parent bd6cdeb97b
commit 300c8f5a42
54 changed files with 2030 additions and 1745 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class CraftNode : ProgramNode
if (amount <= 0)
{
lastExecutionMessage = "Amount has to be atleast 1";
lastExecutionMessage = "Amount has to be at least 1";
return NodeResult.FAILURE;
}