#Error Crops and Wrong Rendering Method

1 messages · Page 1 of 1 (latest)

lofty ice
#

this code is for the crops

#

``
{
"format_version": "1.21.60",
"minecraft:item": {
"description": {
"identifier": "forever:ancient_berry",
"menu_category": {
"category": "nature",
"group": "minecraft:itemGroup.name.crop"
}
},
"components": {
"minecraft:tags": {
"tags": ["minecraft:is_food"]
},
"minecraft:compostable": {
"composting_chance": 65
},
"minecraft:icon": "forever:ancient_berry",
"minecraft:food": {
"nutrition": 2,
"can_always_eat": false
},
"minecraft:block_placer": {
"block": "forever:ancient_bush"
},
"minecraft:use_animation": {
"value": "eat"
},
"minecraft:use_modifiers": {
"movement_modifier": 0.35,
"use_duration": 1.6
},
"minecraft:max_stack_size": 64
}
}
}

#

this is the item code i use for the crops

#

i think i fix the error