SlimeKnights / IguanaTweaksTConstruct

The old IguanaTweaks for TCon for 1.7.10. Not further developed, check out TinkersToolLeveling for 1.10+
https://github.com/SlimeKnights/TinkersToolLeveling
26 stars 28 forks source link

Can't farm wither skull heads #70

Closed ephys closed 9 years ago

ephys commented 9 years ago

Because this fakeplayer check breaks every possible farm https://github.com/SlimeKnights/IguanaTweaksTConstruct/blob/0c0b978cc9bbe6ebe5b7a670d537929046285528/src/main/java/iguanaman/iguanatweakstconstruct/mobheads/handlers/MobHeadHandler.java#L46

If it's intended, can we have a config option to disable this please ?

bonii-xx commented 9 years ago

Hm, that might be true. I suppose you'll have to disable ITTs mobheads if you want to autofarm them.

ephys commented 9 years ago

By moving the check at the top of the event, wither skulls would drop at a vanilla rate when farmed by fakeplayers. It would solve the problem but would also be inconsistent with the way the other heads drop (Just like vanilla I guess).

bonii-xx commented 9 years ago

Yes, but I don't want it changed. As I said you can always turn off the modheads to disable it, or you can increase the drop-rate for manual farming to compensate.

ephys commented 9 years ago

Fair enough ! Well if there is nothing else to be said I guess we can close this issue ?