spacetea/data/converters.toml

26 lines
433 B
TOML
Raw Normal View History

2022-05-24 21:12:35 -04:00
[[converter]]
itemid = 3
name = "teaConverter"
2022-05-25 18:07:07 -04:00
displayName = "Tea Presser"
flavour = "Compresses tea leaves into useful bricks"
2022-05-24 21:12:35 -04:00
source = "tea"
output = "brick"
rate = 4
2022-05-25 16:45:23 -04:00
icon = "m"
[[converter.costs]]
name = "tea"
value = 10
2022-05-24 21:12:35 -04:00
2022-05-25 16:45:23 -04:00
[[converter]]
itemid = 4
name = "teaPlanter"
displayName = "Tea Planter"
2022-05-25 18:07:07 -04:00
flavour = "Grows tea leaves automagically"
2022-05-25 16:45:23 -04:00
source = ""
output = "tea"
rate = 0
icon = "w"
[[converter.costs]]
name = "brick"
value = 3