Furnace Recipe #585
gardenevery
started this conversation in
Draft
Replies: 2 comments 2 replies
|
If possible can you wait on: #584? Furnace (or any) recipes will be best going through this. But thank you for the proposal.
|
2 replies
|
There's many mods adding their own furnaces, and those would supposedly ignore the cook time, which is kind of un-ideal. (Of course, there's an argument to be made that those mods should be redone, but some can't be due to licensing). What is the intended fix to that as per proposal? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Supports setting furnace recipe cooking time and loading furnace recipes from JSON, just like modern versions of Minecraft.
Goals
Non Goals
Motivation
1.12.2 cannot define the cooking time for furnace recipes.
1.12.2 cannot register furnace recipes using JSON.
Description
Add a field and a getter method to FurnaceRecipes:
Modify the addSmeltingRecipe method in FurnaceRecipes and add the following line:
Add overloaded methods:
Change the getCookTime method in TileEntityFurnace to:
The JSON format is tentatively decided as follows:
Dependencies
No response
References
No response
Guidelines
All reactions