Cogwheel Tweaker
Modby Grimmauld
Add Create cogwheels with contenttweaker
Type
Mod
CurseForge Downloads
12,081
CurseForge ID
465296
Last Updated
Jul 29, 2026
Description
Cogwheel Tweaker makes adding custom Create cogwheels possible. You can specify the properties of your custom cogwheels in Zen-script and data packs.
To generate an example script for custom cogwheels, you can run the /ct example command. With that script, you already have small andesite and brass cogwheels using the prepackaged models and data sets.
To make truly custom cogwheels, you can use data packs provided by mods like openloader to package your assets with your mod pack.
Custom Cogwheels follow the format of adding other custom blocks with Content Tweaker as following:
#loader contenttweaker
import mods.contenttweaker.block.BlockBuilder;
import mods.cogweeltweaker.block.cogwheel.CoTWheelBuilder;
new BlockBuilder()
.withType<CoTWheelBuilder>()
.build("small_cog");
new BlockBuilder()
.withType<CoTWheelBuilder>()
.withLarge(true)
.build("large_cog");
Cogwheel Tweaker requires Create 0.3.1+, Content Tweaker and Craft Tweaker
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Screenshots
Similar Mods
More Armor Stand Variants (MStV+)
Armor Stands for every kind of wood - A 'More Stick Variants' Add-On
Health Bar Plus
Enhance your game with visible bars above entities
Amethyst and Emerald Equipment
This mod adds amethyst and emerald equipment to the game.
Ugly Scoreboard Fix
Allows to modify the scoreboard sidebar
Create Realism
A Create addon that adds a bunch of features to make Create trains more realistic.
Better Mob Combat Fix [BMCFIX]
Fixes Better Mob Combat compatibility with Better Combat 1.9.0