Good Documentation
LatvianModder opened this issue ยท 2 comments
Hi !
I'm actually looking to KubeJS (Forge 1.16.4), and being a novice, there is a lot that I don't understand in your documentation.
I hope this is the good place for this. I'll add a new comment each time I find something improvable.
On RecipeEventJS page, you first talk about settings
// Enable recipe logging, off by default
settings.logAddedRecipes = true
settings.logRemovedRecipes = true
// Enable skipped recipe logging, off by default
settings.logSkippedRecipes = true
// Enable erroring recipe logging, on by default, recommended to be kept to true
settings.logErroringRecipes = false
but my default lines are
settings.logAddedRecipes = true
settings.logRemovedRecipes = true
settings.logSkippedRecipes = false
settings.logErroringRecipes = true
I believe the docs lack of true = on
& false = off
(or the opposite) line somewhere.
I'd like to merge this (and other documentation-related issues) into the discussion thread for documentation in KubeJS, feel free to contribute with your opinions there, as well!