mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
34 lines
680 B
JSON
34 lines
680 B
JSON
|
{
|
||
|
"armouryItems": {
|
||
|
"entries": {
|
||
|
"shield": 0.1,
|
||
|
"stone_sword": 0.05,
|
||
|
"arrow": 0.05,
|
||
|
"name_tag": 0.05,
|
||
|
"iron_axe": 0.1,
|
||
|
"golden_sword": 0.05,
|
||
|
"iron_sword": 0.1,
|
||
|
"golden_axe": 0.05,
|
||
|
"bow": 0.1,
|
||
|
"stone_axe": 0.05
|
||
|
},
|
||
|
"defaultItem": "air"
|
||
|
},
|
||
|
"storageItems": {
|
||
|
"entries": {
|
||
|
"lead": 0.05,
|
||
|
"beetroot_seeds": 0.025,
|
||
|
"map": 0.25,
|
||
|
"cake": 0.05,
|
||
|
"pumpkin_seeds": 0.025,
|
||
|
"melon_seeds": 0.025,
|
||
|
"paper": 0.25,
|
||
|
"compass": 0.05,
|
||
|
"slime_ball": 0.05,
|
||
|
"wheat_seeds": 0.025,
|
||
|
"rabbit_foot": 0.01,
|
||
|
"flint": 0.05
|
||
|
},
|
||
|
"defaultItem": "air"
|
||
|
}
|
||
|
}
|