Construct's Armory

Construct's Armory

30M Downloads

[Suggestion] Crafttweaker method to change traits

Mike-U5 opened this issue ยท 1 comments

commented

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.

commented

Unfortunately, Tinkers' does not allow this kind of editing of traits so it's out of my hands.