Warp
Link to warp
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 Copyimport mods.thaumcraft.Warp;
Setting Warp
Link to setting-warp
ZenScript Copy//mods.thaumcraft.Warp.setWarp(IItemStack stack, int amount);
mods.thaumcraft.Warp.setWarp(<minecraft:dirt>, 500);