import crafttweaker.api.recipe.replacement.Replacer; import crafttweaker.api.predicate.TagPredicate; import crafttweaker.api.tag.type.KnownTag; import crafttweaker.api.item.ItemDefinition; import crafttweaker.api.ingredient.IIngredient; var ropeTag as KnownTag; ropeTag = ; Replacer.create() .replace(, , ropeTag.asIIngredient()) .replace(, , ropeTag.asIIngredient()) .replace(, , ropeTag.asIIngredient()) .replace(, , ropeTag.asIIngredient()) .execute();