0.15.0 update
This commit is contained in:
@@ -184,4 +184,13 @@ deathloop.itemRightClick = function(stack, world, player, hand) {
|
||||
return "PASS";
|
||||
|
||||
};
|
||||
deathloop.register();
|
||||
deathloop.register();
|
||||
|
||||
var lindenwyrmwarper = VanillaFactory.createItem("lyndenwyrm_warper");
|
||||
lindenwyrmwarper.maxStackSize = 1;
|
||||
lindenwyrmwarper.glowing = true;
|
||||
lindenwyrmwarper.itemRightClick = function(stack, world, player, hand) {
|
||||
Commands.call("cofh tpx @p 184", player, world, true, true);
|
||||
return "Pass";
|
||||
};
|
||||
lindenwyrmwarper.register();
|
||||
Reference in New Issue
Block a user