This commit is contained in:
sainagh
2025-11-26 10:25:55 -06:00
parent 03a46a005c
commit 032d39f529
993 changed files with 40012 additions and 11910 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ events.onPlayerInteractEntity(function(event as PlayerInteractEntityEvent) {
// [remove this clause if reusuable]
if (target.health < oldHealth) {
// [add anything here to handle on each successful use]
Commands.call("summon erebus:erebus.stag_beetle ~ ~1 ~ {PersistenceRequired:1,HandItems:[{},{Count:1,id:\"contenttweaker:geo_fragment\"}],HandDropChances:[0.0f,1.0f],ActiveEffects:[{Id:14,Amplifier:0,Duration:999999,ShowParticles:0b},{Id:24,Amplifier:0,Duration:999999,ShowParticles:0b}],ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:100,permshields:100}},Attributes:[{Name:generic.maxHealth, Base:20000.0},{Name:generic.attackDamage, Base:300.0}],Health:20000f,CustomName:\"Hollow Stag\"}", event.player, event.world, true, true);
Commands.call("summon erebus:erebus.stag_beetle ~ ~1 ~ {PersistenceRequired:1,HandItems:[{Count:1,id:\"contenttweaker:geo_fragment\"},{}],HandDropChances:[1.0f,1.0f],ActiveEffects:[{Id:14,Amplifier:0,Duration:999999,ShowParticles:0b},{Id:24,Amplifier:0,Duration:999999,ShowParticles:0b}],ForgeCaps:{\"twilightforest:cap_shield\":{tempshields:100,permshields:100}},Attributes:[{Name:generic.maxHealth, Base:20000.0},{Name:generic.attackDamage, Base:300.0}],Health:20000f,CustomName:\"Hollow Stag\"}", event.player, event.world, true, true);
heldItem.mutable().shrink(1);
}
}