In release 1.5, the package net.minecraft.entity.mob is what contains classes for mobs. However, in 1.6 this is changed to net.minecraft.entity.living.mob. This inconsistency makes it a bit tricky to work in a multi-version setup so it would be nice to see these packages kept at the same location.
In release 1.5, the package
net.minecraft.entity.mobis what contains classes for mobs. However, in 1.6 this is changed tonet.minecraft.entity.living.mob. This inconsistency makes it a bit tricky to work in a multi-version setup so it would be nice to see these packages kept at the same location.