Очистка файлов
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:coarse_dirt"
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"DG",
|
||||
"GD"
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "minecraft:dirt",
|
||||
"data": 0
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:gravel"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:dirt",
|
||||
"data": 1,
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user