0.18.0, hotfix4 update
This commit is contained in:
sainagh
2025-05-13 16:10:52 -07:00
parent 06eb84b16b
commit 81f239c21b
625 changed files with 18035 additions and 5415 deletions
+21 -1
View File
@@ -350,4 +350,24 @@ 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();
masterspellinfernum.register();
var masterspellsonus = VanillaFactory.createItem("master_spell_sonus");
masterspellsonus.maxStackSize = 1;
masterspellsonus.glowing = true;
masterspellsonus.itemRightClick = function(stack, world, player, hand) {
Commands.call("/summon mowziesmobs:naga ~ ~3 ~ {HandItems:[{Count:1,id:\"iceandfire:weezer_blue_album\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Sound Engineer Wyvern\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:10,permshields:10}},Attributes:[{Name:generic.maxHealth, Base:5000.0},{Name:generic.attackDamage, Base:100.0}],Health:5000f}", player, world, false, true);
return "Pass";
};
masterspellsonus.register();
var masterspellcognitio = VanillaFactory.createItem("master_spell_cognitio");
masterspellcognitio.maxStackSize = 1;
masterspellcognitio.glowing = true;
masterspellcognitio.itemRightClick = function(stack, world, player, hand) {
Commands.call("/summon thaumcraft:giantbrainyzombie ~ ~3 ~ {HandItems:[{Count:10,id:\"contenttweaker:salt_of_knowledge\"},{}],HandDropChances:[1.0f,0.0f],CustomName:\"Giant Brainy Zombie\",ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:40,permshields:40}},Attributes:[{Name:generic.maxHealth, Base:2000.0},{Name:generic.attackDamage, Base:100.0}],Health:2000f}", player, world, false, true);
return "Pass";
};
masterspellcognitio.register();