/
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 on TLM's WIKI.
Note:
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