Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

dieselfuelonly

Members
  • Content Count

    2
  • Joined

  • Last visited

About dieselfuelonly

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    dieselfuelonly
  1. I need some ideas on measuring RF usage. A little background - I'm using Rotarycraft for power generation and am using OC to control engine control units connected to the engines themselves. The ECU lets me throttle the engine in 4 stages - 1/16th, 1/4, 1/2, and full power. I have two engines powering my AE network - I use an adapter connected to the ME controller along with the getAvgPowerUsage() function to get the energy use of the AE network, then the program throttles the engines accordingly depending on how much power is needed to run the network - it works great, with the pr
  2. So I've been trying to write a program that can find unstackable/limited-stackability items within my AE2 network and export them to a different location. From a lot of playing around with adapter blocks and looking the the documentation when connected to various AE2 components I've found that I can use getItemsInNetwork() function when connecting an Adapter Block to an ME Controller on a network. local component = require("component") local ser = require("serialization") contents = component.proxy(component.list("mekanism")()).getItemsInNetwork() for _,v in pairs(contents) do if not
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.