Mod

Just Dire Fuels

Quick rating

Just Dire Fuels

No reviews yet

A Just Dire Things addon that makes its hardcoded fuel system datapack-driven. Add new fuels (fluid or solid), override JDT's locked-down FE values, and browse them in JEI.

Tech
QoL & Tweaks
Mod Loaders
NeoForge
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

About

Project Details

Type
Mod
Latest Version
justdirefuels-1.0.0-26.1.jar
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

CurseForge ID

Resources

External Links

About

Description

Just Dire Fuels

Just Dire Things ships an excellent pair of generators, the fluid-fed one for refined fuels and a solid-fuel one for tiered coal. They are also completely closed. Fluid fuels are locked to three internal types, FE values are baked into server config, and there is no public API for mods or modpacks to add a new fuel.

Just Dire Fuels works to extend that. Two new NeoForge data maps let any datapack add fuels, override existing rates, and the changes show up immediately in JEI.

What it adds

Fluid Generator T1 datapack-driven fuel acceptance

Stock JDT only accepts fluids implementing an internal RefinedFuel interface. Just Dire Fuels routes acceptance and FE-per-millibucket through the justdirefuels:fluid_fuels data map.

// data/<your-pack>/data_maps/fluid/fluid_fuels.json
{
  "values": {
    "minecraft:lava":  { "fe_per_mb": 100 },
    "yourmod:plasma":  { "fe_per_mb": 7500 }
  }
}

Both vanilla and modded fluids are valid targets. The generator's input slot, tank validator, and FE calculator all consult the same map.

Solid Generator T1 per-fuel FE/tick and burn-speed overrides

Burn time was already datapack-driven via NeoForge's furnace_fuels data map. What was not was FE per burn tick and the per-fuel burn-speed multiplier (those came from hardcoded item classes and a single global config knob).

The justdirefuels:item_fuels data map fixes that with two optional fields:

// data/<your-pack>/data_maps/item/item_fuels.json
{
  "values": {
    "minecraft:diamond":      { "fe_per_tick": 500, "burn_speed_multiplier": 8 },
    "justdirethings:coal_t2": { "burn_speed_multiplier": 6 }
  }
}
Field If omitted
fe_per_tick Falls back to JDT's generator_t1_fe_per_fuel_tick config (15).
burn_speed_multiplier Falls back to JDT's per-item value (1 for items not specially handled by JDT).

Note: a new solid fuel item also needs a burn_time in NeoForge's furnace_fuels data map. The two are independent on purpose.

JEI integration

A new "Fluid Generator Fuels" category lists every fluid currently registered in the data map with its FE/mB rate. The Fluid Generator T1 block is the recipe catalyst, so right-clicking it in JEI takes you straight to the fuel list.

Defaults

The addon ships data map entries that exactly mirror JDT 1.5.7's stock config values (T2 = 450 FE/mB, T3 = 1300, T4 = 4000; Coal T1–T4 burn-speed multipliers 2/4/8/16).

Install it on its own and nothing changes it only kicks in when a datapack adds or overrides entries.

Sample datapack

The GitHub repo ships a working demo datapack at examples/justdirefuels_demo/ that does three things at once:

  1. Makes vanilla lava a fluid fuel at 100 FE/mB.
  2. Overrides JDT's T2 refined fuel from 450 to 999 FE/mB.
  3. Makes vanilla diamond a (rather overpowered) solid fuel.

Drop it in <world>/datapacks/, /reload, and check JEI.

Requirements

  • Minecraft 1.21.1
  • NeoForge 21.1.209 or newer
  • Just Dire Things 1.5.7 or newer
  • JEI (optional; required only for the in-game fuel browser)

Compatibility

The addon does not replace or hide any JDT functionality. It mixes in additional checks in front of JDT's existing logic, so unaffected behavior is identical to stock. Any modpack already using JDT can install Just Dire Fuels without breaking saves, configs, or recipes.

Links

Thanks

  • Direwolf20 for a great mod
  • Dinnerbeef for the addon mod idea

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

~260,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync