Spatial Harvesters [FORGE]

Spatial Harvesters [FORGE]

100k Downloads

[Fabric] is the Specific Mob Harvester set to friendly creatures only?

MSandro opened this issue ยท 5 comments

commented

image
image

Not sure why but I don't get blaze rods in my Specific Mob Harvester... no loot and no shards.
But if I set it to pigs, it outputs Raw Porkchop and Shards?
I can't find an config option for that.

commented

It should be able to do any mob entity that isn't blacklisted in the config. I'll take a look.

commented

image
maybe it is because blaze rods are only droped if it was killed by a player?

commented

That's true, although it shouldn't be the issue as the Mob Harvesters simulate player kills.

commented

Okay but I think it doesn't simulate player kills (correctly) ...
I've now added the mod "always-drop-loot" https://www.curseforge.com/minecraft/mc-mods/always-drop-loot
and now it outputs blaze rods and other items I've never seen before in my output chest.

commented

It should be fixed in 0.11.7a. You were right, it wasn't stimulating the player kills correctly.
One of the steps was to tell the mob entity that the fake player was its last attacker, but it was instead doing that for a new mob entity that never did anything else.