Очистка файлов
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:respawn_anchor"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
"OOO",
|
||||
"GGG",
|
||||
"OOO"
|
||||
],
|
||||
"key": {
|
||||
"O": {
|
||||
"item": "minecraft:crying_obsidian"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glowstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:respawn_anchor",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user