5uso / DataReload

A Fabric 1.20.1 mod that allows datapack reloading with F3+Y, displaying errors in chat
MIT License
3 stars 2 forks source link

Option to disable displaying errors in chat #5

Open vico93 opened 1 year ago

vico93 commented 1 year ago

I'm asking about this option because, in my datapack, i have some empty (just {}) recipes to disable some mods and vanilla's redundant recipes after i did my tweaks, and with the mod always outputting the errors in chat, i got spammed with lines related to those recipes.

Could you add this option? Thank you so much for this mod!

tryashtar commented 9 months ago

You should filter out undesired files with pack.mcmeta filters instead of overwriting them with invalid contents

vico93 commented 9 months ago

You should filter out undesired files with pack.mcmeta filters instead of overwriting them with invalid contents

didnt know about that. thank you so much!