promotional bannermobile promotional banner

Create: Food Filling

A Create addon mod that allows you to fill food items with potions by spout. Eating the food will give you the potion effects.

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

NeoForge

implementation "curse.maven:create-food-filling-1478814:8179060"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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_food tag, regardless of being food categories for players.
    • Configure via isAnimalsFoodFilled option (default enabled); when disabled, only create_food_filling:allow_filled and vanilla food items can be filled (in priority order: disallow_filled > vanilla foods > animals_food > allow_filled).
  • 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.