# Objets limités et désactivés

Pour éviter les sources de lag, des objets ne peuvent pas être crafts, d'autres ont des limites, et ce par chunk.

{% tabs %}
{% tab title="Limite de blocs" %}

* ArmorStand : 16 blocs/chunk
* Bateau : 10 blocs/chunk
* Observateur : 8 blocs/chunk
* Dispenser : 16 blocs/chunk
* Dropper : 16 blocs/chunk
* Four : 16 blocs/chunk
* Bloc de miel : 16 blocs/chunk
* Entonnoir : 32 blocs/chunk
* Item Frame : 16 blocs/chunk
* Minecart : 10 minecart/chunk
* Piston : 20 blocs/chunk
* Piston collant : 16 blocs/chunk
* Slime block : 64 blocs/chunk
* Spawner Limite : 64 spawners/chunk
* TnT minecart : 5 minecraft/chunk
  {% endtab %}

{% tab title="Crafts désactivés" %}
Les craft suivant sont désactivés, mais obtenables dans le [Job Shop](/style-de-jeu/shop.md#le-job-shop).

* Hopper
* Piston
* Piston collant
  {% endtab %}
  {% endtabs %}

{% hint style="success" %}
Vous êtes dorénavant au courant de toutes les limites de blocs sur le serveur !
{% endhint %}


---

# 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://wiki.origincraft.fr/style-de-jeu/objets-limites-et-desactives.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.
