Optionally hide specific custom items from the wiki generator
knokko opened this issue ยท 1 comments
Currently, the wiki generator will include all items when it generates a wiki. However, some users have 'dummy items' (like container decorations) or secret items that they would rather not include in the wiki. I think the best solution is adding a boolean field hideFromWiki
to every item and checking that in the wiki generator.
It should hide these items, as well as all of their recipes.