Get is an convenient alternative to looking up the meta value for all elements and compounds, but the conventional way i.e. alchemistry:compound:17 still works fine

ZenScript
Copy
mods.alchemistry.Util.get`
  • String Name Element Name
ZenScript
Copy
mods.alchemistry.Util.get(String name);

val strontiumCarbonate = mods.alchemistry.Util.get("strontium_carbonate");
val carbon = mods.alchemistry.Util.get("carbon");