From 2220a2799bde5bac6aba5d317c7a8c0717b78ee9 Mon Sep 17 00:00:00 2001 From: hirzidevs Date: Tue, 18 Jun 2024 00:12:42 +0700 Subject: [PATCH] Add Information about Custom Generator --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: - CCBG Youtube Preview + CCBG Youtube Preview ## Configuration @@ -41,6 +41,15 @@ You can also create a per-dimension generator, so each dimension has its own gen CCBG Per Dimension Configuration +### 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. + +CCBG Custom Generator Configuration + +You can also add more than one generator by adding another object to the array. + +CCBG More Than 1 Generator + ### 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.