You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
68
data/minecraft/recipes/poisonous_potato_chestplate.json
Normal file
68
data/minecraft/recipes/poisonous_potato_chestplate.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"P": [
|
||||
{
|
||||
"item": "minecraft:potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:orange_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:magenta_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_blue_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:yellow_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:lime_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:pink_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gray_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:light_gray_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cyan_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:purple_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:brown_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:green_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:red_potato_peels"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:black_potato_peels"
|
||||
}
|
||||
],
|
||||
"X": {
|
||||
"item": "minecraft:poisonous_potato"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"PPP",
|
||||
"PPP"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_chestplate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user