-
Notifications
You must be signed in to change notification settings - Fork 20
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
No Mobs Are Dropping Heads or Spawning in Loot Chests #116
Comments
I will have to check into the loot generation to see if it isn't working, but the head drops are, but It may not be working in the version on curse. I forget what changes have been made that are available and which aren't |
Confirmed, playing in SF4 that head drops are indeed working |
I've done some more testing to try and work out what the issue is and it looks like the beheading effect on Tinkers Construct tools no longer effect drop chances of Headcrumbs mobs. I added looting 10 to a sword and managed to get some heads to drop. Headcrumbs heads still refuse to spawn in loot chests though. Thank you for checking this out Turkey2349 |
Spoke to the maintainer of Tinkers and beheading will be worked into Tinkers instead of hacked in Headcrumbs, so that should all improve in the future. |
Thank you so much! |
Leaving this open for the time being as Dungeon loot still hasn't been added |
Oh yeah, thank you! I'm looking forward to that being implemented as well 👍 |
Fixed heads not dropping as a part of dungeon loot #116
Im still having this problem in the latest version... well sorta. Ive tested a lot and only got a headcrumbs head to drop once, even with max chance in headcrumbs config, as well as max beheading modifier, and max looting modifier. What am I missing? or is it still broke? |
Can you post your config file? |
headcrumbs.cfg: edit: I realize that is not max so I just tested it on actual max to be sure and it doesn't work: |
You are setting the chance of a head drop very low. It's 1 in the number you enter, so you are setting it to 1 in 999999999 chance of a head drop, or essentially 0% chance. I can add text saying that the lower the number, the higher the drop chance, but that is why the comment of "# Random.nextInt(X / (fortune+1)) == 0" is there. |
No vanilla mobs or mobs from Headcrumbs drop their heads and they don't spawn in loot chests. I've enabled "Add player heads as dungeon loot", "Enable mobs and animals heads", "Heads drop randomly", and "Vanilla heads drop randomly" as well as modifying the "Chance of random head drop" and "Player heads loot weight" to very high numbers but to no success. I do notice that when the "Player heads loot weight" is increased the loot chest is much emptier so I'm guessing they are just refusing to generate in my game. I've tried loading a fresh world with only Headcrumbs and Tinker's Construct to give my sword the highest beheading chance and still, nothing drops. I absolutely love this mod and I hope this issue can be fixed easily, thank you for all your hard work!
The text was updated successfully, but these errors were encountered: