Touhou Little Maid: Orihime
Unofficial Fabric Port of Touhou Little Maid
This modification represents an adaptation of the popular Touhou Little Maid mod for the Fabric platform. Although the version may be slightly behind the original, all core functions are preserved in full.
This mod adds charming maids to Minecraft who become your loyal assistants. They can fight alongside you, engage in farming, and perform various tasks. A feature of the mod is support for custom models in the Bedrock Edition Entity format, allowing you to easily change the appearance of maids or create your own unique models.
More detailed information about the mod's capabilities can be found in the official Touhou Little Maid wiki.
Important Features
- Requires installation of Forge Config API Port
- Cloth Config API is needed to change settings in-game
- The mod is in experimental stage, some bugs may occur
- For compatibility with TACZ-Fabric-1.20.1 use a special version, otherwise maids won't produce sounds
- Compatible with TACZ-Refabricated starting from version 1.20.1-0.1.7.1-(neo)forge1.3.8
Extension Development
If you want to extend the functionality of this mod, add an entry point of type "little_maid_extension" to your fabric.mod.json file:
"entrypoints": {
"little_maid_extension": [
"com.example.yourmod.YourMaid"
]
},
and implement the ILittleMaid interface