Fuzss / visualworkbench

Items stay inside of crafting tables and are also rendered on top. It's really fancy!
https://www.curseforge.com/minecraft/mc-mods/visual-workbench
Mozilla Public License 2.0
7 stars 5 forks source link

[Suggestion]: Use tag discovery instead of hardcoded list #22

Closed natrow closed 1 year ago

natrow commented 1 year ago

Suggestion: Use tag discovery instead of hardcoded list

Could the config for enabling/disabling modded workbenches be moved into a block tag?

Data packs have a lot of advantages over config files

Fuzss commented 1 year ago

Valid block entity block types need to be registered long before data packs are loaded, making this not easily possible without major changes to how block entities are handled.

Also I don‘t see an advantage data packs would have over the config.