promotional bannermobile promotional banner

SiliconeDolls

A Minecraft NeoForge mod centered around Fake Players that allows you to summon customizable bots capable of mimicking specific functionalities of real players.

File Details

SiliconeDolls For NeoForge v1.0.0+build.53

  • A
  • Sep 2, 2025
  • 327.20 KB
  • 82
  • 1.21.8
  • NeoForge

File Name

SiliconeDolls-neoforge-1.21.8-1.0.0+build.53.jar

Supported Versions

  • 1.21.8

Curse Maven Snippet

NeoForge

implementation "curse.maven:siliconedolls-1197018:6955961"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

refactor(inventory): 抽离库存操作到工具类

  • 新增 InventoryUtil 工具类,包含获取玩家物品、防具、副手物品和选定槽位的方法
  • 重构 PlayerInventoryContainer 类,使用 InventoryUtil 工具类替代直接操作玩家库存
  • 优化代码结构,提高可维护性和可重用性