[Suggestion] Crafttweaker method to change traits
Mike-U5 opened this issue ยท 1 comments
Is it feasible to add a crafttweaker method to change traits? Or will this cause technical difficulties.
Something like
<conarm:wood>.removeTraits(); //Removes all traits.
<conarm:wood>.addTrait("ecological"); //Adds a trait.
<conarm:wood>.addCoreTrait("chucker"); //Adds a trait to Core part only.