HomeJavaModsData Driven Composter
Data Driven Composter
ModsJava

Data Driven Composter

by Ampflower · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.19.3–1.20.2 · Fabric⬇ Download for 1.18.2–1.19.2 · Fabric⬇ Download for 1.19.3–1.20.2 · Quilt⬇ Download for 1.18.2–1.19.2 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Data Driven Composter

A server-sided composter mod that allows you to customise what you can feed to composters for Fabric & Quilt!

How to Use?

Requirements:

Install Minecraft 1.18.2 or 1.19, DDC and your mod loader of choice, then customise the config at config/ddc.json. No client mod is required, but you may install to use it in single player or with LAN.

Config - ddc.json

Example configuration

Note: By default, the entire registry will be present.

Tip: If you would like to hot reload the configuration without restarting the server, use the default /reload command built into the game. DDC will automatically load in your changes live without any other intervention, including restoring the vanilla registry if you want.

{
   // Whether to disable vanilla registration. Set this to true if
   // you'd like to define your own values for vanilla's stuff.
   "disableDefaultVanillaRegistry": false,
   // Whether to disable the datapack registry. Set this to true if
   // you'd like to define your own values for vanilla's stuff, or
   // disable modded entries on Quilt.
   "disableDatapackRegistry": false,
   // Whether registration should be logged or not.
   // Disabled by default due to it spamming stack traces for each call.
   "logAllDirectRegistration": false,
   // Items that can be composted in a composter.
   // Identifier -> Chance
   "compostableItems": {
      "minecraft:glow_lichen": 0.5,
      "minecraft:poppy": 0.65,
      "minecraft:cocoa_beans": 0.65,
      "minecraft:azalea": 0.65,
      "minecraft:nether_wart": 0.65,
      ...
   }
}

Planned Features

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more