Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Meta Get

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

Package

script.zs
mods.alchemistry.Util.get`

Methods

  • String Name Element Name

Syntax

script.zs
mods.alchemistry.Util.get(String name);
val strontiumCarbonate = mods.alchemistry.Util.get("strontium_carbonate");
val carbon = mods.alchemistry.Util.get("carbon");