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 matches 1.20.1 Forge?

Updated 2 months ago
Best match for your filters Delight Lib 26.05.18 - 1.20+
Game version 1.20.1, 1.20
Loader Forge, NeoForge

Delight Lib 26.05.18 - 1.20+ targets 1.20.1, 1.20 with Forge, NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 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 Forge, NeoForge
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.05.18 - 1.20+ need?

Delight Lib 26.05.18 - 1.20+ on 1.20.1 Forge. Every mod below is checked against that same setup.

All 2 required mods have matching files

Install Farmer's Delight, Farmer's Delight first. We found matching files for this game-version and loader setup.

Farmer's Delight Needed by Delight Lib 26.05.18 - 1.20+
required
Matching file found Matched file: Farmer's Delight 1.3.4 - 1.20.1
Farmer's Delight Needed by Delight Lib 26.05.18 - 1.20+
required
Matching file found Matched file: 1.20.1-1.3.4

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.05.18 - 1.20+ on 1.20.1 Forge. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Delight Lib 26.05.18 - 1.20+. It targets 1.20.1, 1.20 with Forge, NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Farmer's Delight, Farmer's Delight first. We found matching files for this game-version and loader setup.

  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.05.18 - 1.20+. 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

5 of 20 releases match
Clear filters

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