You've already forked minecraft-assets
Create/Update assets for version 17w15a
This commit is contained in:
22
assets/minecraft/recipes/lime_stained_hardened_clay.json
Normal file
22
assets/minecraft/recipes/lime_stained_hardened_clay.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"#X#",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:hardened_clay"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:dye",
|
||||
"data": 10
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stained_hardened_clay",
|
||||
"data": 5,
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user