Алмазная пыль
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_item:diamond_dust",
|
||||
"category": "construction"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_item",
|
||||
"frame": 0
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Алмазная пыль"
|
||||
},
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
19
|
||||
21
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
19
|
||||
21
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
19
|
||||
21
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_item:diamond_dust"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_item:diamond_dust",
|
||||
"count": 9
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "minecraft:diamond_reverse"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "mw_item:diamond_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
19
|
||||
21
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
19
|
||||
21
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
19
|
||||
21
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -24,6 +24,11 @@
|
||||
"textures/items/food/waffles",
|
||||
"textures/items/food/fishsteak"
|
||||
]
|
||||
},
|
||||
"mw_item": {
|
||||
"textures": [
|
||||
"textures/items/item/diamond_dust"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 249 B |
Binary file not shown.
|
After Width: | Height: | Size: 235 B |
Reference in New Issue
Block a user