Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers
Modtweaker

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.

script.zs
import mods.thaumcraft.Warp;

Setting Warp

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