Minecraft Cogwheel Tweaker mod 2026 download
logo
minecraft mod Cogwheel Tweaker

Cogwheel Tweaker

Game Version: 1.16.5
Total Downloads: 3,160
Updated: Jul 25, 2021
Created: Apr 3, 2021
Download Cogwheel TweakerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
cogwheeltweaker-mc1.16.5_v0.0.3.jar beta 28.74 KB Jul 25, 2021 1.16.5 0 download Cogwheel Tweaker cogwheeltweaker-mc1.16.5_v0.0.3.jar betaDownload
cogwheeltweaker-mc1.16.5_v0.0.2.jar beta 28.68 KB Jul 23, 2021 1.16.5 25 download Cogwheel Tweaker cogwheeltweaker-mc1.16.5_v0.0.2.jar betaDownload
cogwheeltweaker-mc1.16.3_v0.0.2.jar beta 29.34 KB Apr 7, 2021 1.16.5 3,045 download Cogwheel Tweaker cogwheeltweaker-mc1.16.3_v0.0.2.jar betaDownload
cogwheeltweaker-mc1.16.3_v0.0.1.jar beta 25.77 KB Apr 3, 2021 1.16.5 89 download Cogwheel Tweaker cogwheeltweaker-mc1.16.3_v0.0.1.jar betaDownload

Screenshots

Description

Share this:

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

Comments

Add a comment