v1.1.0
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
name
toidentifier
in 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 }