You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
17
data/minecraft/recipes/charred_baked_potato_bricks.json
Normal file
17
data/minecraft/recipes/charred_baked_potato_bricks.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"category": "blocks",
|
||||
"cookingtime": 20,
|
||||
"experience": 0.01,
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "minecraft:baked_potato_bricks"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:expired_baked_potato_bricks"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:charred_baked_potato_bricks"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user