Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktos93 committed Sep 30, 2020
1 parent 9d5d56b commit 42ef25d
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,20 @@ end)
- You need also to add usable item in redemrp_inventory config.lua file (example provided below)

```
["bread"] = {
items = {
"empty","empty","empty",
"wheat","wheat","wheat",
"empty","empty","empty"
},
requireJob = "empty",
type = "cooking",
amount = 1,
}
["bread"] =
{
label = "Bread",
description = "?????????",
weight = 0.1,
canBeDropped = true,
canBeUsed = true,
requireLvl = 0,
limit = 20,
imgsrc = "items/bread.png",
type = "item_standard",
}
```

## 5. Developing
Expand Down

0 comments on commit 42ef25d

Please sign in to comment.