Traincraft-5 icon indicating copy to clipboard operation
Traincraft-5 copied to clipboard

Option for disabling traincrafting tables

Open Wahazar opened this issue 8 years ago • 2 comments

For version 1.7.10, which is convenient to use with the mopacks, I propose to add config options to disable traincraft table and assembly tables.

Wahazar avatar Sep 14 '17 11:09 Wahazar

Well it's just NEI right? Like if we made a toggle to disable NEI support for our recipes, and you disabled the train table (and thus made it impossible to use the other tables), would that work?

I ask because our recipe system is an enum (impossible to null or prevent creation) that's tied into the rest of the registration clusterfudge, so if we toss that, there's probably a lot of other problems following shortly after. But the NEI support is already an optional system so we can just add another condition to it.

EternalBlueFlame avatar Sep 14 '17 18:09 EternalBlueFlame

Sure, any method hiding NEI recipes is welcome.

Wahazar avatar Sep 15 '17 11:09 Wahazar