Globox1997 / RpgZ

https://modrinth.com/mod/rpgz
https://www.curseforge.com/minecraft/mc-mods/rpgz
GNU General Public License v3.0
2 stars 4 forks source link

Apotheosis boss mob problem #30

Open KaykenJr opened 1 year ago

KaykenJr commented 1 year ago

Minecraft Version

1.19.x

Mod Loader Version

Forge 43.2.11

Mod Version

rpgz-0.5.3-forge.jar

Describe the Issue

when killing apotheosis boss mobs there are two problems. Gems don't appear inside of the body and just drops near the corpse. sometimes the corpses don't appear and the items just drop.

latest.log

not crashing so not needed

Do you use any other mods except the required ones?

apotheosis

Stereowalker commented 1 year ago

This is more an Apotheosis issue rather than an Rpgz one. I have a mod (C.O.M.B.A.T) that adds loot to the mobs and it doesn't work as intended with Rpgz. It's because rather than adding my item to the loot pool, I'm spawning the item as the mob dies. Another mod of mine (Survive) works as intended because the item gets added to the loot pool

KaykenJr commented 1 year ago

okay

KaykenJr commented 1 year ago

This is more an Apotheosis issue rather than an Rpgz one. I have a mod (C.O.M.B.A.T) that adds loot to the mobs and it doesn't work as intended with Rpgz. It's because rather than adding my item to the loot pool, I'm spawning the item as the mob dies. Another mod of mine (Survive) works as intended because the item gets added to the loot pool

apotheosis author says that this problem can be solved for forge if you add support for LivingDropsEvent which is a forge event for adding drops to a mob when it produces them (typically on death).

KaykenJr commented 1 year ago

i also think this will add compatibility for many more forge mods that have this feature

Stereowalker commented 1 year ago

I can give it a shot

KaykenJr commented 1 year ago

any progress?