[1.76pr6] Compatibility for MC1.8.8
Nokiyen opened this issue ยท 1 comments
This is not a bug, but just a request.
Sorry, If you already check this kind of thing.
Current pre versions are compatible only for MC 1.8.
And, it seems to be possible to work with forge and mc 1.8.8 just by @ mod annotations like;
@Mod(~~~, acceptedMinecraftVersions="[1.8,1.8.8]")
I've checked some mods are compatible for both 1.8 and 1.8.8 by this way.
But I don't know all of mods can...