You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
19
data/minecraft/recipes/diorite.json
Normal file
19
data/minecraft/recipes/diorite.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"CQ",
|
||||
"QC"
|
||||
],
|
||||
"key": {
|
||||
"Q": {
|
||||
"item": "minecraft:quartz"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:diorite",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user