Skip to content

Instantly share code, notes, and snippets.

@ChiefLogan3010
Created August 17, 2018 22:53
Show Gist options
  • Save ChiefLogan3010/58e29533be9a8437b9d3e086a5e7c16a to your computer and use it in GitHub Desktop.
Save ChiefLogan3010/58e29533be9a8437b9d3e086a5e7c16a to your computer and use it in GitHub Desktop.
import crafttweaker.item.IItemStack;
val Ingots = [<minecraft:gold_ingot>,
<minecraft:iron_ingot>,
<minecraft:brick>,
<minecraft:netherbrick>,
<advancedrocketry:productingot>,
<advancedrocketry:productingot:1>,
<advancedrocketry:misc:1>,
<astralsorcery:itemcraftingcomponent:1>,
<calculator:enrichedgoldingot>,
<crossroads:ingot_copshowium>,
<enderio:item_alloy_ingot>,
<enderio:item_alloy_ingot:1>,
<enderio:item_alloy_ingot:2>,
<enderio:item_alloy_ingot:3>,
<enderio:item_alloy_ingot:4>,
<enderio:item_alloy_ingot:5>,
<enderio:item_alloy_ingot:6>,
<enderio:item_alloy_ingot:7>,
<enderio:item_alloy_ingot:8>,
<enderio:item_material:72>,
<immersiveengineering:material:19>,
<immersiveengineering:metal>,
<immersiveengineering:metal:1>,
<immersiveengineering:metal:2>,
<immersiveengineering:metal:3>,
<immersiveengineering:metal:4>,
<immersiveengineering:metal:5>,
<immersiveengineering:metal:6>,
<immersiveengineering:metal:7>,
<immersiveengineering:metal:8>,
<magneticraft:ingots:4>,
<magneticraft:ingots:5>,
<magneticraft:ingots:9>,
<magneticraft:ingots:11>,
<primal:pigiron_ingot>,
<primal:vanadium_ingot>,
<primal:tin_ingot>,
<primal:bronze_ingot>,
<primal:brass_ingot>,
<primal:nickle_ingot>,
<primal:platinum_ingot>,
<primal:zinc_ingot>,
<tconstruct:ingots>,
<tconstruct:ingots:1>,
<tconstruct:ingots:2>,
<tconstruct:ingots:4>,
<tconstruct:ingots:5>,
<tconstruct:materials>,
<libvulpes:productingot:3>,
<libvulpes:productingot:7>,
<libvulpes:productingot:10>
] as IItemStack[];
for item in Ingots {
furnace.remove(Ingots);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment