-
Bug
-
Resolution: Fixed
-
None
-
Minecraft 1.13.1
-
None
-
Confirmed
-
(Unassigned)
Using custom recipe for smelting (in data pack) and set experience amount - in game we don't give that experience other than 1.
Example data pack recipe code:
{ "type": "smelting", "ingredient": { "item": "minecraft:emerald" }, "result": "minecraft:dirt", "experience": 30, "cookingtime": 6}
recipe works fine, but experience is only 1 than 30.
- relates to
-
MC-172690 Smelting netherite scraps doesn't provide the right amount of experience
- Resolved