Очистка файлов
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:dripstone_block_from_pointed_dripstone"
|
||||
},
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"XX",
|
||||
"XX"
|
||||
],
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:pointed_dripstone"
|
||||
}
|
||||
},
|
||||
"result": [
|
||||
{ "item": "minecraft:dripstone_block" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user