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.

Example Code

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

Last updated