GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
252 stars 177 forks source link

Possibility to exclude Stone Crusher from game #1445

Closed DjArt closed 1 year ago

DjArt commented 1 year ago

GregTech CEu Version

v2.5.0

Related Problem

Stone Crusher provides some sort of infinite resources, I think that shouldn't be applicable for hard-mode game.

Your Solution

Should be nice to able to disable it via config file.

Additional Information

No response

Caedis commented 1 year ago

Use crafttweaker to remove and hide the recipe from jei?

IntegerLimit commented 1 year ago

You can also do mods.jei.JEI.hideCategory("gregtech.rock_breaker") to remove all recipes of Rock Breakers. I'm not sure about the gregtech.rock_breaker part.

ALongStringOfNumbers commented 1 year ago

Like the other comments in this issue have stated, the easiest way would be to remove the recipes from the rock breaker using crafttweaker, and then hide the JEI category. We are not planning on offering config options to disable individual machines.