Woot

Woot

24M Downloads

Jurassicraft compatibility issue

ParasiticSquid opened this issue ยท 5 comments

commented

The Jurassicraft mods creatures handle their deaths a specific way and as a result Woot can't seem to spawn the meat from the creature that's being grinded. Not sure if this is fixable on your end but figure might as well post a issue incase it is.

This is on the 1.10.2 version and most likely the 1.11.2 as well

commented

I'll need to look into how they are doing their drops as it may "just work" on the 1.12 version of Woot.

If they are doing something extra special that is incompatible with Woot, then I probably wont support it, as I'm only adding support code for things like the EnderDragon or Chaos Guardian.

As for 1.10/1.11.2, I'm really only fixing bugs in those, but thankyou for reporting the incompatibility.

commented

My guess is they do it by "spawning" the meat as the corpse gets injured by something or starts to decay over time. Figured might as well report it since it might be fixable due to the meat always having the exact same DNA value as the skeleton parts that drop from the body, there had to be some sort of link between them when the meats spawned for that to happen.

Since Woot is basically all about spawning drops instead of the mobs themselves I thought it would be pretty simple to fix. Also thought it was a bug since it's unable to spawn a certain mob drop yet can easily spawn the rest of said mobs drops perfectly fine( even to the point that the DNA value is exactly the same as the original mob ) with zero issues

commented

I'll certainly put the mod into my 1.12 environment and see what happens.
I have had situations where I was generating drops that were not NBT correct - eg. Cyberware, and had to blacklist the mod/mobs to prevent incorrect items.

The way Woot works is that it kills some test mobs using a FakePlayer and collects the drops to learn what a specific mob will drop. My guess - though I've not looked at their code - is that this extra drop doesn't work with the way my FakePlayer kills are processed and therefore I never learn the drop.

commented

JurassiCraft2?
Doesn't seem to be on 1.12 according to CurseForge yet.
So I'll keep this open and investigate when they release.

commented

This is now in 1.12.
https://minecraft.curseforge.com/projects/jurassicraft/files

So a reminder that I need to check that there are no issues with Woot and Jurrassicraft