setTitle("Follow My Channel Plz")

setIcon("ceramics:channel")

setDescription("A Channel is a great way to transport liquids from tanks and other sources. When placing down the Channel, follow the arrow on top and Right Click to change directions/disconnect/etc. Pour liquids onto the channel using a normal or porcelain Faucet")

setParent("triumph:stage1/root")
setRequiresParent(true)

setRequirements("any")

//Criteria
criteria = addCriteria("crafted", "minecraft:inventory_changed")
criteria.setItem("ceramics:channel")

criteria = addCriteria("crafted", "minecraft:inventory_changed")
criteria.setItem("tconstruct:channel")

//Rewards
setRewardExperience(4)