defeatedcrow / AppleMilkTea2_1.7.10

AppleMilkTea2 Mod for Minecraft 1.7.10
31 stars 17 forks source link

Potion Extension dependency change #52

Closed Adaptivity closed 9 years ago

Adaptivity commented 9 years ago

@defeatedcrow can you add a check if mod Extended Potions present? If so, AppleMilkTea shouldn't download PotionExtension because Extended Potions doing the same thing but it extends ids to 4096.

defeatedcrow commented 9 years ago

Potion Extension, That is not being requested only for the Potion ID. Because it contains some Fix for AMT2, it is still required to AMT2. (It was part of AMT2 in 1.6.X, and in 1.7.X it became independent.)

If you wish, I'll add a setting to stop the automatic download of Potion Extension. (It will be included to AppleMilkCore.cfg.) However, if you do it, the correct operation of AMT2 can not be guaranteed, sorry.

Adaptivity commented 9 years ago

Ok. I will be grateful for config option. Can you explain in two words what fix it contains? Thanks in advance.

defeatedcrow commented 9 years ago

These functions, may be able to also resolved by Extended Potion. In that case, when even if you stop the automatic download of Potion Extension, AMT2 works.

Adaptivity commented 9 years ago

Thanks for info. I don't know if Extended Potions can remove null potion effect but it allows to set potion id higher than 128 (Potion id limit with Extended Potions is 4096). So, config option would be cool :smile:

Adaptivity commented 9 years ago

Thanks for a change.