[Suggestion] Add a configuration to disable Jumbo Furnaces
omgimanerd opened this issue ยท 1 comments
Hi, I'm working on a modpack at the moment and I was a little surprised by the fact that More Red also bundled Jumbo Furnaces in its jar. I saw from your curseforge comment that it's possible to disable the multiblock from spawning by doing:
// data/jumbofurnace/tags/blocks/jumbo_furnaceables.json
{
"replace": true,
"values":
[]
}
but afaict the recipes will still appear in JEI. I will probably be manually hiding these with KubeJS code, but would you consider releasing a 1.20.1 version without them bundled them together anymore since its trivial to install them separately? Thanks for your time.