
/kill @e kills super glue
HighOutlook opened this issue ยท 3 comments
Describe the Bug
Super glue gets killed when /kill @e is done, meaning things using super glue breaks.
Reproduction Steps
- Create something small or large with super glue
- Do /kill @e
- Check super glue
Expected Result
Kill mobs and entities, not super glue joins.
Screenshots and Videos
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
super glue joints are entities, so doing @e will kill all entities
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.