We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db49e7 commit b9df1bcCopy full SHA for b9df1bc
src/watchOptions.ts
@@ -75,7 +75,7 @@ export const watchOptionsAfterViewerInit = () => {
75
viewer.world.mesherConfig.enableLighting = !bot.supportFeature('blockStateId') || options.newVersionsLighting;
76
(viewer.world as WorldRendererThree).rerenderAllChunks()
77
})
78
- customEvents.on('gameLoaded', () => {
+ customEvents.on('mineflayerBotCreated', () => {
79
viewer.world.mesherConfig.enableLighting = !bot.supportFeature('blockStateId') || options.newVersionsLighting
80
81
0 commit comments