eutro / MultiblockTweaker

Add GregTech CE Multiblocks via CraftTweaker
GNU Lesser General Public License v3.0
8 stars 11 forks source link

Energyless recipes with CEu #21

Open ThePansmith opened 2 years ago

ThePansmith commented 2 years ago

ALSON mentioned that you were able to pull something together that would allow recipes to bypass CE's recipe validation checks, allowing recipes to not require energy in any way.

Could get this ported to CEu?

eutro commented 2 years ago

Just for future reference, these seem to be the relevant bits in the GTCE version:

https://github.com/eutro/MultiblockTweaker/blob/56291f6cedb5122a2f0289caa6042f8c4af10e3f/src/main/java/eutros/multiblocktweaker/gregtech/recipes/CustomRecipeBuilder.java#L36-L50

https://github.com/eutro/MultiblockTweaker/blob/56291f6cedb5122a2f0289caa6042f8c4af10e3f/src/main/java/eutros/multiblocktweaker/gregtech/tile/TileControllerCustom.java#L151-L163

Not sure what the relevant changes for GTCEu would be.