(invalid) CraftTweaker: Aggregator not consuming top and bottom input
Krutoy242 opened this issue ยท 3 comments
Making custom Aggregator recipe works fine, but top and bottom items not consumed.
My .zs
code:
mods.threng.Aggregator.removeRecipe(<threng:material:1>);
mods.threng.Aggregator.addRecipe(<threng:material:1>, <ore:dustFluix>, <ore:dustQuartzBlack>, <ore:ingotSilicon>);
How to mark ingredients to be consumed?
How stupid I was!
This is not an Aggregator, this is not the recipe specified in the script, and this is my own mistake in the native AE2 CT code (i implicidly add true
on not consume ingredients
). What was I just thinking when making this issue ...
Sorry for invalid issue report.