tutorial:cooking_recipe_type
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:cooking_recipe_type [2021/01/26 12:55] – ytg1234 | tutorial:cooking_recipe_type [2025/11/21 13:26] (current) – ↷ Links adapted because of a move operation gauntrecluse | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Creating a custom cooking recipe type ====== | ====== Creating a custom cooking recipe type ====== | ||
| - | Creating a cooking recipe type is just like creating a custom recipe type with extra steps. Vanilla minecraft | + | Creating a cooking recipe type is just like creating a custom recipe type with extra steps. |
| - | If it is your first time creating a container block you should go check this tutorial before: [[tutorial: | + | Vanilla minecraft abstracts classes for furnaces and cooking recipe |
| + | If it is your first time creating a container block, you should go check this tutorial before: [[tutorial: | ||
| The final result of this tutorial can be found here: https:// | The final result of this tutorial can be found here: https:// | ||
| ===== Adding the Block and BlockEntity===== | ===== Adding the Block and BlockEntity===== | ||
| - | First we need or furnace, for this our class will extends '' | + | First we need our furnace, for this our class will extends '' |
| <code java TestFurnace.java> | <code java TestFurnace.java> | ||
| Line 138: | Line 139: | ||
| </ | </ | ||
| - | There is just one problem, '' | + | There is just one problem, '' |
tutorial/cooking_recipe_type.1611665746.txt.gz · Last modified: 2021/01/26 12:55 by ytg1234