Yep, first thing I did, makes making the pack easierHave you removed all the recipes?
Yep, first thing I did, makes making the pack easierHave you removed all the recipes?
not subtly implying to use your mod for thatHave you removed all the recipes?
XD, I actually used MineTweaker because his/her mod says it only does vanilla last time I checkednot subtly implying to use your mod for that
I can change that if you want to. I could even allow you to choose between Vanilla or all.XD, I actually used MineTweaker because his/her mod says it only does vanilla last time I checked
I would like it quite a lot, thank youI can change that if you want to. I could even allow you to choose between Vanilla or all.
Minetwekaer does its stuff before the world is loaded, so that should be easily possible if you do it in the post-init phase.I can change that if you want to. I could even allow you to choose between Vanilla or all.
Too late, already implemented in my dev environmentMinetwekaer does its stuff before the world is loaded, so that should be easily possible if you do it in the post-init phase.
When clearing the Vanilla recipes, OpenBlock recipes are cleared too.Why not. Is that a problem somehow?
Too bad you can't just look up where a recipe comes from. Gregtech also complains about this in the log.When clearing the Vanilla recipes, OpenBlock recipes are cleared too.
I could loop through the recipe list and remove all items from Items.class or Blocks.class. Would increase load times a bit though.Too bad you can't just look up where a recipe comes from. Gregtech also complains about this in the log.
That might also remove non-vanilla recipes which yield vanilla items as output, or not?I could loop through the recipe list and remove all items from Items.class or Blocks.class. Would increase load times a bit though.
I'm not listing all the recipes.That might also remove non-vanilla recipes which yield vanilla items as output, or not?
You want to avoid listing every single vanilla recipe right?
I know but this would be one way to make sure only vanilla recipes are being removed.I'm not listing all the recipes.
Wait, all Vanilla recipes are added in the same method. Maybe I could check if the recipe is there.I know but this would be one way to make sure only vanilla recipes are being removed.
Looks like one can't use this option together with his mods then.Also, wouldn't the remove all recipes option violate @Reika's ToU? I guess I have to solve that.
Yeah, I'll block the option when his mods are loaded. Either that, or one more loop.Looks like one can't use this option together with his mods then.