# Adding Blocks from Addons

Do you want a custom block from other addon to be spawned in the generator? You can! You just need to add the block identifier. For example, if you want to add `Box` from MonoDeco Addons, you should use `md3:box_md3` as the block identifier.

<figure><img src="https://media.forgecdn.net/attachments/description/1035052/description_e3486318-62c3-46b9-95d3-6dfe085d3418.jpg" alt=""><figcaption></figcaption></figure>

### Example Code

```javascript
config.blocks = [
	{ identifier: "md3:box_md3", chance: 100 }
]
```
