You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
26
data/minecraft/recipes/cake.json
Normal file
26
data/minecraft/recipes/cake.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "minecraft:milk_bucket"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"E": {
|
||||
"item": "minecraft:egg"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"BEB",
|
||||
"CCC"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:cake"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user