LittleMaidMob is a mod that adds LittleMaids to your world that you can hire to do a variety of tasks for you.
This is a fork of LittleMaidMobEnhanced that aims to make a "definitive" version of LittleMaidMob for more recent modpacks (like GTNH), using more up to date build scripts and maybe including some additional functionalities.
Note
If you are moving from another version (including the original LittleMaidMobEnhanced), make sure to backup your world and/or meidos NBT data before trying this version. I'm not responsible for any damages caused by this mod.
- Fix some minor bugs from the original LittleMaidMobEnhanced
- Add missing meidos textures
- Migrate gradle build scripts to updated GTNH versions
- Backport models from Touhou Little Maid
- ???
Before building anything, yo will need to install a java 25 SDK. I recommend using SDKMAN! or downloading one from your favorite software repository.
$ sdk install java 25.0.1-temThen just run the gradlew script or build using your preferred IDE
$ ./gradlew setupDecompWorkspace
$ ./gradlew build