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