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

food_preferences/block/{modid}/{animal}.json
[
  {
    "block": block_state,
    "nutrient": double,
    "stomach": double
  },
  ...
]

For block state, follow this page

Last updated