
Touhou Little Maid: Orihime
Активный0.0
Установок
0
Последнее обновление
1 неделю назад
Версии
1.20 — 1.21.1
Клиент и сервер
Fabric
Декорации
Мобы
Утилиты
Touhou Little Maid unofficial Fabric port
The functionality of this mod remains the same as the original mod, though the corresponding version may slightly outdated.
This is a mod that added cute maids to Minecraft, who can help with battles, farming and other tasks.
The mod supports custom models in the Bedrock Edition Entity format, you can easily switch the maid model, or create your own maid model.
You can get the detail in TLM's WIKI.
Note:
- This mod requires Forge Config API Port.
- If you want to change some settings in-game, you should install Cloth Config API.
- This mod is still experimental, perhaps there exist some bugs.
- If you want to install TACZ-Fabric-1.20.1, you must use this fork, or else maids won't send sound.
- Compatible with TACZ-Refabricated since version1.20.1-0.1.7.1-(neo)forge1.3.8, and don't support old version of TACZ-Fabric.
If you want to extend this mod, you can add an entry point of type "little_maid_extension" in your fabric.mod.json:
"entrypoints": {
"little_maid_extension": [
"com.example.yourmod.YourMaid"
]
},
and implement ILittleMaid