I have developed a Minecraft mod that utilizes MongoDB Atlas. The code works fine when I run it in the Intellij IDE, and the connection to the database is established successfully. However, when I try to launch the mod using the Minecraft launcher, the connection to the database times out, and I get an error message. I have checked the connection settings that any ip can access the database, verified that the MongoDB driver is included in the mod, and confirmed that the MongoDB server is running