File Details
CCBG v1.1.0
- R
- Jun 17, 2024
- 841.31 KB
- 15
- 1.21
File Name
CCBG v1.1.0.mcpack
Supported Versions
- 1.21
ChangeLogs
Added
- Custom Generator
- More detailed README with information on using custom block from another add-on and custom generator
Changed
- Refactor to simplify block location checks and improve readability
- Change
nametoidentifierin the block configuration, and set the total chances to 100
More Information
If you are using the old config, you must update from:
{ name: "BLOCK NAME", chance: 0.1 }
to
{ identifier: "BLOCK NAME", chance: 10 }

