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

The identifier mods.thaumcraft.warp will be used as the default on this page.

All Identifiers

Any of these can be used to refer to this compat:

groovy
mods.tc.warp
mods.tc.Warp
mods.thaum.warp
mods.thaum.Warp
mods.thaumcraft.warp/* Used as page default */
mods.thaumcraft.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

© 2024 CleanroomMC. All Rights Reserved.