Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for disabling traincrafting tables #322

Open
Wahazar opened this issue Sep 14, 2017 · 2 comments
Open

Option for disabling traincrafting tables #322

Wahazar opened this issue Sep 14, 2017 · 2 comments

Comments

@Wahazar
Copy link

Wahazar commented Sep 14, 2017

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.

@EternalBlueFlame
Copy link
Owner

EternalBlueFlame commented Sep 14, 2017

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.

@Wahazar
Copy link
Author

Wahazar commented Sep 15, 2017

Sure, any method hiding NEI recipes is welcome.

EternalBlueFlame added a commit that referenced this issue Sep 18, 2017
- Added ability to disable NEI registration for #322
- Forgot to add the config option for forcing texture binding last push,
so it's there now.
- Tossed an unnecessary variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants