This commit is contained in:
sainagh
2026-04-10 18:28:58 -05:00
parent 6e24b21e79
commit 89cbf41e1d
405 changed files with 41371 additions and 2602 deletions
+12
View File
@@ -542,3 +542,15 @@ masterspellvinculum.itemRightClick = function(stack, world, player, hand) {
masterspellvinculum.register();
var masterspellexanimis = VanillaFactory.createItem("master_spell_exanimis");
masterspellexanimis.maxStackSize = 1;
masterspellexanimis.glowing = true;
masterspellexanimis.itemRightClick = function(stack, world, player, hand) {
if(world.remote) {
return "FAIL";
}
Commands.call("summon bewitchment:snake ~ ~3 ~ {HandItems:[{Count:1,id:\"contenttweaker:twilit_venom\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Fettuccina, the Danger Noodle\",Attributes:[{Name:generic.maxHealth, Base:3000.0},{Name:generic.attackDamage, Base:50.0}],Health:3000f}", player, world, false, true);
return "Pass";
};
masterspellexanimis.register();