Refraction

Refraction

199k Downloads

Minetweaker Support does not remove recipes from JEI

Opened this issue · 7 comments

commented

When removing a item with Minetweaker let say: mods.refraction.AssemblyTable.remove(<refraction:electric_laser>);
It will leave a phantom recipe in JEI that can not be used.

commented

The JEI API allows for removing of recipes, even though I recommend making it a proxy method of some sorts to make sure you don't get noclassdeffoundexceptions if there's no jei

commented

Refraction depends on JEI, iirc

commented

@yrsegal no longer does

commented
commented

@yrsegal idk how to do that... so.. @murapix ?

commented

There were some API changes that affected everyone using crafttweaker integration, but it's a pretty simple fix. Look at this commit for an example

commented

Fixed. (i hope)