minecraft-src/data/minecraft/recipe/creaking_heart.json
2025-07-04 03:15:13 +03:00

17 lines
No EOL
271 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"L": "minecraft:pale_oak_log",
"R": "minecraft:resin_block"
},
"pattern": [
" L ",
" R ",
" L "
],
"result": {
"count": 1,
"id": "minecraft:creaking_heart"
}
}