Locksmith

Profiles and Config

locksmith_profiles.json 是服务器权威的锁配置。每个 profile 包含 idtypeblocksrendertype 可以是 doorchestrender 控制可见锁模型在客户端的位置。

JSON
{
  "id": "custom_doors",
  "type": "door",
  "blocks": ["modid:steel_door"],
  "render": {
    "offsetX": -0.05,
    "offsetY": 0.5,
    "offsetZ": -0.5,
    "scale": 0.75,
    "hingeNudgeLeft": 0.18,
    "hingeNudgeRight": 0.325
  }
}
Note

Profiles affect lock behavior and rendering only. They do not change block hardness, blast resistance, or ownership rules.

locksmith-client.toml 控制自动关门、双开门同步和 HUD 消息。布尔值支持 true/falseyes/noon/off1/0,数字会被限制在安全范围。

支持这个项目

喜欢这个 Wiki 和这些模组吗?

你的每一份支持都能帮助我持续开发新功能、完善文档并发布更新。

返回顶部