This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Zacherl1990's profile picture

Applied Energistics Item Exporter

Started by Zacherl1990, 10 September 2015 - 12:45 PM
Zacherl1990 #1
Posted 10 September 2015 - 02:45 PM
Hey there,

I just finished a very basic AE export script. This program exports all items on a list from an Interface to an adjacent inventory. It uses the item ID and DMG value for an exact match and can include the NBT_HASH als well, if enabled by the user (per-item setting).

In addition you can specify how many items of a single type you want to preserve in the AE system.

The program comes with a second script that automatically creates an export item list for you based on the items of an attached inventory.

Screenshot:


Download:
http://pastebin.com/iqUEEqHg (exporter)
http://pastebin.com/SCk4C3V2 (list maker)

I personally use this script to automatically export my ores and dusts to a Pulverizer/Furnace setup. It can be really usefull for trashing exhaust mob drops and bulding blocks as well.

List Example:


Best regards
Zacherl
Edited on 16 June 2016 - 05:15 PM
Elmoren #2
Posted 26 October 2015 - 12:52 PM
Nice program but it's for Applied Energistics 1 no ?
I think that the function ae.extractItems() is no longer supported… :/
Zacherl1990 #3
Posted 10 June 2016 - 03:57 PM
Nice program but it's for Applied Energistics 1 no ?
I think that the function ae.extractItems() is no longer supported… :/

Sorry for late reply. The script was developed on a FTB Infinity 1.11.0 server, so it should stil work with the latest AE version for Minecraft 1.7.10.