
Crushing deepslate emerald ore may yield cobblestone isntead of cobbled deepslate
TheRealWormbo opened this issue ยท 0 comments
Describe the Bug
The crushing recipe for Deepslate Emerald Ore defines Cobblestone instead of Cobbled Deepslate as the optional bonus output.
Reproduction Steps
Take a look at the JEI crushing recipe for emerald ore, or directly at the JSON file defining that recipe. (Included for reference below.)
Expected Result
Like for all other deepslate ores, the additional stone-like output should be Cobbled Deepslate.
Screenshots and Videos
Recipe JSON:
{
"type": "create:crushing",
"ingredients": [
{
"item": "minecraft:deepslate_emerald_ore"
}
],
"results": [
{
"item": "minecraft:emerald",
"count": 2
},
{
"item": "minecraft:emerald",
"chance": 0.25
},
{
"item": "create:experience_nugget",
"chance": 0.75
},
{
"item": "minecraft:cobblestone",
"chance": 0.125
}
],
"processingTime": 450
}
Crash Report or Log
No response
Operating System
(not relevant)
Mod Version
0.5.0c
Minecraft Version
1.18.2
Forge Version
40.1.68
Other Mods
No response
Additional Context
No response