Mineuniverse
Log in Register
Mods

Cogwheel Tweaker

Add Create cogwheels with contenttweaker
by Grimmauld
Claim this project
12,020 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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

No files available for download.

More from Grimmauld

Windowlogging
5,695,516
Chest Minecart Sounds
56,129
Ceiling Carpets
37,196
Create Integration
309,260

You Might Also Like

Ender Tweaker
EnderIO + CraftTweaker
9,574,671
PackMode
Simple Mod-pack Utility to allow switching between PackModes
9,024,946
Zen Summoning
Allows for custom mob summoning with CraftTweaker
7,912,007
FTB Tweaks
This is a very simple mod that introduces the concept of game modes. For want of a better description this allows you to set up multiple minetweaker profiles and switch between them on the fly (no server restart required) This gives you the ability to...
7,191,034
CraftTweaker GUI
Allows editing and managing edited recipes for CraftTweaker
98,064
Fluid Interaction Tweaker
This is a CraftTweaker/GroovyScript addon that enables you to add more fluid interactions.
92,986