Cogwheel Tweaker
No reviews yet
Add Create cogwheels with contenttweaker
Themed around heavy machinery, factories, and automation reminiscent of the Industrial Revolution.
Themed around Victorian-era technology (steampunk) or early 20th-century technology (dieselpunk) with a retro-futuristic twist.
Used for mods with little to no gameplay elements.
Heavily focused around the Create mod, known for its unique mechanical systems and contraptions.
Adds extra features or content to an existing mod.
Provides a framework or library for other mods to use.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
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
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers