Files
nugget/common/src/main/generated/data/nuggetmod/recipe/nugget_cake.json

19 lines
324 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"E": "nuggetmod:raw_nugget",
"M": "nuggetmod:nugget_block",
"S": "minecraft:sugar",
"W": "nuggetmod:nugget"
},
"pattern": [
"MMM",
"SES",
"WWW"
],
"result": {
"count": 1,
"id": "nuggetmod:nugget_cake"
}
}