Title explains itself, i want to add this custom recipe into my server scripts
{
"type": "create:crushing",
"ingredients": [
{
"item": "infernalexp:dimstone"
}
],
"results": [
{
"item": "minecraft:glowstone_dust",
"count": 1
},
{
"item": "infernalexp:glownuggets",
"count": 2
},
{
"item": "minecraft:glowstone_dust",
"chance": 0.5
}
],
"conditions": [
{
"modid": "infernalexp",
"type": "forge:mod_loaded"
}
],
"processingTime": 150
}