Display MoreIs there any chance that you can remove Recipes from specific machines (e.g. the Centrifuge)?
I tested it recently because of the post on the minetweaker wiki sayin "Each of these handlers can have recipes added or removed:" but it doesnt work for me...
import mods.gregtech.Centrifuge;
var CombCr = <gregtech:gt.comb:26>;
val TinyCr = <gregtech:gt.metaitem.01:30>;
mods.gregtech.Centrifuge.removeRecipe([ TinyCr ], null, null ,
CombCr, null, [5000], 128, 5);
maybe any help pls?
PS.: i also tried to override it but it seems that any recipe with a Chrome Comb doesnt get registered..
iirc, the GT5u api doesn't provide a way to remove recipes, so the Minetweaker wiki page is inaccurate/outdated in that regard. The proper way to remove a recipe is via the config files (by setting the time to 0 there, and your new recipe will need to have a different time in the MT script to show up as a separate line in the config)