-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
leipishu edited this page Aug 24, 2026
·
2 revisions
TinkersSearch 是 纯客户端 模组,无需服务器配置。
所有设置存储在标准 Minecraft 选项文件中:
.minecraft/options.txt
您可以在 PanelConfig.java 中自定义面板行为(需要重新编译):
| 配置项 | 默认值 | 说明 |
|---|---|---|
PANEL_WIDTH |
220 | 面板宽度(像素) |
CARD_HEIGHT |
36 | 卡片高度(像素) |
ITEMS_PER_ROW |
2 | 每行卡片数 |
SCROLL_SPEED |
16 | 滚动速度 |
TinkersSearch is a client-side only mod. No server configuration is required.
All settings are stored in the standard Minecraft options file:
.minecraft/options.txt
You can customize panel behavior in PanelConfig.java (requires recompilation):
| Setting | Default | Description |
|---|---|---|
PANEL_WIDTH |
220 | Panel width in pixels |
CARD_HEIGHT |
36 | Card height in pixels |
ITEMS_PER_ROW |
2 | Number of cards per row |
SCROLL_SPEED |
16 | Scroll speed |