Mineuniverse
Log in Register
Mods

ContentTweaker

Allows you to add Items and Blocks
by Jaredlll08
Download Claim this project
57,122,365 downloads
0 likes
Updated Jun 30, 2026
0 hypes

 This mod requires Crafttweaker to run.

Info:

ContentTweaker is an addon for CraftTweaker. Crafttweaker lets you adjust recipes, remove them entirely, or add new recipes. One of the features that it lacks is the ability to create new items and blocks, ContentTweaker plans on allowing users to add more to their game, not only recipes but actual items and blocks.

 

Currently, with ContentTweaker, you can add the following:

 • New Items

 • New Blocks

 • New Creative Tabs

 

Due to the limitations enforced by Minetweaker, Scripts containing methods from this mod, should be treated differently from normal Minetweaker scripts, the most noticeable differences are:

• Scripts go in the "scripts" folder same as CraftTweaker, however they need to start with '#loader contenttweaker`' as the first line

 

You can find more information here:
You can find documentation for the mod on the official Minetweaker wiki here: ContentTweaker Wiki

How It Works:

Using a Zenscript Syntax you can create new items and blocks to the game rather simply.
These blocks are treated the same way as any other standard block, and thus requires a model(Supports .obj)/texture JSON and a texture. 

You'll find appropriate directories in the ACRONYM/ContentTweaker sub-folder in your config directory. More information on how to create your blocks and how to handle resources will be available on our GitHub wiki and hopefully soon on the official MineTweaker web page!

 

Here's one of the very basic test examples we currently feature on our GitHub wiki:

import mods.contenttweaker.VanillaFactory;
import mods.contenttweaker.Block;

var zsBlock = VanillaFactory.createBlock("zs_block", <blockmaterial:iron>);
zsBlock.fullBlock = true;
zsBlock.lightOpacity = 255;
zsBlock.translucent = true;
zsBlock.lightValue = 1.0;
zsBlock.blockHardness = 5.0;
zsBlock.blockResistance = 5.0;
zsBlock.toolClass = "pickaxe";
zsBlock.toolLevel = 2;
zsBlock.blockSoundType = <soundtype:metal>;
zsBlock.register();

Want to do a mod spotlight? 
Would be awesome! Send us a link so we can check it out!

Modpack: 
You have our permission to use this mod in any private & publicly distributed mod pack.

Discord: 
Talk to the developers here!

ContentTweaker-1.15-1.0.0.develop.19.jar
MC 1.15.2, Forge
Beta 2020-08-14 Get
ContentTweaker-1.15-1.0.0.develop.18.jar
MC 1.15.2, Forge
Beta 2020-08-13 Get
ContentTweaker-1.15-1.0.0.develop.17.jar
MC 1.15.2, Forge
Beta 2020-07-28 Get
ContentTweaker-1.12.2-4.9.1.jar
MC 1.12.2
Release 2018-12-27 Get
ContentTweaker-1.12.2-4.9.0.jar
MC 1.12.2
Release 2018-12-23 Get
ContentTweaker-1.12.2-4.8.0.jar
MC 1.12.2
Release 2018-08-14 Get
ContentTweaker-1.12.2-4.7.0.jar
MC 1.12.2
Release 2018-08-01 Get
ContentTweaker-1.12.2-4.6.0.jar
MC 1.12.2
Release 2018-06-06 Get
ContentTweaker-1.12.2-4.5.0.jar
MC 1.12.2
Release 2018-03-07 Get
ContentTweaker-1.12.2-4.4.1.jar
MC 1.12.2
Release 2018-02-05 Get
ContentTweaker-1.12.2-4.4.0.jar
MC 1.12.2
Release 2018-01-17 Get
ContentTweaker-1.12.2-4.3.0.jar
MC 1.12.2
Release 2017-12-26 Get
ContentTweaker-1.12-4.2.0.jar
MC 1.12.1, 1.12, 1.12.2
Release 2017-10-18 Get
ContentTweaker-1.12-4.1.0.jar
MC 1.12.1, 1.12, 1.12.2
Release 2017-09-20 Get
ContentTweaker-1.12-4.0.0.jar
MC 1.12.1, 1.12
Release 2017-09-11 Get
ContentTweaker-1.10.2-2.1.0.jar
MC 1.10.2
Release 2017-05-30 Get
ContentTweaker-1.10.2-2.0.0.jar
MC 1.10.2
Alpha 2017-04-12 Get
ContentTweaker-1.0.5
MC 1.7.10
Release 2015-11-15 Get
ContentTweaker-1.0.4
MC 1.7.10
Release 2015-10-26 Get
ContentTweaker-1.0.3
MC 1.7.10
Release 2015-10-21 Get
ContentTweaker-1.0.0
MC 1.7.10
Release 2015-10-16 Get

More from Jaredlll08

World Book
9,696,397
Visualize
9,070
SewingKit
896
Machines and Stuff
8,862
Fluxed-Core
85,036
SAtIn
8,276

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