Categories Home Attributes AIs Productions Food Preferences Recipes

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
        },
        ...
    ]