Dunkmania101 / SpatialHarvesters

A Minecraft mod that adds harvesters that gather resources from space-time itself!
https://www.curseforge.com/minecraft/mc-mods/spatial-harvesters
MIT License
3 stars 5 forks source link

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

Closed MSandro closed 3 years ago

MSandro commented 3 years ago

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.

Dunkmania101 commented 3 years ago

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

MSandro commented 3 years ago

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

Dunkmania101 commented 3 years ago

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

MSandro commented 3 years ago

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.

Dunkmania101 commented 3 years ago

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.