ZenScript
Copy
import mods.appliedenergistics2.Cannon;

Adds ammo types for the matter cannon. Weight refers to (roughly) the atomic weight of the material.

ZenScript
Copy
Cannon.registerAmmo(IItemStack ammo, double weight);

Cannon.registerAmmo(<minecraft:bone>, 40.07);