[1.16.3] The Cooking Pot doesn't grant experience for recipes that supposedly grant it
eutro opened this issue ยท 2 comments
Description
The Cooking Pot doesn't grant experience for recipes that supposedly grant it.
CookingPotRecipe#getExperience() isn't referenced anywhere else, thus it appears the system is unimplemented.
Steps to reproduce:
- Add an experience-granting recipe to the Cooking Pot using a data pack, or CraftTweaker (#181).
- Craft the recipe.
- Take out recipe outputs.
- Experience disappointment at the lack of experience gained.
Expected behavior:
Taking out the result at the end grants experience to the player.
Mod list:
Mod | Version |
---|---|
Farmer's Delight | 1.16.3-0.3.2 #181 |
Forge | 1.16.3-34.1.42 |
JEI-1.16.3 | 7.6.0.49 |
CraftTweaker-1.16.3 | 7.0.0.48 |
Yeah... that getExperience()
is currently a leftover.
I wasn't sure how experience storage and spawning worked on recipes yet, so I left it out of the Cooking Pot. But it would make sense for it to grant experience, and would incentivize cooking. I'll mark it as an enhancement.
Implemented on commit 08af9c0, as an upcoming feature. ๐