Modern Industrialization EMC Machine Condition

A Modern Industrialization addon that make machine can take and generate emc!

Adds support for Modern Industrialization machines to consume and generate ProjectE's EMC.

Adds EMC recipe conditions: the machine can consume EMC when processing recipe inputs and generate EMC upon recipe completion.

Supports recipe addition via KubeJS:

// server_scripts/*.js 
ServerEvents.recipes(event => { 
  let BigInteger = Java.loadClass('java.math.BigInteger');
  event.recipes.modern_industrialization.alien_chicken(1, 100) 
  // … 
  .emcIn(233); 
  .emcOut(new BigInteger"(java.lang.String)") // alternative syntax 
})

The Modern Industrialization EMC Machine Condition Team

profile avatar
Owner
  • 1
    Followers
  • 12
    Projects
  • 2.9K
    Downloads

More from KuDikanView all