mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-16 03:20:19 -07:00
Chicken Fix
- Added a pad to chicken and feathers to main.
This commit is contained in:
parent
0bb25e140e
commit
9c3e171a9d
1 changed files with 7 additions and 7 deletions
|
|
@ -2120,12 +2120,6 @@
|
||||||
"weight": "100.0",
|
"weight": "100.0",
|
||||||
"id": "2138",
|
"id": "2138",
|
||||||
"maxAmount": "1"
|
"maxAmount": "1"
|
||||||
},
|
|
||||||
{
|
|
||||||
"minAmount": "11",
|
|
||||||
"weight": "50.0",
|
|
||||||
"id": "314",
|
|
||||||
"maxAmount": "30"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"charm": [],
|
"charm": [],
|
||||||
|
|
@ -2134,9 +2128,15 @@
|
||||||
"main": [
|
"main": [
|
||||||
{
|
{
|
||||||
"minAmount": "1",
|
"minAmount": "1",
|
||||||
"weight": "100.0",
|
"weight": "50.0",
|
||||||
"id": "0",
|
"id": "0",
|
||||||
"maxAmount": "1"
|
"maxAmount": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"minAmount": "11",
|
||||||
|
"weight": "50.0",
|
||||||
|
"id": "314",
|
||||||
|
"maxAmount": "30"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue