mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 23:15:08 +00:00
28 lines
594 B
JSON
Vendored
28 lines
594 B
JSON
Vendored
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:lodestone"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"SSS",
|
|
"S#S",
|
|
"SSS"
|
|
],
|
|
"key": {
|
|
"S": {
|
|
"item": "minecraft:stonebrick:3"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:netherite_ingot"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:lodestone",
|
|
"count": 1
|
|
}
|
|
}
|
|
} |