Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings

Fuel Tweaks for CC: Tweaked

Configurable fuels for CC: Tweaked turtles. Furnace fuels can be turned off with the config, and other fuel items can be added with data packs.

20
0
Cursed
Game Mechanics

Compatibility

Minecraft: Java Edition

1.21.1

Platforms

Fabric
NeoForge

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

View source

Creators

xeli
xeli Member

Details

Licensed ARR
Published last week
Updated last week
DescriptionChangelogVersions

Adds a server config option to disable furnace fuels for turtles from CC: Tweaked for balancing modpacks. (Furnace fuels are disabled by default)


Data-driven fuels on Neoforge

Additionally, mods and datapacks can add, replace, remove, etc. the fuel values of items for turtles, using this format. (fuelCount is mandatory, remainderItem is optional)

{
  "minecraft:lava_bucket": {
    "fuelCount": 1000,
    "remainderItem": {
      "count": 1,
      "id": "minecraft:bucket"
    }
  }
}
Data-driven fuels on Fabric

Additionally, mods and datapacks can add fuel values to items for turtles, using this format. (fuelCount is mandatory, remainderItem is optional)

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

The format for datapacks is a bit different from the Neoforge version. Note that there is no built-in way to replace or remove these values. Please see the example datapacks.


If furnace fuels are not disabled, then turtle refueling will use the fuelCount value for an item if present, but fall back to the normal fuel behavior otherwise.

Example datapack included in downloads.

For modpack makers: All turtle fuels will be disabled by default and no new fuels are added, in order to add new fuel values you will need a datapack/kubejs/etc. Client optional.

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.