# Minecart boost

Olika blocks under powered\_railroad ger olika boosts till minecarts på Agonia SMP. Notera dock, att detta endast gäller Minecarts som spelare sitter i.

Observera: För höga hastigheter i svängar kommer leda till att din minecart spårar ur.  \
\
Max-speed-time anges i ticks. 1 sekund är cirka 20 ticks.

RED\_WOOL:

```
 REDSTONE_BLOCK:
    boost: 1.0
    max-speed-time: 1
    max-speed: 0.4
  RED_WOOL (NOTERA: SAKTAR NER HASTIGHETEN):
    boost: 0.5
    max-speed-time: 3
    max-speed: 0.2
  COAL_BLOCK:
    boost: 2.0
    max-speed-time: 80
    max-speed: 0.8
  IRON_BLOCK:
    boost: 2.0
    max-speed: 0.8
    max-speed-time: 240
  GOLD_BLOCK:
    boost: 2.5
    max-speed: 1.0
    max-speed-time: 240
  EMERALD_BLOCK:
    boost: 3.0
    max-speed: 1.2
    max-speed-time: 240
  DIAMOND_BLOCK:
    boost: 4.0
    max-speed: 1.6
    max-speed-time: 240
  NETHERITE_BLOCK:
    boost: 40.0
    max-speed: 16.0
    max-speed-time: 320
```


---

# Agent Instructions: 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://docs.agoniamc.eu/addons-gameplay/semi-vanilla/minecart-boost.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.
