CraftTweaker Integration

CraftTweaker Integration

1M Downloads

IWrold Thaumcraft functions don't actually need IWorld as first parameter

TabakaSIM opened this issue ยท 0 comments

commented

getVis() as well others thaumcraft functions for IWorld doesn't need IWorld world first parameter.

a method available but none matches the parameters (ZenTypeNative: crafttweaker.world.IWorld, ZenTypeNative: crafttweaker.world.IBlockPos) This is usually an error in your script, not in the mod getVis(ZenTypeNative: crafttweaker.world.IWorld, ZenTypeNative: crafttweaker.world.IBlockPos)

world.getVis(IBlockPos pos) works fine

Please update wiki