replace structures.json with structures.toml

This commit is contained in:
MihailRis
2024-10-15 03:22:19 +03:00
parent 5ff42929f9
commit f87bb960a9
3 changed files with 7 additions and 9 deletions
@@ -1,7 +0,0 @@
{
"tree0": {},
"tree1": {},
"tree2": {},
"tower": {},
"coal_ore0": {}
}
@@ -0,0 +1,5 @@
tree0 = {}
tree1 = {}
tree2 = {}
tower = {}
coal_ore0 = {}