Warp
Link to warp
This package allows you to set items' Warp.
导入相关包
Link to 导入相关包
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);