Community listing page, reviews here may not be monitored by the author.
CraftTweakerAdditions
No reviews yet
This project adds some new extensions to CraftTweaker.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Must be installed on both the client and the server.
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
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;
}
});
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;
}
});
Screenshots
Gallery
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