
Touhou Little Maid: Orihime
Активный0.0
Установок
0
Последнее обновление
1 месяц назад
Версии
1.21 — 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 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