Очистка файлов
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:piston_from_crimson_planks"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BCB",
|
||||
"BDB"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "crimson_planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "cobblestone"
|
||||
},
|
||||
"C": {
|
||||
"item": "iron_ingot"
|
||||
},
|
||||
"D": {
|
||||
"item": "redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "piston",
|
||||
"count": 1,
|
||||
"data": 1
|
||||
},
|
||||
"priority": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user