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

17 lines
980 B
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 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-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",
"info.prettypipes.shift": "Hold Shift for info"
2020-04-13 22:54:18 +02:00
}