Skip to content

Configuration

leipishu edited this page Aug 24, 2026 · 2 revisions

中文 | English


中文

配置

服务器端

TinkersSearch 是 纯客户端 模组,无需服务器配置。

客户端

所有设置存储在标准 Minecraft 选项文件中:

.minecraft/options.txt

面板配置

您可以在 PanelConfig.java 中自定义面板行为(需要重新编译):

配置项 默认值 说明
PANEL_WIDTH 220 面板宽度(像素)
CARD_HEIGHT 36 卡片高度(像素)
ITEMS_PER_ROW 2 每行卡片数
SCROLL_SPEED 16 滚动速度


English

Configuration

Server-Side

TinkersSearch is a client-side only mod. No server configuration is required.

Client-Side

All settings are stored in the standard Minecraft options file:

.minecraft/options.txt

Panel Settings

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

Clone this wiki locally