About this recipe

Moonlit milk is a gentle non-alcoholic drink for BreweryX that grants the player night vision. It is brewed from just three ingredients: milk, sugar, and honey.

The snow-white color, soothing description, and absence of alcohol make it an excellent choice for servers with a younger audience or as an alternative to alcoholic drinks.

ID
moonlight_milk
Ingredients
Milk Bucket ×2, Sugar ×1, Honey Bottle ×1
Cooking time
3 min
Difficulty
1
Alcohol
0%
Color
White
Effects
NIGHT_VISION
YAML15 lines
  moonlight_milk:
    name: '&fMoonlit Milk'
    lore:
      - 'Silky and soothing'
      - 'Drink under the moon'
    ingredients:
      - MILK_BUCKET/2
      - SUGAR/1
      - HONEY_BOTTLE/1
    cookingtime: 3
    color: WHITE
    difficulty: 1
    alcohol: 0
    effects:
      - NIGHT_VISION/1/60
How to install on server
1Copy the YAML code for moonlit milk from the generator.
2Open the plugins/BreweryX/recipes.yml file on your server.
3Paste the recipe at the end of the file.
4Reload the server — moonlit milk is ready!

Open in generatorAll recipes