Skip to content

SmashingMods/ChemLib-Fabric

Repository files navigation

lol

ChemLib - Fabric Library

This is a Fabric port of the original ChemLib Forge library by Dark_Arcana. It adds over 950+ items to Minecraft, including every known chemical element, compound, metal, liquid, and gas that exists in the real world. The purpose of this library is to provide a shared source of items, blocks, and fluids for chemistry and tech mods. It was originally developed for the Alchemistry mod but can be used by any mod!

Downloads

Recommended Releases

The latest stable releases can always be found on either CurseForge or Modrinth.
The top file in the list is the latest recommended release!

Development Builds

If you are looking for the latest bleeding edge build, you can find unstable releases here.
Use these builds with caution, and please do not put these in modpacks. They may contain major bugs!

Maven

In Fabric, add the following to your build.gradle and replace [VERSION] with the version you want.
You can view a list of all available versions by visiting JitPack

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    modImplementation "com.github.SmashingMods:ChemLib-Fabric:[VERSION]"
}

Screenshots

Credits

  • TechnoVision - Developer of the Fabric version
  • DarkArcana - Developer of the Forge version
  • Timbroglio - Model and Texture Artist

License

ChemLib is All Rights Reserved unless explicitly stated.

About

A Minecraft Fabric library that adds all the period elements and compounds

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages