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