This commit is contained in:
sainagh
2025-04-26 10:44:04 -07:00
parent 792ec88708
commit feadcf829f
2070 changed files with 730078 additions and 2010 deletions
+8
View File
@@ -343,3 +343,11 @@ masterspellaversio.register();
var masterspellinfernum = VanillaFactory.createItem("master_spell_infernum");
masterspellinfernum.maxStackSize = 1;
masterspellinfernum.glowing = true;
masterspellinfernum.itemRightClick = function(stack, world, player, hand) {
Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:cursed_dragon_egg\",Count:1b}}", player, world, false, true);
return "Pass";
};
masterspellinfernum.register();