-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Add fuels for the Railcraft Blast Furnace #193
Comments
It would be possible to add / remove items to the filter (accepted items) but you can't specify the fuel value for the items. |
I know that current fuels in the Blast Furnace have differing fuel values. Perhaps it uses the default value of the fuel itself? |
The blast furnace uses some hard coded fuel values for coal coke, blaze rods and so on. If it doesn't know the fuel value, it will retrieve the value from the vanilla furnace. |
Well, it would be possible to edit the vanilla fuel value Railcraft wants to grab. How would you imagine the manipulation @Zixxl? |
I original thougt the same way as zixxl that Tailcraft uses vanilla furnace fuel list. |
Seems like the Railcraft lib in the modtweaker repository is outdated. If it includes a list in newer versions, we could add a handler. |
|
So it will be possible or not to set new Fuels with the newest Version? |
Kind of. I've added the handlers to my dev branch. But you can only modify the filter, it must be a valid fuel item known by the vanilla furnace. |
So it can be added to but it's limited to anything that's registered as a fuel for vanilla furnaces? |
Exactly, you can burn your sticks for example or remove coal coke as a valid input. |
How breaking would it be to register an item as a vanilla fuel, then add it to the furnace, then remove the item as a vanilla fuel? I'm going to assume Railcraft won't know what to do with the item anymore since it's no longer a fuel, but it was registered as one at the time of being enabled as a furnace fuel. |
Sadly doesn't work this way. Railcraft has a list with all the items which can be used as an input. This list can be modified with the changes. But the fuel value will be fetched everytime the fuel will be used. Your method will lead to an exception. |
Darn, I was afraid of that. |
Cool! That's functionality enough, I think. After all, what would be used in a blast furnace as fuel that wouldn't be burnable everywhere else? |
my Error |
With error I meant that you should post your script, MT log and a description of the issue. |
@Yulife Fixed? |
Please test it. |
Would it be possible to create a handler for adding new fuels to the Railcraft Blast Furnace?
The text was updated successfully, but these errors were encountered: