
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;
}
});
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.12.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as crtadd-1.7.2.jar — drop this file into the mods folder
- Download size: 47 KB
- Download link checked 8 Sept 2026 — working
These come from our own check of the pack file, not from the source page.