This package allows you to set items' Warp.

Importing the package

Link to importing-the-package

You can import the package and its methods to facilitate the retrival of the methods.

ZenScript
Copy
import mods.thaumcraft.Warp;
ZenScript
Copy
//mods.thaumcraft.Warp.setWarp(IItemStack stack, int amount);
mods.thaumcraft.Warp.setWarp(<minecraft:dirt>, 500);