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
1. Element Name, Protons, Neutrons, Half Life Seconds, Decay To, Atomic Symbol, Is Isotope
24
+
1.`.create(String name)` -> The element name.
25
+
2.`.protons(int protons)` -> Proton Count. Use `-1` if it is an element that will not get a material.
26
+
3.`.neutrons(int neutrons)` -> Neutron Count. Use `-1` if it is an element that will not get a material
27
+
4.`.halfLifeSeconds(int seconds)` -> Half Life Decay in Seconds. After N seconds, half of the material will have decayed. Use `-1` if your element doesn't decay.
28
+
5.`.decayTo(Material material)` -> Material to decay to. Use `null` if your element doesn't decay.
29
+
6.`.symbol(String symbol)` -> Atomic Symbol, which will be displayed as in chemical formulas.
30
+
7.`.isIsotope(boolean isotope)` -> Whether the element is an isotope, e.g. Uranium 235 and Uranium 238.
31
+
32
+
When a material will be created from this element, the above properties will affect the auto-generated recipes.
0 commit comments