Initialize pack from in-play

This commit is contained in:
bluepython508
2025-04-11 16:06:26 +01:00
parent 71aff04690
commit d0b9f09cb5
189 changed files with 7505 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"armouryItems": {
"entries": {
"golden_sword": 0.1,
"shield": 0.1,
"arrow": 0.05,
"bow": 0.1,
"name_tag": 0.05,
"stone_sword": 0.05,
"golden_axe": 0.1,
"stone_axe": 0.05
},
"defaultItem": "air"
},
"storageItems": {
"entries": {
"rabbit_foot": 0.01,
"wheat_seeds": 0.025,
"cookie": 0.1,
"honey_bottle": 0.1,
"bread": 0.2,
"beetroot_seeds": 0.025,
"pumpkin_seeds": 0.025,
"melon_seeds": 0.025,
"potato": 0.2,
"cake": 0.1,
"slime_ball": 0.05
},
"defaultItem": "air"
}
}