Mineuniverse
Log in Register
Mods

CraftTweakerAdditions

This project adds some new extensions to CraftTweaker.
by YL_kkx
Download Claim this project
209 downloads
0 likes
Updated Jul 6, 2026
0 hypes
CraftTweaker

This mod is an extension of CraftTweaker and currently has the following features:

Set/Get the player's perspective.

import crafttweaker.player.IPlayer;

IPlayer.viewType as int
IPlayer.togglePlayerView(viewType as int) as void;

Expose ProjectE's IKnowledgeProvider and onPlayerAttemptLearn to crt.

import mods.crtadd.projecte.PlayerAttemptLearnEvent;
import mods.crtadd.projecte.KnowledgeProvider;

events.onPlayerAttemptLearn(function(event as PlayerAttemptLearnEvent){
    var player as IPlayer = event.player; 
    player.knowledge.emc = 10000000;
    if (!player.knowledge.hasKnowledge(<minecraft:lapis_block>)) {
        var success = player.knowledge.addKnowledge(<minecraft:lapis_block>);
    } else {
        player.knowledge.hasFullKnowledge = true;
    }
});
crtadd-1.7.2.jar
MC Client, Forge, Server, 1.12.2
Release 2026-07-04 Get

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