trade_bot/config/config.toml

11 lines
219 B
TOML
Raw Normal View History

2024-07-13 07:51:37 +00:00
position = [17720.0, 14951.0, 237.0]
orientation = 0
2024-07-08 18:09:15 +00:00
2024-07-17 00:15:14 +00:00
[buy_prices]
"food.cheese" = 50
2024-07-17 00:15:14 +00:00
"iron|sword.greatsword|sword.long" = 1_000
2024-07-08 18:09:15 +00:00
2024-07-17 00:15:14 +00:00
[sell_prices]
"consumable.potion_minor" = 150
2024-07-17 00:15:14 +00:00
"iron|sword.greatsword|sword.long" = 1_000