mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
20 lines
422 B
JSON
Vendored
20 lines
422 B
JSON
Vendored
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:suspicious_stew"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
"minecraft:max_stack_size": 1,
|
|
|
|
"minecraft:food": {
|
|
"nutrition": 6,
|
|
"saturation_modifier": "normal",
|
|
"using_converts_to": "bowl",
|
|
"on_use_action": "suspicious_stew_effect"
|
|
}
|
|
}
|
|
}
|
|
} |