E
Здравствуйте , пытаюсь создать бесформенный крафт в ItemsAdder , но каждый раз получаю ошибку о том что предмет не найден
Ошибки:
[18:20:23 INFO]: [Recipes] 'sweet_berries_sok_bottle_recipe'. Result item 'null' not found. File /contents/drinks/configs/sweet_berries_sok_bottle.yml
[18:20:23 INFO]: [Recipes] 'result'. Result item 'null' not found. File /contents/drinks/configs/sweet_berries_sok_bottle.yml
Конфиг предмета и рецепта:
info:
namespace: drinks
items:
sweet_berries_sok_bottle:
display_name: "&fБутылочка ягодного сока"
lore:
material: POTION
generate: true
textures:
- drinks:item/sweet_berries_sok_botle.png
max_stack_size: 4
item_flags:
- HIDE_POTION_EFFECTS
events:
drink:
feed:
amount: 8
saturation: 2
recipes:
crafting_table:
sweet_berries_sok_bottle_recipe:
enabled: true
shapeless: true
ingredients:
A: drinks:sweet_berries_sok_bucket
B: GLASS_BOTTLE
result:
item: drinks:sweet_berries_sok_bottle
amount: 4
Ошибки:
[18:20:23 INFO]: [Recipes] 'sweet_berries_sok_bottle_recipe'. Result item 'null' not found. File /contents/drinks/configs/sweet_berries_sok_bottle.yml
[18:20:23 INFO]: [Recipes] 'result'. Result item 'null' not found. File /contents/drinks/configs/sweet_berries_sok_bottle.yml
Конфиг предмета и рецепта:
info:
namespace: drinks
items:
sweet_berries_sok_bottle:
display_name: "&fБутылочка ягодного сока"
lore:
- ""
- "&fАлкогольный напиток"
material: POTION
generate: true
textures:
- drinks:item/sweet_berries_sok_botle.png
max_stack_size: 4
item_flags:
- HIDE_POTION_EFFECTS
events:
drink:
feed:
amount: 8
saturation: 2
recipes:
crafting_table:
sweet_berries_sok_bottle_recipe:
enabled: true
shapeless: true
ingredients:
A: drinks:sweet_berries_sok_bucket
B: GLASS_BOTTLE
result:
item: drinks:sweet_berries_sok_bottle
amount: 4