Очистка файлов
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wooden_hoe_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AA ",
|
||||
" B ",
|
||||
" B "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "wooden_hoe",
|
||||
"count": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user