> For the complete documentation index, see [llms.txt](https://kyronis.gitbook.io/better-mcdonalds-mod/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kyronis.gitbook.io/better-mcdonalds-mod/items/salt.md).

# Salt

![Salt Texture](https://i.imgur.com/o4v6RsE.png)

| [Rarity](https://minecraft.wiki/w/Rarity)                | Common                      |
| -------------------------------------------------------- | --------------------------- |
| [Renewable](https://minecraft.wiki/w/Renewable_resource) | Yes                         |
| Stackable                                                | Yes (64)                    |
| ID                                                       | better\_mcdonalds\_mod:salt |

**Salt** is the [item](https://minecraft.wiki/w/Item) obtained from [salt blocks](/better-mcdonalds-mod/blocks/salt-block.md) used for crafting.

## Obtaining

### Mining

Salt is obtained when a [salt block](/better-mcdonalds-mod/blocks/salt-block.md) is broken with a [shovel](https://minecraft.wiki/w/Shovel). There are 2-4 salt in each block. If the shovel is enchanted with [Fortune](https://minecraft.wiki/w/Fortune), it can drop an extra salt per level of Fortune. If the [salt block](/better-mcdonalds-mod/blocks/salt-block.md) is mined using a shovel enchanted with [Silk Touch](https://minecraft.wiki/w/Silk_Touch), it drops the [salt block](/better-mcdonalds-mod/blocks/salt-block.md) instead.

## Usage

### Crafting ingredient

Salt is used as an ingredient in some recipes.

| Name                                                                                                 | Ingredients                                                                                                                                                      | [Crafting](https://minecraft.wiki/w/Crafting) recipe                |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| [Salt Block](/better-mcdonalds-mod/blocks/salt-block.md)                                             | Salt                                                                                                                                                             | <img src="/files/fBZ7oBvZMhZ2npMOP3W8" alt="" data-size="original"> |
| [Cheese](/better-mcdonalds-mod/items/cheese.md)                                                      | [Milk Bucket](https://minecraft.wiki/w/Milk_Bucket) + Salt                                                                                                       | ![](/files/2Y27ujjEz2OlyHy5KQK1)                                    |
| [Tortilla](/better-mcdonalds-mod/items/tortilla.md)                                                  | [Water Bucket](https://minecraft.wiki/w/Water_Bucket) + [Wheat](https://minecraft.wiki/w/Wheat) + [Egg](https://minecraft.wiki/w/Egg) + Salt                     | ![](/files/3rFA1G74eumHApghuaUM)                                    |
| [Sweet-Sour-Sauce](https://github.com/moritz-htk/better-mcdonalds-mod/wiki/Sweet_Sour_Sauce)         | [Water Bucket](https://minecraft.wiki/w/Water_Bucket) + [Sugar](https://minecraft.wiki/w/Sugar) + Salt + [Honey Bottle](https://minecraft.wiki/w/Honey_Bottle)   | ![](/files/eMzEQAgL32nCeMLWgfTy)                                    |
| [Ketchup](https://github.com/moritz-htk/better-mcdonalds-mod/wiki/Ketchup)                           | [Water Bucket](https://minecraft.wiki/w/Water_Bucket) + [Sugar](https://minecraft.wiki/w/Sugar) + Salt + [Tomato](/better-mcdonalds-mod/items/tomato.md)         | ![](/files/XAe9L3Y3dzgP4Utp3pCb)                                    |
| [Mustard](https://github.com/moritz-htk/better-mcdonalds-mod/wiki/Mustard)                           | [Water Bucket](https://minecraft.wiki/w/Water_Bucket) + [Sugar](https://minecraft.wiki/w/Sugar) + Salt + [Pumpkin Seeds](https://minecraft.wiki/w/Pumpkin_Seeds) | ![](/files/gwcfFPrc8Dy1X6VNDZCQ)                                    |
| [Coca Cola](https://github.com/moritz-htk/better-mcdonalds-mod/wiki/Coca_Cola)                       | [Water Bucket](https://minecraft.wiki/w/Water_Bucket) + [Sugar](https://minecraft.wiki/w/Sugar) + Salt + [Brown Dye](https://minecraft.wiki/w/Brown_Dye)         | ![](/files/uQdtZq0OSAwVuYpTSDrf)                                    |
| [Fanta](https://github.com/moritz-htk/better-mcdonalds-mod/wiki/Fanta)                               | [Water Bucket](https://minecraft.wiki/w/Water_Bucket) + [Sugar](https://minecraft.wiki/w/Sugar) + Salt + [Yellow Dye](https://minecraft.wiki/w/Yellow_Dye)       | ![](/files/zJeFL56Wx63AZZYwKMaV)                                    |
| [Sprite](https://github.com/moritz-htk/better-mcdonalds-mod/wiki/Sprite)                             | [Water Bucket](https://minecraft.wiki/w/Water_Bucket) + [Sugar](https://minecraft.wiki/w/Sugar) + Salt + [Green Dye](https://minecraft.wiki/w/Green_Dye)         | ![](/files/ZOX0fQO93iMwlKNaMjMc)                                    |
| [Lipton Ice Tea Peach](https://github.com/moritz-htk/better-mcdonalds-mod/wiki/Lipton_Ice_Tea_Peach) | [Water Bucket](https://minecraft.wiki/w/Water_Bucket) + [Sugar](https://minecraft.wiki/w/Sugar) + Salt + [Pink Dye](https://minecraft.wiki/w/Pink_Dye)           | ![](/files/iCEvhD0QZXxhIkrtyxrS)                                    |

## Data values

### ID

| Name | [Identifier](https://minecraft.wiki/w/Resource_location) | Form | Translation key                  |
| ---- | -------------------------------------------------------- | ---- | -------------------------------- |
| Salt | `salt`                                                   | Item | `item.better_mcdonalds_mod.salt` |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kyronis.gitbook.io/better-mcdonalds-mod/items/salt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
