Back to mods
Bento Config project artwork

Modrinth · Minecraft mod

Bento Config

The declarative config library from Bento Box

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

Quick answer

Which Bento Config release should I use?

Updated 5 months ago
beta file 0.1.0+1.21
Game version 1.21, 1.21.1
Loader Fabric

Bento Config 0.1.0+1.21 targets 1.21, 1.21.1 with Fabric. Installation on the client is optional. Installation on the dedicated server is optional. All 1 required mods have matching files.

Where it goes

Is Bento Config required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
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 marks this as usable on both the client and server.

What else does Bento Config 0.1.0+1.21 need?

0.1.0+1.21. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

3 listed on this file 1 pulled in by one of those mods
Fabric API Needed by Bento Config 0.1.0+1.21
required
Matching file found Matched file: 0.116.16+1.21.1
Bento GUI Optional for Bento Config 0.1.0+1.21
optional
Matching file found Matched file: 0.1.0+1.21
Mod Menu Optional for Bento Config 0.1.0+1.21
optional
Matching file found Matched file: 11.0.4

1 extra mod was pulled in by another dependency. 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 Bento Config without breaking your instance.

Built for Bento Config 0.1.0+1.21. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 0.1.0+1.21. It targets 1.21, 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 0.1.0+1.21. It opens that exact file at the source.

About this project

What does Bento Config add?

Bento Config

Bento Config is an annotation-driven configuration system built using Bento GUI. It aims to be simple yet powerful, with no magic pre-processors or arbitrary limitations.

Features:

Bento Config is documented in-code with JavaDocs and on my wiki.

public class MyConfig extends BentoConfig<MyConfig> {
    public boolean spawn_creepers = true;
    @Regex("[a-z]{1,10}")
    public String creeper_name = "creeper";
    @Header("spawn_settings")
    @Range(min = 1, max = 10)
    public int spawn_amount = 3;
    @Percentage
    public float spawn_chance = 0.5f;
    @Header("loot_settings")
    public Item creeper_loot = Items.GUNPOWDER;
}
public class MyModInitializer implements ModInitializer {
   ...
   public static final MyConfig CONFIG = new MyConfig.register("my_mod_id");
   ...
}

Project description from Modrinth.

Pick your setup

Bento Config by Minecraft version and loader

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

2 available setups

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

Recent files

Bento Config versions and loaders

1 of 1 releases match

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