Warp
This package allows you to set items’ Warp.
Importing the package
You can import the package and its methods to facilitate the retrival of the methods.
import mods.thaumcraft.Warp;
Setting Warp
//mods.thaumcraft.Warp.setWarp(IItemStack stack, int amount);mods.thaumcraft.Warp.setWarp(<minecraft:dirt>, 500);