Skip to content

Warp (Thaumcraft)

Description

Determines if holding an item or equipping a piece of armor or a bauble gives warp, and how much warp it gives.

Identifier

Refer to this via any of the following:

groovy
mods.thaumcraft.warp/* Used as page default */
mods.thaumcraft.Warp
mods.tc.warp
mods.tc.Warp
mods.thaum.warp
mods.thaum.Warp

Adding Recipes

  • Adds Warp to the given item in the format item, amount:

    groovy
    mods.thaumcraft.warp.addWarp(ItemStack, int)
Example
groovy
mods.thaumcraft.warp.addWarp(item('minecraft:pumpkin'), 3)

Removing Recipes

  • Removes Warp from the given item:

    groovy
    mods.thaumcraft.warp.removeWarp(ItemStack)
  • Removes all registered recipes:

    groovy
    mods.thaumcraft.warp.removeAll()
Example
groovy
mods.thaumcraft.warp.removeWarp(item('thaumcraft:void_hoe'))
mods.thaumcraft.warp.removeAll()

Contributors

Changelog

© 2024 CleanroomMC. All Rights Reserved.