Create

Create

86M Downloads

/kill @e kills super glue

HighOutlook opened this issue ยท 3 comments

commented

Describe the Bug

Super glue gets killed when /kill @e is done, meaning things using super glue breaks.

Reproduction Steps

  1. Create something small or large with super glue
  2. Do /kill @e
  3. Check super glue

Expected Result

Kill mobs and entities, not super glue joins.

Screenshots and Videos

2022-08-28_21 11 25
2022-08-28_21 11 43

Crash Report or Log

No response

Operating System

Windows 11

Mod Version

0.5.0d

Minecraft Version

1.18.2

Forge Version

40.1.73

Other Mods

No response

Additional Context

No response

commented

super glue joints are entities, so doing @e will kill all entities

commented

Not a bug: consider specifying which types of entities you want to kill. You can filter, too, so to kill all entities which aren't squid (for example):
\kill @e[type!=Squid]

I'm not sure what the type name is for superglue, but you can use the \summon command with tab to tab through the values and find the right type.

commented

/kill @e[type!=create:super_glue]