File Details
Create-Food-Filling-1.21.1-1.4.0.jar
- R
- Jun 1, 2026
- 30.28 KB
- 1.0K
- 1.21.1
- NeoForge
File Name
Create-Food-Filling-1.21.1-1.4.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
1.21.1-1.4.0 26-6-1
- Added potion effect application for animals when fed or consuming potioned foods:
- Foxes, pandas, and villagers now receive potion effects when eating potioned foods.
- Generic animals receive potion effects when players feed them with potioned foods.
- Expanded potion filling support to items consumable by animals (e.g., bamboo) via
create_food_filling:animals_foodtag, regardless of being food categories for players.- Configure via
isAnimalsFoodFilledoption (default enabled); when disabled, onlycreate_food_filling:allow_filledand vanilla food items can be filled (in priority order: disallow_filled > vanilla foods > animals_food > allow_filled).
- Configure via
- Introduced granular configuration options for all new animal-related features (all configurable in server config):
enableFeedAnimalFoodEffects: Toggle potion effects for animals when fed by players.enableFoxFoodEffects: Toggle potion effects for foxes when eating.enablePandaFoodEffects: Toggle potion effects for pandas when eating.enableVillagerFoodEffects: Toggle potion effects for villagers during breeding.isPreFilterEvent: Control pre-event validation checks before posting eating-related events.

