cleans up raws/mod.rs with trait impls for json parsing

This commit is contained in:
Llywelwyn 2023-07-30 09:27:47 +01:00
parent 875e6bfee7
commit dc1cb0562f
5 changed files with 60 additions and 21 deletions

9
raws/loot_tables.json Normal file
View file

@ -0,0 +1,9 @@
[
{
"id": "animal",
"table": [
{ "id": "animal_hide", "weight": 1},
{ "id": "animal_meat", "weight": 1}
]
}
]