Entity
Use the entity requirement in a KubeJS recipe
Use one of these methods to add an Entity Requirement to the recipe.
The
amount
andradius
params must be a positive integer.The
filter
param must be an array of string defining a valid entity id. Example :["minecraft:cow", "minecraft:pig"...]
The
whitelist
param must be a boolean, if true the filter will be a whitelist, if false it will be a blacklist.