ContentTweaker

ContentTweaker

27M Downloads

IItemDestroySpeed does not exist.

Zer0Lyfe opened this issue ยท 5 comments

commented
commented

itemDestroySpeed, going to be changed in the wiki soon, in the meantime, use this wiki for CoT (but not the CrT part, that's not yet released...)
http://crafttwaeker-docu.readthedocs.io/en/cot/#Mods/ContentTweaker/Vanilla/Creatable_Content/Item/

commented

OK thank you :D

commented

so there is another error saying it cannot Cannot cast int to ZenTypeNative: mods.contenttweaker.IItemDestroySpeed

and i did change it to
flinthatchet.itemDestroySpeed = 5;

commented

IItemDestroySpeed is a function that returns a float:

item.itemDestroySpeed = function(item, blockstate) {
return 5.0 as float;
}
commented

Cool. thanks for your help with this :D