added recipe for quickiepowder generation out of mossy blocks

This commit is contained in:
Jottyfan
2024-12-14 19:11:06 +01:00
parent 46a21b03c0
commit c2558a5324
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickiemod:speedpowder",
"minecraft:moss_block"
],
"result": {
"id": "quickiemod:quickiepowder",
"count": 1
}
}