# Slabs, stairs, tridents, elytra etc.

### Slabs and stairs

{% hint style="warning" %}
You can't create solid custom slabs and stairs.\
The problem is that Minecraft doesn't allow custom hitboxes for custom blocks.
{% endhint %}

### Tridents

{% hint style="warning" %}
You can't create custom model for thrown tridents as it's a Minecraft bug which I can't fix: <https://bugs.mojang.com/browse/MC-155286>
{% endhint %}

### Elytra

{% hint style="success" %}
Will be added in future ItemsAdder versions, but will require 1.21.2 clients.
{% 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://itemsadder.devs.beer/japanese/faq/slabs-stairs-tridents-elytra-etc..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.
