Skip to content

Commit

Permalink
set default value for enableCustomGenerator to false
Browse files Browse the repository at this point in the history
  • Loading branch information
HirziDevs committed Jun 17, 2024
1 parent 6613cbb commit a486d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Custom Generator
To Enable Custom Generator, change config.enableCustomGenerator from "false" to "true" without the quotation mark
To make the generator spawn block, you need to place a block in the middle and break it
*/
config.enableCustomGenerator = true
config.enableCustomGenerator = false

config.customGenerator = [
{
Expand Down

0 comments on commit a486d30

Please sign in to comment.