Back to mods
Delight Lib project artwork

CurseForge · Minecraft mod

Delight Lib

Create Farmer's Delight add-ons for many mod loaders and versions easily.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Delight Lib release should I use?

Updated 2 months ago
Latest stable file Delight Lib 26.06.23 - 26.2
Game version 26.2
Loader Fabric

Delight Lib 26.06.23 - 26.2 targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.

Where it goes

Is Delight Lib required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Delight Lib 26.06.23 - 26.2 need?

Delight Lib 26.06.23 - 26.2. Change the file and its required mods may change too.

All 3 required mods have matching files

Install Farmer's Delight Refabricated, Farmer's Delight Refabricated, Fabric API first. We found matching files for this game-version and loader setup. 5 come through another mod in the chain.

2 listed on this file 5 pulled in by those mods
Farmer's Delight Refabricated Needed by Delight Lib 26.06.23 - 26.2
required
Matching file found Matched file: Farmer's Delight Refabricated 3.6.20 - 26.2
Just Enough Items (JEI) Needed by Farmer's Delight Refabricated
pulled in
Matching file found Matched file: 30.28.0.193 for Fabric 26.2
Fabric API Needed by Farmer's Delight Refabricated
pulled in
Matching file found Matched file: [26.2] Fabric API 0.158.0+26.2
Just Enough Items (JEI) Needed by Farmer's Delight Refabricated
pulled in
Matching file found Matched file: 30.29.0.199
Reliable Recipe Viewer Needed by Farmer's Delight Refabricated
pulled in
Matching file found Matched file: 8.9.2+26.2-fabric

5 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Delight Lib without breaking your instance.

Built for Delight Lib 26.06.23 - 26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Delight Lib 26.06.23 - 26.2. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Farmer's Delight Refabricated, Farmer's Delight Refabricated, Fabric API first. We found matching files for this game-version and loader setup. 5 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Delight Lib 26.06.23 - 26.2. It opens that exact file at the source.

About this project

What does Delight Lib add?

Delight Lib

A utility library for Farmer's Delight add-on developers that makes it a lot easier to create food items, knives, crates and bags, cabinets, and manage recipes. This means developers can make their own add-ons much quicker and only worry about the textures and models.

Getting Started | Create your own Farmer's Delight add-on for beginners

✨ Features:

Delight Lib allows the creation of these items and blocks for Farmer's Delight using just a few lines of code:

  • Food Items
  • Placeable food items
  • Cabinets
  • Crates and bags
  • Knives
  • Crops

🛠️ Code Examples

Below are minimal examples showing the library syntax. Read the documentation for full tutorials on building a complete add-on from scratch.

Creative Tab

Initialize your add-on and create a creative tab with a custom item icon:

var DelightLib = DelightAddon.create("Mod Name", bus)
            .withCreativeTab("Mod Name", () -> new ItemStack(Items.BREAD));

Knives

Register a knife:

addon.knife("obsidian_knife", Tiers.DIAMOND).build();

Food Items

Register a food item:

addon.food("fried_egg").nutrition(4).saturation(0.4f).fast().build();

Cooking Pot Recipes

Register a cooking pot recipe with custom ingredients:

addon.cookingRecipe("beef_stew")  
  .addIngredient("minecraft:cooked_beef")  
  .addIngredient("minecraft:carrot")  
  .addIngredient("minecraft:potato")  
  .result("mymod:beef_stew")  
  .experience(1.0f)  
  .cookingTime(200)  
  .recipeBookTab("meals")  
  .build();

Cabinets

Register a cabinet:

addon.cabinet("pine_cabinet").build();

Crops

Register a full crop system:

addon.crop("garlic").build();

Support Me Button Donate Button

Project description from CurseForge.

Pick your setup

Delight Lib by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

15 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Delight Lib versions and loaders

20 of 20 releases match

Looking for an older file? The official CurseForge project page is in Resources.