Creators-of-Create / Create

[Forge Mod] Building Tools and Aesthetic Technology
MIT License
2.88k stars 901 forks source link

/kill @e kills super glue #3723

Open HighOutlook opened 2 years ago

HighOutlook commented 2 years ago

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

JeremoSinc commented 2 years ago

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

yamahito commented 2 years ago

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.

yumm-dev commented 1 year ago

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