Safrodev / Archon

GNU General Public License v3.0
3 stars 8 forks source link

Necromancy Bug #28

Closed Retzl42 closed 1 year ago

Retzl42 commented 1 year ago

I have been playing for days killing with the soul scythe and have not gotten a single soul. I have tried with an enchanted one (looting 3) and with a base one. What can i do to fix this?

I am playing on the modpack AQM2

Safrodev commented 1 year ago

What kind of mobs have you tried killing? You might be killing things that don’t drop souls.

Retzl42 commented 1 year ago

I have tried skeletons, zombies, anything that moves really.

Safrodev commented 1 year ago

Ah yeah, skeletons and zombies don’t work since they are already “dead”. I recommend checking out these tags: https://github.com/Safrodev/Archon/tree/main/src/main/resources/data/archon/tags/entity_types

Retzl42 commented 1 year ago

Now that you say the need to be alive, I feel dumb, but I should have figured that out xD Just a question about the lists that you sent. The second half of the creatures and the player list show a "false" in the code, does that mean those aren't included or is that just code language?

Thank you for taking the time to answer me :)

Safrodev commented 1 year ago

Oh that’s just part of the code. All the mobs on the list are included and will drop souls. No problem!