//gold coins have a value of 2000, diamonds are 50 //array is: //common: 0 //uncommon: 1 //rare: 2 mods.thaumcraft.LootBag.addLoot(%20000, [0,1,2]); mods.thaumcraft.LootBag.removeLoot(, [1,2]); //*technically* negative warp can probably be a thing //not sure how this works with a warp of "0", if it still *applies* warp mods.thaumcraft.Warp.setWarp(, 500); .internal.chatColour ="r"; .setAspects(*5); .removeAspects(); mods.thaumcraft.Infusion.registerRecipe("testName", "", , 20, [, ], , [, ]); mods.thaumcraft.Infusion.removeRecipe(); mods.thaumcraft.ArcaneWorkbench.registerShapedRecipe("test", "", 20, [, , ], , [[], [], []]); mods.thaumcraft.ArcaneWorkbench.registerShapelessRecipe("tests", "", 20, [, , ], , [, , ]); mods.thaumcraft.ArcaneWorkbench.removeRecipe(); mods.thaumcraft.Crucible.registerRecipe("crucibleTest", "", , , []); mods.thaumcraft.Crucible.removeRecipe(); .setAspects();