Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Death worm issues #5063

Open
2 tasks
msjlwlb opened this issue Jan 6, 2024 · 2 comments
Open
2 tasks

[Bug]: Death worm issues #5063

msjlwlb opened this issue Jan 6, 2024 · 2 comments

Comments

@msjlwlb
Copy link

msjlwlb commented Jan 6, 2024

What happened?

As is known to all, large death worms have a ''sand blast attack'' which can deal area damage and destroy blocks. However, I find an issue that large death worms will also take damage when using this type of attack. In other words, large death worm isn't immune to the area damage caused by itself.
Also, wild death worms used to attack almost all mobs in 1.12.2, but now they only attack hostile mobs and players automatically. I don't know whether it is a bug.

Minecraft Version

1.19 1.20

Ice and Fire version

Beta Release 1.19.2-2.1.13-beta-1 / iceandfire-2.1.13-1.20.1-beta-2

Citadel version

2.1.4-1.19 / 2.4.9-1.20.1

Relevant log output

No response

Other Information

  • I am using other mods besides Ice and Fire
  • I have attached a log file from the session that I have experienced this issue
@msjlwlb msjlwlb added the bug label Jan 6, 2024
@github-actions github-actions bot added the 1.19 label Jan 6, 2024
@SiverDX
Copy link
Contributor

SiverDX commented Jan 15, 2024

an option for the explosion would be to use mixinextras to wrap

https://github.com/NikitaCartes-archive/MinecraftDeobfuscated-Mojang/blob/f7c2b6017314f4326ffc3a67732e972626c22751/minecraft/src/net/minecraft/world/level/Explosion.java#L200

and check if entity is the source (and it's a death worm)


tame death worms only attack monsters
untamed ones attack everything (attacking monsters is configurable)

@msjlwlb
Copy link
Author

msjlwlb commented Jan 23, 2024

an option for the explosion would be to use mixinextras to wrap

https://github.com/NikitaCartes-archive/MinecraftDeobfuscated-Mojang/blob/f7c2b6017314f4326ffc3a67732e972626c22751/minecraft/src/net/minecraft/world/level/Explosion.java#L200

and check if entity is the source (and it's a death worm)

tame death worms only attack monsters untamed ones attack everything (attacking monsters is configurable)

Sorry, my previous description was not clear enough. I know tamed death worms only attack monsters. The issue is wild death worms only attack monsters and not animals or villagers. (these two issues also exist in 1.20.1)

@github-actions github-actions bot added the 1.20 label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants