You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
23
data/minecraft/recipe/suspicious_stew_from_dandelion.json
Normal file
23
data/minecraft/recipe/suspicious_stew_from_dandelion.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"group": "suspicious_stew",
|
||||
"ingredients": [
|
||||
"minecraft:bowl",
|
||||
"minecraft:brown_mushroom",
|
||||
"minecraft:red_mushroom",
|
||||
"minecraft:dandelion"
|
||||
],
|
||||
"result": {
|
||||
"components": {
|
||||
"minecraft:suspicious_stew_effects": [
|
||||
{
|
||||
"duration": 7,
|
||||
"id": "minecraft:saturation"
|
||||
}
|
||||
]
|
||||
},
|
||||
"count": 1,
|
||||
"id": "minecraft:suspicious_stew"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user