-
Notifications
You must be signed in to change notification settings - Fork 0
Mechanics
A cafe is designated by a Cafe Manager, and the working area of that cafe is based off the opposite side of the screen:

A cafe needs the following to open:
- At least 3 items on the menu
- At least one Cafe Menu block in the working area
- A linked Cafe Sign block for customers to spawn. This does not need to be placed in the working area of the cafe.
It can be opened once a Minecraft day.
Reputation is the star system in Cozy Cafe. Each star is worth 1000 points of reputation. It determines a few things:
- How many menu items are required to open (Configurable, 3 per star by default)
- How large your cafe is
- How many customers spawn each day It is earned every time you server a dish, with the amount depending on what type it is:
| Type | Reputation |
|---|---|
| Drink | 2 |
| Main | 10 |
| Dessert | 4 |
Fast service will also multiply reputation. This is based off the configured maximum wait time, which by default is 50 seconds:
| Wait time % | Multiplier |
|---|---|
| <5% | x2 |
| <15% | x1.5 |
| <50% | x1.2 |
If the quality food mod is installed, an additional amount of reputation is earned based off quality:
| Quality | Increase |
|---|---|
| Diamond | 8 |
| Gold | 4 |
| Iron | 2 |
| This is added before service multipliers. |
Reputation is decreased only by customers leaving due to waiting too long, with a flat 50 point decrease.
The working area of the Cafe depends on the amount of stars it has. It can be viewed in-game using the button in the bottom right of the Cafe Manager block.

| Stars | Cafe Size (WxHxD) |
|---|---|
| 5 | 13x5x16 (1,040 blocks) |
| 4 | 11x5x14 (770 blocks) |
| 3 | 9x4x12 (432 blocks) |
| 2 | 7x3 x10 (210 blocks) |
| 1 | 5x3x 8 (120 blocks) |
| 0 | 3x3x6 (54 blocks) |
| The Cafe Manager is always treated as the center of the width dimension. |