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

Rare Earth Extractor

Package

script.zs
import mods.ic2.RareEarthExtractor;

Method

  • float value
  • IItemStack… inputs Can have more then one specified for the input. If so all the specified items give the same specified value.

Add Rare Earth Entries

script.zs
mods.ic2.RareEarthExtractor.addRareEarthEntries(float value, IItemStack... input);
mods.ic2.RareEarthExtractor.addRareEarthEntries(1.0F, <minecraft:bedrock>, <minecraft:iron_block>);