diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Dan/Class1.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Dan/Class1.cs
new file mode 100644
index 0000000..c6c3585
--- /dev/null
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Dan/Class1.cs
@@ -0,0 +1,87 @@
+using Mesnac.Action.Base;
+using Mesnac.Controls.ChemicalWeighing;
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Reflection;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Mesnac.Action.ChemicalWeighing.Dan
+{
+ public class Class1 : ChemicalWeighingAction, IAction
+ {
+
+ Que que;
+ public void Run(RuntimeParameter runtime)
+ {
+ RunIni(runtime);
+
+ que = new Que();
+
+ var controller = GetAllControls();
+
+ PropertyInfo[] sourcePropertyInfoList = que.GetType().GetProperties();
+ foreach (PropertyInfo sourceProperty in sourcePropertyInfoList)
+ {
+ string name = sourceProperty.Name;
+ var pro = controller.FirstOrDefault(x => x.Name == name) as HslLanternSimple;
+ sourceProperty.SetValue(que, pro);
+ }
+ }
+ }
+
+ public class Que
+ {
+ public HslLanternSimple HslAA { get; set; }
+ public HslLanternSimple HslAB { get; set; }
+ public HslLanternSimple HslAC { get; set; }
+ public HslLanternSimple HslAD { get; set; }
+ public HslLanternSimple HslAE { get; set; }
+ public HslLanternSimple HslAF { get; set; }
+ public HslLanternSimple HslAG { get; set; }
+ public HslLanternSimple HslAH { get; set; }
+ public HslLanternSimple HslAI { get; set; }
+ public HslLanternSimple HslAJ { get; set; }
+ public HslLanternSimple HslAK { get; set; }
+ public HslLanternSimple HslAL { get; set; }
+ public HslLanternSimple HslAM { get; set; }
+ public HslLanternSimple HslAN { get; set; }
+ public HslLanternSimple HslAO { get; set; }
+
+
+ public HslLanternSimple HslBA { get; set; }
+ public HslLanternSimple HslBB { get; set; }
+ public HslLanternSimple HslBC { get; set; }
+ public HslLanternSimple HslBD { get; set; }
+ public HslLanternSimple HslBE { get; set; }
+ public HslLanternSimple HslBF { get; set; }
+ public HslLanternSimple HslBG { get; set; }
+ public HslLanternSimple HslBH { get; set; }
+ public HslLanternSimple HslBI { get; set; }
+ public HslLanternSimple HslBJ { get; set; }
+ public HslLanternSimple HslBK { get; set; }
+ public HslLanternSimple HslBL { get; set; }
+ public HslLanternSimple HslBM { get; set; }
+ public HslLanternSimple HslBN { get; set; }
+ public HslLanternSimple HslBO { get; set; }
+
+ public HslLanternSimple HslCA { get; set; }
+ public HslLanternSimple HslCB { get; set; }
+ public HslLanternSimple HslCC { get; set; }
+ public HslLanternSimple HslCD { get; set; }
+ public HslLanternSimple HslCE { get; set; }
+ public HslLanternSimple HslCF { get; set; }
+ public HslLanternSimple HslCG { get; set; }
+ public HslLanternSimple HslCH { get; set; }
+ public HslLanternSimple HslCI { get; set; }
+ public HslLanternSimple HslCJ { get; set; }
+ public HslLanternSimple HslCK { get; set; }
+ public HslLanternSimple HslCL { get; set; }
+ public HslLanternSimple HslCM { get; set; }
+ public HslLanternSimple HslCN { get; set; }
+ public HslLanternSimple HslCO { get; set; }
+
+ }
+}
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
index 3da9ba9..7308664 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
@@ -257,6 +257,7 @@
+
diff --git a/Main/MCEdit/Data/EventConfig/小料称量/我叫锄头.xml b/Main/MCEdit/Data/EventConfig/小料称量/我叫锄头.xml
index c9b826d..d1e0e7e 100644
--- a/Main/MCEdit/Data/EventConfig/小料称量/我叫锄头.xml
+++ b/Main/MCEdit/Data/EventConfig/小料称量/我叫锄头.xml
@@ -20,6 +20,11 @@
氮气
氮气
+
+
+ 大仓确认
+ 大仓确认
+
@@ -40,7 +45,11 @@
-
+
+
+
+
+
@@ -51,6 +60,8 @@
+
+
diff --git a/Main/MCEdit/Data/MCProject/SCWSProject2.mprj b/Main/MCEdit/Data/MCProject/SCWSProject2.mprj
index 72202ac..b684239 100644
--- a/Main/MCEdit/Data/MCProject/SCWSProject2.mprj
+++ b/Main/MCEdit/Data/MCProject/SCWSProject2.mprj
@@ -39,6 +39,7 @@
+
diff --git a/Main/MCEdit/Data/MCProject/nodeForm/FormQuRenAnNue.xml b/Main/MCEdit/Data/MCProject/nodeForm/FormQuRenAnNue.xml
new file mode 100644
index 0000000..facc796
--- /dev/null
+++ b/Main/MCEdit/Data/MCProject/nodeForm/FormQuRenAnNue.xml
@@ -0,0 +1,613 @@
+
+
diff --git a/Main/MCEdit/Data/MCProject/nodeForm/LjLogForm.xml b/Main/MCEdit/Data/MCProject/nodeForm/LjLogForm.xml
index bf27a87..accf864 100644
--- a/Main/MCEdit/Data/MCProject/nodeForm/LjLogForm.xml
+++ b/Main/MCEdit/Data/MCProject/nodeForm/LjLogForm.xml
@@ -1,8 +1,7 @@
-
-
+
Red
DarkGray
@@ -21,8 +20,7 @@
77, 12
-
-
+
Red
DarkGray
@@ -54,8 +52,7 @@
True
True
False
-
-
+
Red
DarkGray