ModTweaker

ModTweaker

88M Downloads

Failure to Remove Railcraft Coke Oven Recipes

dexman545 opened this issue ยท 15 comments

commented

It appears to be impossible to remove the coke oven recipe for charcoal.
Using: mods.railcraft.CokeOven.removeRecipe(minecraft:coal:1); on version 0.8.0

commented

What @Timeslice42 said. thanks would have spent days on this one xD

commented

As far as I'm aware there shouldn't be anything "clever" going on.

commented

Ok so, first off, @CovertJaguar, I am sorry about everything I said on
twitter, it was a result of no sleep and stress(exams). Secondly, Is this
only broken for charcoal, or anyother stuff, since I checked RC source, and
as CJ says, all looks normal.

On Monday, June 22, 2015, CovertJaguar [email protected] wrote:

As far as I'm aware there shouldn't be anything "clever" going on.

โ€”
Reply to this email directly or view it on GitHub
#117 (comment)
.

commented

Yea I have no idea on this one...

commented

This should work:

ICokeOvenRecipe recipe = RailcraftCraftingManager.cokeOven.getRecipe(new ItemStack(Item.coal, 1, 1));
RailcraftCraftingManager.cokeOven.getRecipes().remove(recipe);

However it looks like you iterate and inspect the recipe list and recipes themselves (which I don't recommend doing as the matching isn't that simple). Also is that suppose to be compared to the output?

commented

how fix this?

commented

What the hell? You think spamming will fast forward the fixing of this issue? Be patient! ๐Ÿ˜ 

commented

@Yulife 8 more days to wait? On the problem of written 8 days ago and still no action and solutions ..

commented

Everytime this gets bumped, I take a day off modtweaker.

On Sunday, June 28, 2015, Tsyklop [email protected] wrote:

@Yulife https://github.com/Yulife 8 more days to wait? On the problem
of written 8 days ago and still no action and solutions ..

โ€”
Reply to this email directly or view it on GitHub
#117 (comment)
.

commented

@Tsyklop sometimes code takes long. In the 8 days you could've stopped complaining and learned to write Java to make a pull request that fixes it.

commented

Please fix this

commented

"also I'm not rushing anyone" you asked us to fix it twice, less than a day apart, you made an issue on the railcraft github, even though they shouldn't really care about this(since it is all our side). but yea, you aren't rushing anyone... /sarcasm

commented

@Yulife On this issue, I learned only yesterday ...
And I'm not rushing anyone. Just doing the assembly and it is a little delay its development ... I'm waiting for a fix in general.

commented

@jaredlll08 Written back because I thought that there may be fixed a in the Railcraft.Most will not do and nowhere to write .. I'm sorry for all this.

commented

Railcraft has a tendancy to get "clever" and insure that (it thinks) it is always possible to make charcoal and steel. If it thinks that that is no longer possible it will add recipes in.