Data Driven Composter

Quick rating

Data Driven Composter

No reviews yet

An overly configurable composter

Mod Loaders
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Mozilla Public License 2.0
Latest Version
0.2.2+mc.1.19.3
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

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,
      ...
   }
}
  • disableDefaultVanillaRegistry
    • true: Disables Vanilla registration.
    • false: Keep Vanilla registration.
    • disableDatapackRegistry
      • true: Disables datapack registration.
      • false: Keep datapack registration.
    • logAllDirectRegistration: Debugging option.
      • true: Logs all registrations to the composter block.
      • false: Does not log any registration to the composter block.
    • compostableItems
      • minecraft:...: Identifier for the item to allow composting of.
      • 0 - 1: Chance between 0 & 1 for an item to add to the composter.

Planned Features

  • Customisable returns with chance
  • QSL's RegistryEntryAttachment for more dynamic initialisation.
  • Custom Datapack Recipe type to allow for datapacks to register compostable items.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works