Industrial-Foregoing icon indicating copy to clipboard operation
Industrial-Foregoing copied to clipboard

[1.16] Disabling Modules Removes Things in an Unclean Way

Open techno-sam opened this issue 3 years ago • 0 comments

Industrial Foregoing Version: industrial-foregoing-1.16.5-3.2.14.5-13

Titanium Version: titanium-1.16.5-3.2.8.4-10

When a module is disabled, the items and blocks are simply not registered. This causes issues, especially with the guidebook. When items are removed, categories lose their icons, and disabled modules are still displayed inside, however, some have their description text removed. I have two solutions:

  1. Only remove crafting recipes and potentially functionality of disabled blocks/items.
  2. Don't register items and blocks (which is current behavior) and: remove guide pages containing unregistered items/blocks, do not display categories if there are no registered blocks/items documented within, and either use a placeholder icon or dynamically select a different block as an icon for categories that have their icon block unregistered.

techno-sam avatar Jan 15 '22 03:01 techno-sam