From 707aa69c7be35242531255d52c1cc69320078ee4 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Wed, 4 Mar 2026 20:27:10 +0800 Subject: [PATCH] =?UTF-8?q?dreadia=E4=B8=BB=E5=AE=B0=E5=92=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/MasterSpells.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/MasterSpells.zs b/scripts/MasterSpells.zs index edd0f064..5bd11539 100644 --- a/scripts/MasterSpells.zs +++ b/scripts/MasterSpells.zs @@ -232,7 +232,7 @@ masterspelldreadia.itemRightClick = function(stack, world, player, hand) { Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_chest\",Count:1b}}", player, world, false, true); Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_feet\",Count:1b}}", player, world, false, true); Commands.call("summon Item ~ ~10 ~ {Item:{id:\"contenttweaker:bloodmaster_metal_legs\",Count:1b}}", player, world, false, true); - Commands.call("summon abyssalcraft:dreaded_abyssalnite_golem ~ ~3 ~ {Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:300.0}],Health:10000f}", player, world, false, true); + Commands.call("summon abyssalcraft:dreadgolem ~ ~3 ~ {Attributes:[{Name:generic.maxHealth, Base:10000.0},{Name:generic.attackDamage, Base:300.0}],Health:10000f}", player, world, false, true); return "Pass"; }; masterspelldreadia.register();