PrettyPipes/src/main/resources/assets/prettypipes/lang/en_us.json

23 lines
1.4 KiB
JSON
Raw Normal View History

2020-04-13 22:54:18 +02:00
{
"item.prettypipes.wrench": "Pipe Wrench",
2020-04-16 00:39:53 +02:00
"item.prettypipes.low_extraction_module": "Low Extraction Module",
"item.prettypipes.medium_extraction_module": "Medium Extraction Module",
"item.prettypipes.high_extraction_module": "High Extraction Module",
2020-04-16 21:19:40 +02:00
"item.prettypipes.low_filter_module": "Low Filter Module",
"item.prettypipes.medium_filter_module": "Medium Filter Module",
"item.prettypipes.high_filter_module": "High Filter Module",
2020-04-16 23:40:35 +02:00
"item.prettypipes.low_speed_module": "Low Speed Increase Module",
"item.prettypipes.medium_speed_module": "Medium Speed Increase Module",
"item.prettypipes.high_speed_module": "High Speed Increase Module",
2020-04-16 15:45:11 +02:00
"info.prettypipes.extraction_module": "Pulls items from adjacent inventories\nFilters and pull rates vary by tier",
2020-04-16 21:19:40 +02:00
"info.prettypipes.filter_module": "Restricts flow from pipes into adjacent inventories\nFilter amount varies by tier",
2020-04-16 23:40:35 +02:00
"info.prettypipes.speed_module": "Increases speed of items exiting adjacent inventories\nSpeed varies by tier",
2020-04-13 22:54:18 +02:00
"block.prettypipes.pipe": "Pipe",
2020-04-14 01:38:48 +02:00
"itemGroup.prettypipes": "Pretty Pipes",
2020-04-16 04:42:42 +02:00
"container.prettypipes.pipe": "Pipe",
"info.prettypipes.whitelist": "Allowed",
2020-04-16 15:45:11 +02:00
"info.prettypipes.blacklist": "Disallowed",
2020-04-16 22:25:58 +02:00
"info.prettypipes.shift": "Hold Shift for info",
"info.prettypipes.populate": "Populate",
"info.prettypipes.populate.description": "Filters items from adjacent inventories"
2020-04-13 22:54:18 +02:00
}