Block
Introduction
'food_preferences/block/{modid}/{animal}.json' contains list of block_states which provides "nutrient" and "stomach". The animal eats placed blocks which are listed.
Grammar
[
{
"block": block_state,
"nutrient": double,
"stomach": double
},
...
]Last updated
Was this helpful?