diff --git a/README.md b/README.md
index 3595cc2..5e97ccd 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Why choose this addon? Because _it does not add additional blocks or entities th
Check this video:
-
+
## Configuration
@@ -41,6 +41,15 @@ You can also create a per-dimension generator, so each dimension has its own gen
+### Custom Generator
+Do you want a custom generator with the blocks you want? Yes, you can! To enable this, simply set `config.enableCustomGenerator` from `false` to `true`. Then, you can edit the left block, right block, and which blocks it spawns in this configuration.
+
+
+
+You can also add more than one generator by adding another object to the array.
+
+
+
### Custom Block from another Addons
Do you want a custom block from another 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.