spacetea/data/converters.toml

24 lines
336 B
TOML
Raw Normal View History

2022-05-24 21:12:35 -04:00
[[converter]]
itemid = 3
name = "teaConverter"
displayName = "Tea Pulper"
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"
source = ""
output = "tea"
rate = 0
icon = "w"
[[converter.costs]]
name = "brick"
value = 3