CCBG
  • Custom Cobblestone and Basalt Generator
  • Download
  • Discord
  • installations
    • Enabling Beta APIs
    • Configuration File
    • Installing the pack
  • Configuration
    • Generator
    • Generator Event
    • Tools
    • Block Spawn Delay
    • Teleport Items and XP
    • Particles
    • Sounds
    • Players and Tags
    • Generator Blocks and Chances
    • Summon Mobs
    • Per Dimension Generator
    • Custom Generator
  • additional information
    • Adding Blocks from Addons
    • Adding Tools from Addons
    • Adding Mobs from Addons
Powered by GitBook
On this page
  1. additional information

Adding Blocks from Addons

PreviousCustom GeneratorNextAdding Tools from Addons

Last updated 10 months ago

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.

Example Code

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