Download Fuel Tweaks for CC: Tweaked — Minecraft Mods — MetaMods

Fuel Tweaks for CC: Tweaked

Active

Downloads

0

Last update

5 months ago

Versions

1.21.1
Server
Fabric
Neoforge
Game mechanics

Fuel Tweaks for CC: Tweaked

This modification provides extensive customization of the fuel system for computer turtles from CC: Tweaked. Modpack developers can disable the use of standard furnace fuels for turtles through server settings, which is especially useful when creating balanced modpacks.

On the Neoforge platform, a fully customizable fuel system is implemented, allowing to add, replace, or remove fuel items for turtles through datapacks or other mods. The following configuration format is used, where the fuelCount parameter is mandatory:

{
  "minecraft:lava_bucket": {
    "fuelCount": 1000,
    "remainderItem": {
      "count": 1,
      "id": "minecraft:bucket"
    }
  }
}

In the Fabric version, adding custom fuels through datapacks is also supported, but with certain differences in the configuration format:

{
  "fuelCount": 1000,
  "remainderItem": {
    "count": 1,
    "id": "minecraft:bucket"
  }
}

The fuel system priority works as follows: if furnace fuel disabling is not activated, turtles first check for custom fuelCount values for items, and if absent, revert to standard refueling behavior.

The modification comes with an example datapack included, demonstrating various ways to configure the fuel system. By default, all standard turtle fuels are disabled, and to add new fuel items, you need to use datapacks, KubeJS, or other modifications. The client part is optional for installation.

Project members
xeli

xeli

Developer

Created: 31 May 2025

ID: 103108