promotional bannermobile promotional banner

Touhou Little Maid

A mod featuring maids and Touhou Project, adding Touhou Project style maid models.

File Details

touhoulittlemaid-1.4.2-neoforge+mc1.21.1.jar

  • R
  • Nov 3, 2025
  • 21.15 MB
  • 2.9K
  • 1.21.1
  • NeoForge

File Name

touhoulittlemaid-1.4.2-neoforge+mc1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:touhou-little-maid-355044:7181284"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# TLM 1.4.2 Changelog

## Bug Fixes

- Fixed Gomoku game related issues
  - Resolved crash when filling the entire Gomoku board in MC 1.21.1
- Fixed Kappa compass coordinate writing logic
  - Added dimension consistency check when writing subsequent coordinates
- Fixed equipment interaction issues
  - Resolved attribute not updating when Shift + clicking to equip/unequip armor
- Fixed model display issues
  - Resolved YSM model animations not playing in statues and Garage Kits

## New Features

- Maid task list interface optimization (Thanks: @[sch246](https://github.com/TartaricAcid/TouhouLittleMaid/commits?author=sch246))
  - Left-side task list now supports mouse wheel scrolling
- Maid pathfinding system performance optimization (Thanks: @小鱼飘飘)
  - Added neighbor node caching mechanism to improve pathfinding efficiency
  - Implemented item pickup delay and alignment functionality
  - Optimized query performance for burning blocks
- Maid entity backup functionality
  - Maid entity backup feature is now enabled by default for data security
- Complete bauble system redesign
  - Bauble slots expanded to 30 slots, improving mod compatibility
  - Enhanced bauble interface with rich methods and event mechanisms, supporting advanced features like attribute modification
  - Full KubeJS compatibility support
  - Adopted variable-length Map data structure for bauble information storage, significantly improving traversal performance
  - Brand new bauble interface design with independent page layout (Thanks @YSBB for the new GUI design)
  - Added favorability-based bauble slot unlocking mechanism
- Developer interface extensions
  - Added `MaidFavorabilityLevelChangeEvent` favorability change event
  - Added `isHidden` method to `IMaidTask` interface for task hiding functionality
- Chat bubble system redesign
  - Support for custom kaomoji content via datapack `touhou_little_maid:chat_bubble/kaomoji.json`
  - Support for reading PNG/GIF emoji from resource pack `textures/chat_bubble/maid_emoji` directory
  - Support for custom emoji display size via filename suffix (e.g., `-64x64`, max 256px)
  - Added configuration options for kaomoji and emoji weight, display frequency, etc.
- Model content updates
  - Synchronized with YSM 2.5.x version new models: expanded Wine Fox and Sta Bo, added kluonoa model
- Chess game endgame system
  - Cartographer houses and stronghold libraries randomly generate endgame items
  - Board State items can be right-clicked on corresponding boards to set up endgames
  - Item tooltips display endgame preview thumbnails
  - Support for custom endgames via datapacks, add more endgames at the following locations:
    - `touhou_little_maid:board_states/chess.json` - International Chess
    - `touhou_little_maid:board_states/gomoku.json` - Gomoku
    - `touhou_little_maid:board_states/xiangqi.json` - Chinese Xiangqi
  - Chess games use standard FEN format description, can be exported using software like Chess Wizard
  - Gomoku uses custom format, can arrange pieces with stick in Creative mode, then click the box with stick to export game data
- User interface optimization
  - Added search functionality to maid model switching interface (Thanks: @[QiChenSn](https://github.com/QiChenSn))