promotional bannermobile promotional banner

KubeJS Alchemistry/Chemlib

KubeJS Integration for Alchemistry and Chemlib

File Details

kubejsalchem-1.20.1-1.1.0-R.jar

  • R
  • Aug 31, 2025
  • 40.15 KB
  • 22
  • 1.20.1
  • Forge

File Name

kubejsalchem-1.20.1-1.1.0-R.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:kubejs-alchemistry-chemlib-1337764:6950157")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog – KubeJS Alchemy Addon

New Features

  • Added Element Helper for querying properties of elements:
    • isElement, getAtomicNumber, getAbbreviation, getGroup, getGroupName, getPeriod, getMatterState, getMetalType, getColor, getEffects, isArtificial
  • Added Compound Helper for querying properties of compounds:
    • isCompound, getDescription, getMatterState, getColor, getComponents, getEffects
  • Added ElementItemBuilder:
    • Configure extra items: hasPlate, hasDust, hasIngot, hasItems
  • Added PeriodicTableHelper for global element queries:
    • Lookup by atomic number, abbreviation, or name
    • Retrieve all elements, natural elements, artificial elements
    • Retrieve elements by group or period

Improvements

  • Consistent scripting API across elements, compounds, and the periodic table.
  • Added clear defaults for item generation in ElementItemBuilder (false if method not called)