Skip to content

Commit

Permalink
Rename to smart router
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Oct 28, 2024
1 parent 86d3877 commit 6db04d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/bundles/bundle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Distribution

block.tranqol-multi-sorter.name = Multi Sorter
block.tranqol-multi-sorter.description = Has individual filters for left, forwards, and right. If an input item matches a selection, it passes through it, else it is outputted through an unset side.
block.tranqol-multi-sorter.name = Smart Router
block.tranqol-multi-sorter.description = Distributes items equally across three directions. Only accepts items from the back side. Has individual filters for left, forwards, and right. If an input item matches a selection, it passes through it, else it is outputted through an unset side.
block.tranqol-duct-junction.name = Duct Junction
block.tranqol-duct-junction.description = Acts as a junction between two crossing ducts.
block.tranqol-duct-multi-sorter.name = Duct Multi Sorter
block.tranqol-duct-multi-sorter.description = Has individual filters for left, forwards, and right. If an input item matches a selection, it passes through it, else it is outputted through an unset side.
block.tranqol-duct-multi-sorter.name = Smart Duct Router
block.tranqol-duct-multi-sorter.description = Distributes items equally across three directions. Only accepts items from the back side. Has individual filters for left, forwards, and right. If an input item matches a selection, it passes through it, else it is outputted through an unset side.

# Liquid

Expand Down

0 comments on commit 6db04d6

Please sign in to comment.