You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
20
data/minecraft/recipes/expired_baked_potato_bricks.json
Normal file
20
data/minecraft/recipes/expired_baked_potato_bricks.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:baked_potato"
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:poisonous_potato"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"#X",
|
||||
"X#"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:expired_baked_potato_bricks"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user