Skip to content

Commit

Permalink
Add Information about Custom Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
HirziDevs committed Jun 17, 2024
1 parent c6669a7 commit 2220a27
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Why choose this addon? Because _it does not add additional blocks or entities th
Check this video:

<a href="https://www.youtube.com/watch?v=sDB8kqgZz1w">
<img alt="CCBG Youtube Preview" src="https://github.com/HirziDevs/CCOG/assets/64255651/27df24cc-8caa-4bdd-9ab3-70005909921c" width="555"/>
<img alt="CCBG Youtube Preview" src="https://api.mcpedl.com/storage/submissions/27564/105/banner_1-520x245.png" width="555"/>
</a>

## Configuration
Expand Down Expand Up @@ -41,6 +41,15 @@ You can also create a per-dimension generator, so each dimension has its own gen

<img alt="CCBG Per Dimension Configuration" src="https://media.forgecdn.net/attachments/description/1035052/description_d47ee02d-c129-4dd5-bc95-c57316265897.png" width="555"/>

### 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.

<img alt="CCBG Custom Generator Configuration" src="https://media.forgecdn.net/attachments/description/1035052/description_6efe3376-b0d9-4d0c-b159-c4085524f243.png" width="555"/>

You can also add more than one generator by adding another object to the array.

<img alt="CCBG More Than 1 Generator" src="https://media.forgecdn.net/attachments/description/1035052/description_ec4cf442-122f-46dd-9bff-666e18e36f7c.png" width="555"/>

### 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.

Expand Down

0 comments on commit 2220a27

Please sign in to comment.